更新部分帮助文档
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user