Change esdoc config

This commit is contained in:
Max Hoffmann 2018-01-15 19:21:00 -05:00
parent 7b360d9f4d
commit b61b93bd13
No known key found for this signature in database
GPG Key ID: 1DFA4D13DD27A676

View File

@ -2,17 +2,7 @@
"source": "./src",
"destination": "./docs",
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"manual": {
"files": [
"./src/Draggable/README.md",
"./src/Sortable/README.md"
]
}
}
},
{"name": "esdoc-standard-plugin"},
{"name": "esdoc-ecmascript-proposal-plugin", "option": {"all": true}}
]
}