Skip to content

Commit b61b93b

Browse files
committed
Change esdoc config
1 parent 7b360d9 commit b61b93b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

esdoc.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,7 @@
22
"source": "./src",
33
"destination": "./docs",
44
"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-
},
5+
{"name": "esdoc-standard-plugin"},
166
{"name": "esdoc-ecmascript-proposal-plugin", "option": {"all": true}}
177
]
188
}

0 commit comments

Comments
 (0)