mirror of
https://gitee.com/lxp135/minio-plus.git
synced 2025-12-07 17:38:23 +08:00
fix(docs): home page quick-start 404 and markdown [[toc]] fail
This commit is contained in:
parent
5bda5c8c87
commit
fba8aca398
@ -1,6 +1,12 @@
|
||||
import {defineConfig} from 'vitepress';
|
||||
|
||||
export default defineConfig({
|
||||
// 对 markdown 的配置
|
||||
markdown: {
|
||||
toc: {
|
||||
level: [1, 2, 3, 4], // 指定标题的层级
|
||||
}
|
||||
},
|
||||
locales: {
|
||||
root: {
|
||||
label: '简体中文',
|
||||
|
||||
@ -14,7 +14,7 @@ hero:
|
||||
actions:
|
||||
- theme: brand
|
||||
text: 快速开始
|
||||
link: /guide/quick-start
|
||||
link: /guide/user/quick-start
|
||||
- theme: alt
|
||||
text: 介绍
|
||||
link: /guide/intro
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user