Skip to content

realm/realm-jsdoc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realm template for JSDoc 3

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.6%
  • CSS 26.6%
  • Less 22.8%