Skip to content

Commit

Permalink
🤖 chore: Format .esdoc.json.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/aureooms/rejuvenate/blob/a5a57b70ac6fd6fb77fdab32e6b7be7519ce9564/src/transforms/esdoc:format-config-file.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Mar 17, 2021
1 parent a93125b commit 46e4054
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .esdoc.json
Expand Up @@ -9,7 +9,11 @@
"name": "esdoc-standard-plugin",
"option": {
"accessor": {
"access": ["public", "protected", "private"],
"access": [
"public",
"protected",
"private"
],
"autoPrivate": true
},
"brand": {
Expand All @@ -20,7 +24,7 @@
"source": "./test/src"
},
"manual": {
"files":[
"files": [
"./doc/manual/overview.md",
"./doc/manual/installation.md",
"./doc/manual/usage.md",
Expand All @@ -33,14 +37,18 @@
"name": "esdoc-inject-style-plugin",
"option": {
"enable": true,
"styles": ["./doc/css/style.css"]
"styles": [
"./doc/css/style.css"
]
}
},
{
"name": "esdoc-inject-script-plugin",
"option": {
"enable": true,
"scripts": ["./doc/scripts/header.js"]
"scripts": [
"./doc/scripts/header.js"
]
}
}
]
Expand Down

0 comments on commit 46e4054

Please sign in to comment.