Skip to content

Commit

Permalink
Rename esdoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
tsov committed Jan 16, 2018
1 parent 9be04b2 commit 7b360d9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .esdoc.json

This file was deleted.

18 changes: 18 additions & 0 deletions esdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"source": "./src",
"destination": "./docs",
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"manual": {
"files": [
"./src/Draggable/README.md",
"./src/Sortable/README.md"
]
}
}
},
{"name": "esdoc-ecmascript-proposal-plugin", "option": {"all": true}}
]
}

0 comments on commit 7b360d9

Please sign in to comment.