feat: initialize VitePress CMS
This commit is contained in:
18
test-vitepress/guide/config.md
Normal file
18
test-vitepress/guide/config.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: 配置说明
|
||||
description: 测试 VitePress 配置解析
|
||||
---
|
||||
|
||||
# 配置说明
|
||||
|
||||
这个页面用于测试 `.vitepress/config.ts` 的读取与回写。
|
||||
|
||||
## 第一版优先支持
|
||||
|
||||
- `title`
|
||||
- `description`
|
||||
- `themeConfig.logo`
|
||||
- `themeConfig.nav`
|
||||
- `themeConfig.sidebar`
|
||||
- `themeConfig.socialLinks`
|
||||
- `themeConfig.search`
|
||||
Reference in New Issue
Block a user