mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-11-14 19:35:09 -05:00
20 lines
433 B
JSON
20 lines
433 B
JSON
{
|
|
"plugins": ["plugins/markdown"],
|
|
"templates": {
|
|
"default": {
|
|
"includeDate": false,
|
|
"outputSourceFiles": false
|
|
}
|
|
},
|
|
"source": {
|
|
"include": ["src"]
|
|
},
|
|
"opts": {
|
|
"destination": "playground/docs",
|
|
"pedantic": true,
|
|
"private": true,
|
|
"readme": "README.md",
|
|
"recurse": true,
|
|
"template": "node_modules/docdash"
|
|
}
|
|
}
|