1 Star 0 Fork 21

Colossus/cabloy

forked from zhennann/cabloy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jsdoc.json 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
zhennann 提交于 2022-04-26 21:41 . feat: jsdoc
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": ["./build", "./packages/", "./src/"],
"exclude": [
"./packages/egg-born-front/src/vendors/requirejs/require.js",
"./packages/egg-born-localeutil",
"./packages/egg-born-template-cabloy"
],
"includePattern": ".+\\.(vue|js|jsx|jsdoc)$",
"excludePattern": "(node_modules/|backend/cli/templates|docs/|dist/|backend/static/|plugin/assets/js/lib/|test-party/|test-flow/|test-note/|\\.min\\.js)"
},
"plugins": ["plugins/markdown", "./scripts/jsdoc-vue"],
"opts": {
"template": "./node_modules/@zhennann/docdash",
"encoding": "utf8",
"destination": "./docs-api/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"docdash": {
"collapse": true,
"search": true,
"menu": {
"Documentations": {
"href": "https://cabloy.com",
"target": "_blank",
"class": "menu-item",
"id": "documentations_link"
},
"Community": {
"href": "https://community.cabloy.com",
"target": "_blank",
"class": "menu-item",
"id": "community_link"
}
},
"meta": {
"title": "CabloyJS API",
"description": "",
"keyword": ""
},
"openGraph": {
"title": "CabloyJS API",
"site_name": "CabloyJS API"
},
"sectionOrder": ["Modules", "Tutorials"]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/colossus7/cabloy.git
git@gitee.com:colossus7/cabloy.git
colossus7
cabloy
cabloy
master

搜索帮助