更新部分帮助文档

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

@@ -76,12 +76,24 @@ const config = {
position: 'left',
label: '高精度服务账号',
},
{
type: 'doc',
docId: 'xchip/intro',
position: 'left',
label: '定位模组',
},
{
type: 'doc',
docId: 'rchip/intro',
position: 'left',
label: '短报文通讯模组',
},
{
type: 'doc',
docId: 'help/intro',
position: 'right',
label: '帮助中心',
},
// {to: '/blog', label: 'Blog', position: 'left'},
// {
// href: 'https://github.com/facebook/docusaurus',
@@ -100,10 +112,18 @@ const config = {
label: '高精度账号',
to: 'findcm/intro',
},
{
label: '定位模组',
to: 'xchip/intro',
},
{
label: '短报文模组',
to: 'rchip/intro',
},
{
label: '帮助中心',
to: 'help/intro',
},
],
},
{