forked from Ittai/ittai
1
0
Fork 0
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.
ittai/jsdoc.json

39 lines
816 B

2 years ago
{
"tags": {
"allowUnknownTags": ["component", "category", "subcategory"]
},
"source": {
"include": ["./core"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": ["plugins/markdown", "node_modules/better-docs/category"],
2 years ago
"opts": {
"encoding": "utf8",
"destination": "./docs",
"readme": "README.md",
"recurse": true,
"verbose": false,
2 years ago
"tutorials": "./tutorials",
2 years ago
"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"
}
]
}
}
}