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 51f50da commit 27ba150Copy full SHA for 27ba150
docs/v1/.vitepress/theme.ts
@@ -12,8 +12,8 @@ export const theme: DefaultTheme.Config = {
12
text: "版本",
13
base: "",
14
items: [
15
- {text: "v1", link: "/"},
16
- {text: "v2", link: "../v2/"}
+ {text: "v1 (你在这里)", link: "/"},
+ {text: "v2", link: "https://lagrangedev.github.io/Lagrange.Doc/v2/"}
17
]
18
},
19
coreNav,
docs/v2/.vitepress/theme.ts
- {text: "v1", link: "../v1/"},
- {text: "v2", link: "/"}
+ {text: "v1", link: "https://lagrangedev.github.io/Lagrange.Doc/v1/"},
+ {text: "v2 (你在这里)", link: "/"}
0 commit comments