This is fork of https://github.com/realm/realm-jsdoc which adds "tutorials" to the side menu bar.
Also it supports new static files option name "include" as well as deprecated one "paths"
- To generate docs from the sample files:
$ npm install
$ gulp demo
- To use this project as a template:
$ jsdoc -t path/to/realm-jsdoc/template -c path/to/conf.json [files...]
- Refer to the JSDoc Documentation for more info.
You can use the following options for customizing the output HTML:
"templates": {
"applicationName": "Demo",
"disqus": "",
"googleAnalytics": "",
"openGraph": {
"title": "",
"type": "website",
"image": "",
"site_name": "",
"url": ""
},
"meta": {
"title": "",
"description": "",
"keyword": ""
},
"linenums": true
}
This project is fork of ui-jsdoc, which itself is a fork of jaguarjs-jsdoc. The majority of the code (and effort) that went into this project is thanks to them!
This project is licensed under the MIT License (see LICENSE
).