You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.1 KiB
52 lines
1.1 KiB
module.exports = {
|
|
DocsSidebar: [
|
|
{
|
|
type: 'doc',
|
|
id: 'intro',
|
|
label: '帮助中心',
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: '平台公告',
|
|
items: [
|
|
{
|
|
type: 'doc',
|
|
id: '平台公告/平台公告',
|
|
label: '平台公告',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: '合并请求',
|
|
items: [
|
|
{
|
|
type: 'doc',
|
|
id: '合并请求/合并请求简介',
|
|
label: '合并请求简介',
|
|
},
|
|
{
|
|
type: 'doc',
|
|
id: '合并请求/创建合并请求',
|
|
label: '创建合并请求',
|
|
},
|
|
{
|
|
type: 'doc',
|
|
id: '合并请求/合并请求关联疑修',
|
|
label: '合并请求关联疑修',
|
|
},
|
|
{
|
|
type: 'doc',
|
|
id: '合并请求/代码评审',
|
|
label: '代码评审',
|
|
},
|
|
{
|
|
type: 'doc',
|
|
id: '合并请求/合并模式简介',
|
|
label: '合并模式简介',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
};
|