diff --git a/.esdoc.json b/.esdoc.json index 34be227..757e1db 100644 --- a/.esdoc.json +++ b/.esdoc.json @@ -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": { @@ -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" + ] + } } ] }