Skip to content

Commit

Permalink
Comment out VersionPicker component in VitePress configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Oct 30, 2024
1 parent 2bf54d3 commit 38cc3e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs'
import mathjax3 from "markdown-it-mathjax3";
import footnote from "markdown-it-footnote";

const nav = [
...navTemp.nav,
{
component: 'VersionPicker'
}
]
// const nav = [
// ...navTemp.nav,
// {
// component: 'VersionPicker'
// }
// ]

// https://vitepress.dev/reference/site-config
export default defineConfig({
Expand Down

0 comments on commit 38cc3e2

Please sign in to comment.