5 Star 3 Fork 1

区块链技术与应用联合实验室/RCJS

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jsdoc-conf.js 746 Bytes
一键复制 编辑 原始数据 按行查看 历史
JayTsang 提交于 2022-05-10 17:08 +08:00 . Set up for migration from javascript to typescript
module.exports = {
source: {
include: "src",
exclude: "src/protos/*",
},
opts: {
template: "node_modules/docdash",
readme: "README.md",
destination: "doc/api",
// Output to directory named with package name and version parsed from package.json
package: "package.json",
},
templates: {
cleverLinks: true,
monospaceLinks: false,
default: {
staticFiles: {
include: [
"./doc/custom.jsdoc.css",
],
},
},
},
docdash: {
search: true,
collapse: false,
wrap: true,
commonNav: true,
scripts: ["custom.jsdoc.css"],
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/BTAJL/RCJS.git
git@gitee.com:BTAJL/RCJS.git
BTAJL
RCJS
RCJS
master

搜索帮助