diff --git a/sidebars.js b/sidebars.js index 889a90e..db4eaa7 100644 --- a/sidebars.js +++ b/sidebars.js @@ -2,8 +2,50 @@ module.exports = { DocsSidebar: [ { type: 'doc', - id: 'index', - label: 'Docs', - } + 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: '合并模式简介', + }, + ], + }, ], };