We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45aa6cf commit 55a6409Copy full SHA for 55a6409
.vuepress/config.js
@@ -14,7 +14,7 @@ export default defineUserConfig({
14
theme: hopeTheme({
15
sidebar: [
16
{ text: '首页', link: '/', },
17
- { text: '阅读须知', link: `/md` },
+ { text: '阅读须知', link: tutorialPath },
18
{ text: '基本概念', link: tutorialPath + '01基本概念', },
19
{ text: '使用线程', link: tutorialPath + '02使用线程', },
20
{ text: '共享数据', link: tutorialPath + '03共享数据', },
0 commit comments