spacedoc
v0.3.0
Published
Documentation generator that can combine data from multiple parsers, such as SassDoc and JSDoc.
Downloads
18
Maintainers
Readme
Spacedoc
A fancy documentation generator that can mash up documentation from multiple sources, such as SassDoc and JSDoc. Spacedoc was originally forked from Supercollider, the documentation tool used by the Foundation family of frameworks.
Features
- Combines Markdown, SassDoc data, and JSDoc data into compiled HTML pages.
- Supports custom Markdown and Pug instances.
- Can generate a search result list out of documentation items.
- Can be extended to support other documentation generators.
Documentation
Read the overview section of the documentation to get an overview of how Spacedoc works. Then check out the full documentation.
Local Development
git clone https://github.com/spacedoc/spacedoc
cd Spacedoc
npm install
npm test