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 2bf54d3 commit 38cc3e2Copy full SHA for 38cc3e2
docs/src/.vitepress/config.mts
@@ -3,12 +3,12 @@ import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs'
3
import mathjax3 from "markdown-it-mathjax3";
4
import footnote from "markdown-it-footnote";
5
6
-const nav = [
7
- ...navTemp.nav,
8
- {
9
- component: 'VersionPicker'
10
- }
11
-]
+// const nav = [
+// ...navTemp.nav,
+// {
+// component: 'VersionPicker'
+// }
+// ]
12
13
// https://vitepress.dev/reference/site-config
14
export default defineConfig({
0 commit comments