How is the Node.js documentation generated? #4847
|
I understand that the hand written markdown documentation exists in the docs folder. How do the project maintainers use that markdown to automatically generate the site documentation? As a novice developer, I would love to know how that documentation system works, or any tools it uses, because I am too captured by the prospect of having an actually good documentation pipeline. Thanks so much if you have time to respond! |
Answered by
targos
Apr 25, 2021
Replies: 0 comments 3 replies
Answer selected by
jhunterkohler
|
Also see the docs-related tasks in |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can find most of our documentation tooling in the tools/doc folder.
We use remark to process the markdown files.