Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update source #384

Merged
merged 28 commits into from
Mar 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
162332d
docs: fix syntax highlight (#2754)
NozomuIkuta Mar 17, 2024
5f1a96f
docs: adjust punctuation in /src/guide/built-ins/transition.md (#2753)
Aaron-zon Mar 17, 2024
6b2e3b3
docs: fix 'see also' for provide/inject API page (#2755)
AloisSeckar Mar 17, 2024
90ed831
docs: fix typo - count should be model (#2749)
EtherNoteWorld Mar 17, 2024
6f9e867
update vincent avatar url
yyx990803 Mar 18, 2024
38088c3
disable vueconf banner temporarily
yyx990803 Mar 18, 2024
708a663
update jos avatar image
yyx990803 Mar 18, 2024
702c75a
Add translation link to fa.vuejs.org (#2758)
mostafa-nematpour Mar 19, 2024
91339e6
update: required node version (#2756)
Yordan-Ramchev Mar 19, 2024
d6252cd
bump to vitepress 1.0
yyx990803 Mar 21, 2024
1731ec5
docs: add Kevin Deng as core team member (#2760)
ubugeeei Mar 22, 2024
f682294
chore(deps): bump vitepress from 1.0.0 to 1.0.1 (#2762)
dependabot[bot] Mar 22, 2024
4ffe60b
fix: link to "Show and tell" forum (#2763)
AloisSeckar Mar 23, 2024
ace5d76
"VSCode" to "VS Code" (#2767)
jay-es Mar 25, 2024
ccf052d
fix typo (#2769)
chengr4 Mar 27, 2024
b1f618a
Update utility-types.md (#2761)
EcoleKeine Mar 27, 2024
d01c5b3
Use the correct class variable based on the context (#2765)
junaidkbr Mar 27, 2024
ca0a18c
docs: explicitly specify context around v-bind (#2770)
brc-dd Mar 27, 2024
e77511d
feat: czech translation (#2772)
AloisSeckar Mar 29, 2024
d77e5a1
Add translation link to ru.vuejs.org (#2757)
Ibochkarev Mar 30, 2024
66316a0
re-enable vueconf us banner
yyx990803 Mar 30, 2024
88a601b
adjust translations dropdown order to match completion order
yyx990803 Mar 30, 2024
274ca45
Merge remote-tracking branch 'source-doc/main' into update-source
Mar 31, 2024
32f5bbc
feat(styles) Adaptive header and buttons on the main page have been i…
Mar 31, 2024
0660bfc
feat(styles) Adaptive header and buttons on the main page have been i…
Mar 31, 2024
42a3389
Merge remote-tracking branch 'origin/update-source' into update-source
Mar 31, 2024
f652d4e
feat(docs) Added translation of the block See also
Mar 31, 2024
76faa23
feat(styles) Adaptive header on the main page have been improved
Mar 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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