How is the Node.js documentation generated? #38388
-
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! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can find most of our documentation tooling in the tools/doc folder. |
Beta Was this translation helpful? Give feedback.
-
Also see the docs-related tasks in |
Beta Was this translation helpful? Give feedback.
You can find most of our documentation tooling in the tools/doc folder.
We use remark to process the markdown files.