This is the source documentation for Node Manual. It consists of:
- Source files for the Node.js Reference Guide, Node.js tutorials, and Node.js Javascript Reference Guide (located in src/)
- Resources such as CSS, Javascript, and images, for the final output (located at resources/)
- Templates for the design (also located at resources/)
For API documentation, we use Panino; for the reference material, we use Panda-Docs.
It's worth noting that there is a git commit hook running on the NodeManual server. Any pushes or merges into the master branch of this repo automatically rebuilds all versions of the documentation on the website.
To run the build, open your command prompt and type:
node build.js [optional_version_number]
This launches a build of the latest documentation set, which is determind by whatever the last folder in src/ is. These converted HTML files are placed into out/. Also, a symlink called latest/ is created, that points to the latest output files. If you pass in optional_version_number
, then only that doc set is built, and no symlink is created.
We'll very gladly take any pull requests for new documentation! This source material is intended to be open and sharable to all.
Major content providers include:
- Cloud9 IDE
- Joyent (Node.js Reference)
- Mozilla Foundation (Javascript Reference)
- Debuggable (Various reference materials)
Node Manual is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.