add findnow, help center
This commit is contained in:
20
sidebars.js
20
sidebars.js
@@ -56,6 +56,11 @@ const sidebars = {
|
||||
//'tutorial-basics/create-a-page',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'findcm/qa',
|
||||
label: '常见问题'
|
||||
},
|
||||
],
|
||||
|
||||
XchipSidebar: [
|
||||
@@ -111,11 +116,24 @@ const sidebars = {
|
||||
// },
|
||||
],
|
||||
|
||||
FindNowSidebar: [
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'findnow/intro',
|
||||
label: '产品介绍' // 可选,用于自定义侧边栏显示的文本
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'findnow/qa',
|
||||
label: '常见问题' // 可选,用于自定义侧边栏显示的文本
|
||||
},
|
||||
],
|
||||
|
||||
HelpSidebar: [
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'help/intro',
|
||||
label: '帮助中心' // 可选,用于自定义侧边栏显示的文本
|
||||
label: '概念解释' // 可选,用于自定义侧边栏显示的文本
|
||||
},
|
||||
{
|
||||
type: 'doc',
|
||||
|
||||
Reference in New Issue
Block a user