Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: unify titles #11230

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/addons.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Addons
# C/C++ Addons
Copy link
Member

@Trott Trott Feb 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will require us to also update this internal link at the bottom of the doc?:

[Linking to Node.js' own dependencies]: #addons_linking_to_node_js_own_dependencies

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, disregard, my mistake, looks like there's no change there.


Node.js Addons are dynamically-linked shared objects, written in C or C++, that
can be loaded into Node.js using the [`require()`][require] function, and used
Expand Down
2 changes: 1 addition & 1 deletion doc/api/net.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# net
# Net

> Stability: 2 - Stable

Expand Down
2 changes: 1 addition & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# process
# Process

<!-- type=global -->

Expand Down
2 changes: 1 addition & 1 deletion doc/api/punycode.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# punycode
# Punycode

> Stability: 0 - Deprecated

Expand Down
2 changes: 1 addition & 1 deletion doc/api/string_decoder.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# StringDecoder
# String Decoder

> Stability: 2 - Stable

Expand Down
2 changes: 1 addition & 1 deletion doc/api/util.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# util
# Util

> Stability: 2 - Stable

Expand Down
2 changes: 1 addition & 1 deletion doc/api/vm.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Executing JavaScript
# VM (Executing JavaScript)

> Stability: 2 - Stable

Expand Down