Skip to content

leaishere/ucloud-documents-overall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

289 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

新增仓库操作如下

请修改classification.json,nav.json
classification.json用来管理产品在哪个大分类底下
nav.json用来管理产品的入口地址。

Note: 往classification添加新分类,无需排序,依次往下添加就可以.

account:账号
ai:人工智能
analysis:数据分析
beian:备案
cdn:云分发
charge:购买和计费
compute:计算
database:数据库
domain:域名与网站
management_monitor:管理与监控
middleware:中间件
network:网络
other:其他
policy:政策与规范
security:安全/优盾
software:程序应用
storage_cdn:存储
video:多媒体
iot:物联网
service:运维服务
developer:开发者工具

移动仓库和删除仓库的操作如下

请修改moverepository.json,格式如下:
{ "type": "add", // 变更类型:add move delete
"repository": "uhost", // 仓库名称
"classification": "compute" // 所属分类(仓库增加到哪个分类)
},
{ "type": "move", // 变更类型:add move delete
"repository": "uhost", // 仓库名称
"classification": "compute" // 所属分类(移动之后的仓库的分类)
},
{ "type": "delete", // 变更类型:add move delete
"repository": "uhost", // 仓库名称
"classification": "compute" // 所属分类(删除仓库之前的分类)
}

每次移动仓库时,请把上一次的记录删除重写

About

dnr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors