You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"tags": {
|
|
|
|
"allowUnknownTags": ["component", "category", "subcategory"]
|
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"include": ["./core"],
|
|
|
|
"includePattern": ".js$",
|
|
|
|
"excludePattern": "(node_modules/|docs)"
|
|
|
|
},
|
|
|
|
"plugins": ["plugins/markdown", "node_modules/better-docs/category"],
|
|
|
|
"opts": {
|
|
|
|
"encoding": "utf8",
|
|
|
|
"destination": "./docs",
|
|
|
|
"readme": "README.md",
|
|
|
|
"recurse": true,
|
|
|
|
"verbose": false,
|
|
|
|
"tutorials": "./tutorials",
|
|
|
|
"template": "node_modules/better-docs/"
|
|
|
|
},
|
|
|
|
"templates": {
|
|
|
|
"cleverLinks": true,
|
|
|
|
"monospaceLinks": false,
|
|
|
|
"search": true,
|
|
|
|
"better-docs": {
|
|
|
|
"name": "Ittai Documentation",
|
|
|
|
// "logo": "images/logo.png",
|
|
|
|
"css": "jsdoc.css",
|
|
|
|
"title": "Ittai",
|
|
|
|
"hideGenerator": true,
|
|
|
|
"navLinks": [
|
|
|
|
{
|
|
|
|
"label": "GitHub",
|
|
|
|
"href": "https://github.com/Kyza/ittai"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|