mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
Rename esdoc config
This commit is contained in:
parent
9be04b26b4
commit
7b360d9f4d
@ -1,8 +0,0 @@
|
||||
{
|
||||
"source": "./src",
|
||||
"destination": "./docs",
|
||||
"plugins": [
|
||||
{"name": "esdoc-standard-plugin"},
|
||||
{"name": "esdoc-ecmascript-proposal-plugin", "option": {"all": true}}
|
||||
]
|
||||
}
|
||||
18
esdoc.json
Normal file
18
esdoc.json
Normal file
@ -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}}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user