We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be04b2 commit 7b360d9Copy full SHA for 7b360d9
.esdoc.json
esdoc.json
@@ -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