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 a3ccae0 commit b3549ffCopy full SHA for b3549ff
docs/.vuepress/theme/theme.ts
@@ -119,8 +119,8 @@ export const themeConfig = {
119
copyCode: {
120
showInMobile: true,
121
},
122
- // 不自动生成readme目录
123
- // autoCatalog: false,
+ // 不自动生成README目录
+ catalog: false,
124
// 参考:https://theme-hope.vuejs.press/zh/guide/markdown/components.html
125
components: {
126
components: [
docs/solo-algorithm/Readme.md
@@ -1,6 +1,6 @@
1
---
2
title: SOLO算法
3
-permalink: /solo-algorithm.html
+permalink: /solo-algorithm
4
5
# SOLO算法
6
0 commit comments