Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
agility-jsdoc-template
Advanced tools
Clean and JSDoc 3 Template / Theme forked from the minimal template
[![Build Status](https://agility.visualstudio.com/Agility CMS/_apis/build/status/Agility%20JsDoc%20Template?branchName=master)](https://agility.visualstudio.com/Agility CMS/_build/latest?definitionId=56&branchName=master)
A clean, responsive documentation template theme for JSDoc 3. This has been customized for use with Agility.
$ npm install --save-dev agility-jsdoc-template
Clone repository to your designated jsdoc
template directory, then:
$ jsdoc entry-file.js -t path/to/agility-jsdoc-template
In your projects package.json
file add a generate script:
"script": {
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
}
In your .jsdoc.json
file, add a template option.
"opts": {
"template": "node_modules/agility-jsdoc-template"
}
{
"source": {
"include": ["src", "README.md", "package.json"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"recurse": 10,
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"useLongnameInNav": true,
"showInheritedInNav": true
},
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source-type": "module",
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": false,
"recurse": true,
"template": "./node_modules/agility-jsdoc-template"
}
}
Specifying a number for useLongnameInNav it will be the max number of path elements to show in nav (starting from Class).
Licensed under the Apache2 license.
FAQs
Clean and JSDoc 3 Template / Theme forked from the minimal template
The npm package agility-jsdoc-template receives a total of 12 weekly downloads. As such, agility-jsdoc-template popularity was classified as not popular.
We found that agility-jsdoc-template demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.