realm-jsdoc

0.0.3 • Public • Published

Realm template for JSDoc 3

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"

Usage

  1. To generate docs from the sample files:
$ npm install
$ gulp demo
  1. To use this project as a template:
$ jsdoc -t path/to/realm-jsdoc/template -c path/to/conf.json [files...]
  1. Refer to the JSDoc Documentation for more info.

Configuration

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
}

Special Thanks

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!

License

This project is licensed under the MIT License (see LICENSE).

Package Sidebar

Install

npm i realm-jsdoc

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • fogine