Skip to content

Commit

Permalink
change somethings
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonmmcoset authored Sep 8, 2024
1 parent 3df08d7 commit 0b1cb7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ export default defineConfig({
lang: 'zh'
}
},
markdown: {
container: {
tipLabel: '提示',
warningLabel: '警告',
dangerLabel: '危险',
infoLabel: '信息',
detailsLabel: '详细信息'
}
},
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down Expand Up @@ -70,9 +79,9 @@ export default defineConfig({
]
},
{
text: '教程',
text: '服务器',
items: [
{ text: '教程起始', link: '/teach/start'},
{ text: '起始', link: '/teach/start'},
{ text: 'MTR服务器', link: '/teach/mtr7180'}
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/teach/start.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# 教程起始
# 服务器起始
这里的教程可以帮助你,不懂的可以通过QQ或电子邮件问我。

0 comments on commit 0b1cb7f

Please sign in to comment.