Skip to content

Commit ba563a2

Browse files
authored
Merge branch 'main' into patch-1
2 parents 3c6dfd4 + e77511d commit ba563a2

15 files changed

+397
-215
lines changed

.vitepress/config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,11 @@ export default defineConfigWithTheme<ThemeConfig>({
679679
text: 'فارسی',
680680
repo: 'https://github.com/vuejs-translations/docs-fa'
681681
},
682+
{
683+
link: 'https://cs.vuejs.org',
684+
text: 'Čeština',
685+
repo: 'https://github.com/vuejs-translations/docs-cs'
686+
},
682687
{
683688
link: '/translations/',
684689
text: 'Help Us Translate!',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@vue/theme": "^2.2.5",
1515
"dynamics.js": "^1.1.5",
1616
"gsap": "^3.9.0",
17-
"vitepress": "1.0.0-rc.33",
17+
"vitepress": "^1.0.0",
1818
"vue": "^3.4.0"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)