Skip to content

Commit

Permalink
doc: add info to docs on how to submit docs patch
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sequoia authored and Fishrock123 committed Mar 8, 2016
1 parent c90a647 commit e2a2f8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/api/documentation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Every `.html` and `.json` file is generated based on the corresponding
documentation is generated using the `tools/doc/generate.js` program.
The HTML template is located at `doc/template.html`.


If you find a error in this documentation, please [submit an issue][]
or see [the contributing guide][] for directions on how to submit a patch.

## Stability Index

<!--type=misc-->
Expand Down Expand Up @@ -82,3 +86,6 @@ Most Unix syscalls have Windows equivalents, but behavior may differ on Windows
relative to Linux and OS X. For an example of the subtle ways in which it's
sometimes impossible to replace Unix syscall semantics on Windows, see [Node
issue 4760](https://github.com/nodejs/node/issues/4760).

[submit an issue]: https://github.com/nodejs/node/issues/new
[the contributing guide]: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md

0 comments on commit e2a2f8f

Please sign in to comment.