Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/conf.json
1140 views
1
{
2
"source": {
3
"include": ["./core/main/client"],
4
"includePattern": ".js$"
5
},
6
"plugins": [
7
"plugins/markdown"
8
],
9
"opts": {
10
"encoding": "utf8",
11
"readme": "./README.md",
12
"destination": "docs/",
13
"recurse": true,
14
"verbose": true
15
}
16
}
17
18