1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
tobspr_shapez.io/esdoc.json

33 lines
848 B
JSON
Raw Normal View History

2021-02-26 14:20:37 +00:00
{
"source": "./src/js",
"destination": "./docs",
"plugins": [
{ "name": "esdoc-standard-plugin" },
{
"name": "esdoc-brand-plugin",
"option": {
"title": "Shapez.io - Mods",
"description": "The shapez.io mods theme for esdoc",
"author": "DJ1TJOO"
}
},
{
"name": "esdoc-publish-html-plugin",
"option": {
"template": "./docs_template"
}
},
{
"name": "esdoc-standard-plugin",
"option": {
"coverage": {
"enable": true
},
"accessor": {
"access": ["public"],
"autoPrivate": true
}
}
}
]
}