Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Dec 12, 2024
1 parent 2b8139e commit 33df5aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/.vitepress/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ export function getLocaleConfig(lang: string) {
text: t('Playground'),
link: `https://reactjs-tiptap-editor-playground.vercel.app/`,
},
{
text: `v${version}`,
items: VERSIONS,
},
]

const sidebar: DefaultTheme.SidebarItem[] = [
Expand Down Expand Up @@ -281,10 +285,6 @@ export function getLocaleConfig(lang: string) {
},
],
},
{
text: `v${version}`,
items: VERSIONS,
},
]

const themeConfig: DefaultTheme.Config = {
Expand Down

0 comments on commit 33df5aa

Please sign in to comment.