Skip to content

Commit 7b360d9

Browse files
committed
Rename esdoc config
1 parent 9be04b2 commit 7b360d9

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

.esdoc.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

esdoc.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"source": "./src",
3+
"destination": "./docs",
4+
"plugins": [
5+
{
6+
"name": "esdoc-standard-plugin",
7+
"option": {
8+
"manual": {
9+
"files": [
10+
"./src/Draggable/README.md",
11+
"./src/Sortable/README.md"
12+
]
13+
}
14+
}
15+
},
16+
{"name": "esdoc-ecmascript-proposal-plugin", "option": {"all": true}}
17+
]
18+
}

0 commit comments

Comments
 (0)