chuyaoyuan

提交
This commit is contained in:
2021-04-26 15:44:51 +08:00
parent 6070eab164
commit 254f86d8fe
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ sidebar_position: 1
# Code Docs 介绍 # Code Docs 介绍
Let's discover **Docusaurus in less than 5 minutes**. 欢迎来到这里 **Docusaurus in less than 1 minutes**.
## Getting Started ## Getting Started
+2 -2
View File
@@ -46,8 +46,8 @@ module.exports = {
title: 'Docs', title: 'Docs',
items: [ items: [
{ {
label: 'Tutorial', label: 'CodeDocs',
to: '/docs/intro', to: '/docs/intro-docs',
}, },
], ],
}, },