add findnow, help center

This commit is contained in:
2025-04-06 16:46:38 +08:00
parent 1301dae894
commit ed9f5395ef
12 changed files with 166 additions and 20 deletions

View File

@@ -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',