更新部分帮助文档

This commit is contained in:
2025-04-05 01:30:40 +08:00
parent 74715084bf
commit 1301dae894
20 changed files with 14621 additions and 1197 deletions

View File

@@ -42,9 +42,9 @@ const sidebars = {
},
{
type: 'category',
label: '账号体系',
label: '账号分类',
items: [
'dummy'
'findcm/account_system'
],
},
{
@@ -58,6 +58,33 @@ const sidebars = {
},
],
XchipSidebar: [
{
type: 'doc',
id: 'xchip/intro',
label: '产品介绍' // 可选,用于自定义侧边栏显示的文本
},
{
type: 'category',
label: '高精度定位模组',
items: [
'xchip/rtk/intro'
],
},
{
type: 'category',
label: '标准精度定位模组',
items: [
'xchip/pvt/intro'
],
},
{
type: 'doc',
id: 'xchip/qa',
label: '常见问题' // 可选,用于自定义侧边栏显示的文本
},
],
RchipSidebar: [
{
type: 'doc',
@@ -83,7 +110,37 @@ const sidebars = {
// ],
// },
],
HelpSidebar: [
{
type: 'doc',
id: 'help/intro',
label: '帮助中心' // 可选,用于自定义侧边栏显示的文本
},
{
type: 'doc',
id: 'help/h001',
label: '卫星定位原理' // 可选,用于自定义侧边栏显示的文本
},
{
type: 'doc',
id: 'help/qa',
label: '常见问题' // 可选,用于自定义侧边栏显示的文本
},
// {
// type: 'category',
// label: 'Rchip',
// items: ['intro'],
// },
// {
// type: 'category',
// label: '短报文通信模组',
// items: [
// // 文章文件名为 getting-started.md
// 'tutorial-basics/create-a-page',
// ],
// },
],
};
module.exports = sidebars;