Skip to content

Commit

Permalink
🤖 chore(.esdoc.json): Sort plugins.
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/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/esdoc:config-sort-plugins.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 Apr 6, 2021
1 parent 9096e82 commit 6896a2c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .esdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,6 @@
"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": {
Expand Down Expand Up @@ -50,6 +32,24 @@
]
}
}
},
{
"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 6896a2c

Please sign in to comment.