This commit is contained in:
teasiu
2022-09-18 16:27:46 +08:00
parent 8ee290ab1e
commit f003d30fad
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

View File

@@ -67,9 +67,9 @@ const config = {
type: 'doc', type: 'doc',
docId: 'intro', docId: 'intro',
position: 'left', position: 'left',
label: '教程', label: '教程手册',
}, },
{to: '/blog', label: '博客', position: 'left'}, {to: '/blog', label: '作者博客', position: 'left'},
{ {
href: 'https://github.com/teasiu/doc', href: 'https://github.com/teasiu/doc',
label: 'GitHub', label: 'GitHub',

View File

@@ -23,7 +23,7 @@ const sidebars = {
'hello', 'hello',
{ {
type: 'category', type: 'category',
label: '½Ì³Ì', label: '½Ì³ÌÊÖ²á',
items: ['tutorial-basics/create-a-document'], items: ['tutorial-basics/create-a-document'],
}, },
], ],