Skip to content

Commit

Permalink
doc: rename module pages
Browse files Browse the repository at this point in the history
Using a "Modules:" prefix groups all the related pages together when
using alphabetical order.

Refs: nodejs/modules#539

Backport-PR-URL: #35757
PR-URL: #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>
  • Loading branch information
aduh95 authored and MylesBorins committed Nov 16, 2020
1 parent a18d0df commit 7510667
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/api/esm.md
@@ -1,4 +1,4 @@
# ECMAScript modules
# Modules: ECMAScript modules

<!--introduced_in=v8.5.0-->
<!-- type=misc -->
Expand Down
4 changes: 2 additions & 2 deletions doc/api/index.md
Expand Up @@ -25,7 +25,6 @@
* [Deprecated APIs](deprecations.html)
* [DNS](dns.html)
* [Domain](domain.html)
* [ECMAScript modules](esm.html)
* [Errors](errors.html)
* [Events](events.html)
* [File system](fs.html)
Expand All @@ -35,7 +34,8 @@
* [HTTPS](https.html)
* [Inspector](inspector.html)
* [Internationalization](intl.html)
* [Modules](modules.html)
* [Modules: CommonJS modules](modules.html)
* [Modules: ECMAScript modules](esm.html)
* [Net](net.html)
* [OS](os.html)
* [Path](path.html)
Expand Down
2 changes: 1 addition & 1 deletion doc/api/modules.md
@@ -1,4 +1,4 @@
# Modules
# Modules: CommonJS modules

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

Expand Down
2 changes: 1 addition & 1 deletion doc/api/vm.md
Expand Up @@ -1177,7 +1177,7 @@ queues.
[`vm.runInContext()`]: #vm_vm_runincontext_code_contextifiedobject_options
[`vm.runInThisContext()`]: #vm_vm_runinthiscontext_code_options
[Cyclic Module Record]: https://tc39.es/ecma262/#sec-cyclic-module-records
[ECMAScript Module Loader]: esm.html#esm_ecmascript_modules
[ECMAScript Module Loader]: esm.html#esm_modules_ecmascript_modules
[Evaluate() concrete method]: https://tc39.es/ecma262/#sec-moduleevaluation
[GetModuleNamespace]: https://tc39.es/ecma262/#sec-getmodulenamespace
[HostResolveImportedModule]: https://tc39.es/ecma262/#sec-hostresolveimportedmodule
Expand Down

0 comments on commit 7510667

Please sign in to comment.