Skip to content

fogine/realm-jsdoc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Realm JSDoc template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.8%
  • CSS 45.2%