We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b6563 commit 629db28Copy full SHA for 629db28
docs/_meta.json
@@ -6,17 +6,17 @@
6
},
7
{
8
"text": "Config",
9
- "link": "/config/",
+ "link": "/config",
10
"activeMatch": "/config"
11
12
13
"text": "ADR",
14
- "link": "/adr/index",
+ "link": "/adr",
15
"activeMatch": "/adr"
16
17
18
"text": "Blog",
19
- "link": "/blog/index",
+ "link": "/blog",
20
"activeMatch": "/blog"
21
22
@@ -26,7 +26,7 @@
26
27
28
"text": "Contribute",
29
- "link": "/contribute/index",
+ "link": "/contribute",
30
"activeMatch": "/contribute"
31
}
32
]
rspress.config.ts
@@ -11,6 +11,9 @@ export default defineConfig({
light: "/logo-long-light.png",
dark: "/logo-long-dark.png",
+ route: {
+ cleanUrls: true,
+ },
themeConfig: {
outlineTitle: "Table of Contents",
lastUpdated: true,
0 commit comments