Skip to content

Commit

Permalink
Merge pull request #384 from Ibochkarev/update-source
Browse files Browse the repository at this point in the history
Update source
  • Loading branch information
Ibochkarev authored Mar 31, 2024
2 parents f266672 + 76faa23 commit 6c27ee3
Show file tree
Hide file tree
Showing 21 changed files with 436 additions and 240 deletions.
15 changes: 15 additions & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,21 @@ export default defineConfigWithTheme<ThemeConfig>({
text: 'Italiano',
repo: 'https://github.com/vuejs-translations/docs-it'
},
{
link: 'https://fa.vuejs.org',
text: 'فارسی',
repo: 'https://github.com/vuejs-translations/docs-fa'
},
{
link: 'https://ru.vuejs.org',
text: 'Русский',
repo: 'https://github.com/translation-gang/docs-ru'
},
{
link: 'https://cs.vuejs.org',
text: 'Čeština',
repo: 'https://github.com/vuejs-translations/docs-cs'
},
{
link: '/translations/',
text: 'Help Us Translate!',
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ html:not(.dark) .accent,
@media (max-width: 768px) {
.tagline {
font-size: 48px;
font-size: 38px;
letter-spacing: -0.5px;
}
}
Expand Down
3 changes: 2 additions & 1 deletion .vitepress/theme/components/VueMasteryModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ watch(
color: #fff;
margin-right: 18px;
padding: 8px 1em 8px 3em;
white-space: nowrap;
}
.dark #vuemastery-action {
Expand Down Expand Up @@ -189,7 +190,7 @@ watch(
#vuemastery-action {
display: block;
margin: 0px auto;
width: 150px;
width: max-content;
}
}
</style>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@vue/theme": "^2.2.5",
"dynamics.js": "^1.1.5",
"gsap": "^3.9.0",
"vitepress": "1.0.0-rc.33",
"vitepress": "^1.0.0",
"vue": "^3.4.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 6c27ee3

Please sign in to comment.