Skip to content

Commit b3549ff

Browse files
committed
feat: 关闭自动生成README目录配置,避免构建时覆盖和路径导航问题
1 parent a3ccae0 commit b3549ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/.vuepress/theme/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ export const themeConfig = {
119119
copyCode: {
120120
showInMobile: true,
121121
},
122-
// 不自动生成readme目录
123-
// autoCatalog: false,
122+
// 不自动生成README目录
123+
catalog: false,
124124
// 参考:https://theme-hope.vuejs.press/zh/guide/markdown/components.html
125125
components: {
126126
components: [

docs/solo-algorithm/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: SOLO算法
3-
permalink: /solo-algorithm.html
3+
permalink: /solo-algorithm
44
---
55
# SOLO算法
66

0 commit comments

Comments
 (0)