Skip to content

Commit 17a7430

Browse files
SequoiaMyles Borins
authored and
Myles Borins
committed
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 470a9ca commit 17a7430

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/documentation.markdown

Lines changed: 7 additions & 0 deletions
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)