Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1d9a2b2

Browse filesBrowse files
Sequoiajasnell
authored andcommitted
doc: add info to docs on how to submit docs patch
The docs mentioned that the docs source live in the node source, but did not link to same. PR-URL: #4591 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent eb3f04d commit 1d9a2b2
Copy full SHA for 1d9a2b2

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/documentation.markdown‎

Copy file name to clipboardExpand all lines: doc/api/documentation.markdown
+7Lines changed: 7 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Every `.html` and `.json` file is generated based on the corresponding
2020
documentation is generated using the `tools/doc/generate.js` program.
2121
The HTML template is located at `doc/template.html`.
2222

23+
24+
If you find a error in this documentation, please [submit an issue][]
25+
or see [the contributing guide][] for directions on how to submit a patch.
26+
2327
## Stability Index
2428

2529
<!--type=misc-->
@@ -82,3 +86,6 @@ Most Unix syscalls have Windows equivalents, but behavior may differ on Windows
8286
relative to Linux and OS X. For an example of the subtle ways in which it's
8387
sometimes impossible to replace Unix syscall semantics on Windows, see [Node
8488
issue 4760](https://github.com/nodejs/node/issues/4760).
89+
90+
[submit an issue]: https://github.com/nodejs/node/issues/new
91+
[the contributing guide]: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.