mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2024-11-14 19:35:05 -05:00
21 lines
462 B
JSON
21 lines
462 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",
|
|
"tutorials": "docs"
|
|
}
|
|
}
|