Skip to content

Commit

Permalink
📚 docs: Upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Nov 21, 2020
1 parent b15bd16 commit 6b26fa0
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions .esdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,33 @@
"index": "./README.md",
"package": "./package.json",
"plugins": [
{
"name": "esdoc-inject-script-plugin",
"option": {
"enable": true,
"scripts": [
"./doc/scripts/header.js"
]
}
},
{
"name": "esdoc-inject-style-plugin",
"option": {
"enable": true,
"styles": [
"./doc/css/style.css"
]
}
},
{
"name": "esdoc-standard-plugin",
"option": {
"accessor": {
"access": ["public", "protected", "private"],
"access": [
"public",
"protected",
"private"
],
"autoPrivate": true
},
"brand": {
Expand All @@ -20,28 +42,14 @@
"source": "./test/src"
},
"manual": {
"files":[
"files": [
"./doc/manual/overview.md",
"./doc/manual/installation.md",
"./doc/manual/usage.md",
"./doc/manual/example.md"
]
}
}
},
{
"name": "esdoc-inject-style-plugin",
"option": {
"enable": true,
"styles": ["./doc/css/style.css"]
}
},
{
"name": "esdoc-inject-script-plugin",
"option": {
"enable": true,
"scripts": ["./doc/scripts/header.js"]
}
}
]
}

0 comments on commit 6b26fa0

Please sign in to comment.