Skip to content

Commit 4c714c7

Browse files
committed
doc: rename module pages
Using a "Modules:" prefix groups all the related pages together when using alphabetical order. Refs: nodejs/modules#539 PR-URL: nodejs#34663 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 57b6119 commit 4c714c7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/api/esm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ECMAScript modules
1+
# Modules: ECMAScript modules
22

33
<!--introduced_in=v8.5.0-->
44
<!-- type=misc -->

doc/api/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
* [Deprecated APIs](deprecations.html)
2626
* [DNS](dns.html)
2727
* [Domain](domain.html)
28-
* [ECMAScript modules](esm.html)
2928
* [Errors](errors.html)
3029
* [Events](events.html)
3130
* [File system](fs.html)
@@ -35,7 +34,8 @@
3534
* [HTTPS](https.html)
3635
* [Inspector](inspector.html)
3736
* [Internationalization](intl.html)
38-
* [Modules](modules.html)
37+
* [Modules: CommonJS modules](modules.html)
38+
* [Modules: ECMAScript modules](esm.html)
3939
* [Net](net.html)
4040
* [OS](os.html)
4141
* [Path](path.html)

doc/api/modules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Modules
1+
# Modules: CommonJS modules
22

33
<!--introduced_in=v0.10.0-->
44

doc/api/vm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ queues.
11771177
[`vm.runInContext()`]: #vm_vm_runincontext_code_contextifiedobject_options
11781178
[`vm.runInThisContext()`]: #vm_vm_runinthiscontext_code_options
11791179
[Cyclic Module Record]: https://tc39.es/ecma262/#sec-cyclic-module-records
1180-
[ECMAScript Module Loader]: esm.html#esm_ecmascript_modules
1180+
[ECMAScript Module Loader]: esm.html#esm_modules_ecmascript_modules
11811181
[Evaluate() concrete method]: https://tc39.es/ecma262/#sec-moduleevaluation
11821182
[GetModuleNamespace]: https://tc39.es/ecma262/#sec-getmodulenamespace
11831183
[HostResolveImportedModule]: https://tc39.es/ecma262/#sec-hostresolveimportedmodule

0 commit comments

Comments
 (0)