Skip to content

Commit

Permalink
Merge pull request #442 from Ibochkarev/main
Browse files Browse the repository at this point in the history
feat(source) Обновление исходников
  • Loading branch information
Ibochkarev authored Jun 9, 2024
2 parents 2e93540 + 565af15 commit 7e3e531
Show file tree
Hide file tree
Showing 7 changed files with 143 additions and 94 deletions.
5 changes: 2 additions & 3 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ export default defineConfigWithTheme<ThemeConfig>({
link: 'https://vuejs.org',
text: 'English',
repo: 'https://github.com/vuejs/docs'
},
},
{
link: 'https://cn.vuejs.org',
text: '简体中文',
Expand Down Expand Up @@ -759,7 +759,7 @@ export default defineConfigWithTheme<ThemeConfig>({
],

editLink: {
repo: 'translation-gang/docs-ru',
repo: 'vuejs-translations/docs-ru',
text: 'Исправить эту страницу на GitHub'
},

Expand All @@ -775,7 +775,6 @@ export default defineConfigWithTheme<ThemeConfig>({
markdown: {
theme: 'github-dark',
config(md) {
// @ts-expect-error - broken type output in vitepress
md.use(headerPlugin)
// .use(textAdPlugin)
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"type": "vue-tsc --noEmit"
},
"dependencies": {
"@vue/repl": "^4.1.2",
"@vue/repl": "^4.2.1",
"@vue/theme": "^2.2.12",
"dynamics.js": "^1.1.5",
"gsap": "^3.12.5",
"vitepress": "^1.2.2",
"vitepress": "^1.2.3",
"vue": "^3.4.27"
},
"devDependencies": {
"@types/body-scroll-lock": "^3.1.2",
"@types/markdown-it": "^14.1.1",
"@types/node": "^20.12.12",
"@types/node": "^20.14.1",
"terser": "^5.31.0",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.19"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].4"
}
Loading

0 comments on commit 7e3e531

Please sign in to comment.