Skip to content

Commit 5344478

Browse files
committed
upgrade vitepress
1 parent 89a2301 commit 5344478

File tree

4 files changed

+225
-788
lines changed

4 files changed

+225
-788
lines changed

docs/.vitepress/config.js

Lines changed: 38 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -41,53 +41,48 @@ const config = {
4141
link: '/api/general'
4242
},
4343
{
44-
text: 'Ecosystem',
44+
text: 'Official Tooling',
4545
items: [
46+
// {
47+
// text: 'Vue CLI Plugin',
48+
// link: 'https://github.com/kazupon/vue-cli-plugin-i18n'
49+
// },
4650
{
47-
text: 'Official Tooling',
48-
items: [
49-
// {
50-
// text: 'Vue CLI Plugin',
51-
// link: 'https://github.com/kazupon/vue-cli-plugin-i18n'
52-
// },
53-
{
54-
text: 'Webpack Loader',
55-
link: 'https://github.com/intlify/vue-i18n-loader'
56-
},
57-
{
58-
text: 'Rollup Plugin',
59-
link: 'https://github.com/intlify/rollup-plugin-vue-i18n'
60-
},
61-
{
62-
text: 'Vite Plugin',
63-
link: 'https://github.com/intlify/vite-plugin-vue-i18n'
64-
},
65-
{
66-
text: 'ESLint Plugin',
67-
link: 'https://intlify.github.io/eslint-plugin-vue-i18n/'
68-
},
69-
{
70-
text: 'CLI Tooling',
71-
link: 'https://github.com/intlify/cli',
72-
},
73-
{
74-
text: 'Extensions',
75-
link: 'https://github.com/kazupon/vue-i18n-extensions'
76-
}
77-
]
51+
text: 'Webpack Loader',
52+
link: 'https://github.com/intlify/vue-i18n-loader'
7853
},
7954
{
80-
text: '3rd Party Tooling',
81-
items: [
82-
{
83-
text: 'BabelEdit',
84-
link: 'https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01'
85-
},
86-
{
87-
text: 'i18n Ally',
88-
link: 'https://marketplace.visualstudio.com/items?itemName=antfu.i18n-ally'
89-
}
90-
]
55+
text: 'Rollup Plugin',
56+
link: 'https://github.com/intlify/rollup-plugin-vue-i18n'
57+
},
58+
{
59+
text: 'Vite Plugin',
60+
link: 'https://github.com/intlify/vite-plugin-vue-i18n'
61+
},
62+
{
63+
text: 'ESLint Plugin',
64+
link: 'https://intlify.github.io/eslint-plugin-vue-i18n/'
65+
},
66+
{
67+
text: 'CLI Tooling',
68+
link: 'https://github.com/intlify/cli',
69+
},
70+
{
71+
text: 'Extensions',
72+
link: 'https://github.com/kazupon/vue-i18n-extensions'
73+
}
74+
]
75+
},
76+
{
77+
text: '3rd Party Tooling',
78+
items: [
79+
{
80+
text: 'BabelEdit',
81+
link: 'https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01'
82+
},
83+
{
84+
text: 'i18n Ally',
85+
link: 'https://marketplace.visualstudio.com/items?itemName=antfu.i18n-ally'
9186
}
9287
]
9388
},

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Go to [Get Started](./essentials/started)
3131
Is your company using vue-i18n, vue-cli-plugin-i18n and other tools to build awesome apps? Join the GitHub and become a sponsor to add your logo on this documentation! Supporting me on Sponsor allows me to work less for a job and to work more on Free Open Source Software such as vue-i18n and [Intlify](https://github.com/intlify) projects! Thank you!
3232

3333
<p style="text-align: center;">
34-
<iframe src="https://github.com/sponsors/kazupon/card" title="Sponsor kazupon" height="225" width="600" style="border: 0; margin: 24px"></iframe>
34+
<iframe src="https://github.com/sponsors/kazupon/card" title="Sponsor kazupon" height="225" width="600" style="border: 0;"></iframe>
3535
</p>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"ts-jest": "^26.4.0",
122122
"typescript": "^4.1.2",
123123
"typescript-eslint-language-service": "^4.1.2",
124-
"vitepress": "^0.8.1",
124+
"vitepress": "^0.10.7",
125125
"vue": "^3.0.0"
126126
},
127127
"engines": {

0 commit comments

Comments
 (0)