UNPKG
@cyber-tools/create-cyber-docs
Version:
latest (6.0.0)
6.0.0
5.0.0
4.0.0
3.0.0
2.2.0
2.1.1
2.1.0
2.0.0
1.4.0
1.2.8
1.2.6
1.2.0
用于创建cyber系列文档的命令行工具
@cyber-tools/create-cyber-docs
/
configs
/
runtime.config.js
12 lines
(11 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module.exports
= [{ name:
"docusaurus-docs-website"
, value:{ remote:
"https://github.com/cyber-scaffold/docusaurus-docs-website"
} },{ name:
"cyber-git-book"
, value: { remote:
"https://github.com/cyber-scaffold/gitbook-project"
} }]
;