Skip to content

Commit

Permalink
upgrade vitepress
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jan 6, 2021
1 parent 89a2301 commit 5344478
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 788 deletions.
81 changes: 38 additions & 43 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,53 +41,48 @@ const config = {
link: '/api/general'
},
{
text: 'Ecosystem',
text: 'Official Tooling',
items: [
// {
// text: 'Vue CLI Plugin',
// link: 'https://github.com/kazupon/vue-cli-plugin-i18n'
// },
{
text: 'Official Tooling',
items: [
// {
// text: 'Vue CLI Plugin',
// link: 'https://github.com/kazupon/vue-cli-plugin-i18n'
// },
{
text: 'Webpack Loader',
link: 'https://github.com/intlify/vue-i18n-loader'
},
{
text: 'Rollup Plugin',
link: 'https://github.com/intlify/rollup-plugin-vue-i18n'
},
{
text: 'Vite Plugin',
link: 'https://github.com/intlify/vite-plugin-vue-i18n'
},
{
text: 'ESLint Plugin',
link: 'https://intlify.github.io/eslint-plugin-vue-i18n/'
},
{
text: 'CLI Tooling',
link: 'https://github.com/intlify/cli',
},
{
text: 'Extensions',
link: 'https://github.com/kazupon/vue-i18n-extensions'
}
]
text: 'Webpack Loader',
link: 'https://github.com/intlify/vue-i18n-loader'
},
{
text: '3rd Party Tooling',
items: [
{
text: 'BabelEdit',
link: 'https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01'
},
{
text: 'i18n Ally',
link: 'https://marketplace.visualstudio.com/items?itemName=antfu.i18n-ally'
}
]
text: 'Rollup Plugin',
link: 'https://github.com/intlify/rollup-plugin-vue-i18n'
},
{
text: 'Vite Plugin',
link: 'https://github.com/intlify/vite-plugin-vue-i18n'
},
{
text: 'ESLint Plugin',
link: 'https://intlify.github.io/eslint-plugin-vue-i18n/'
},
{
text: 'CLI Tooling',
link: 'https://github.com/intlify/cli',
},
{
text: 'Extensions',
link: 'https://github.com/kazupon/vue-i18n-extensions'
}
]
},
{
text: '3rd Party Tooling',
items: [
{
text: 'BabelEdit',
link: 'https://www.codeandweb.com/babeledit?utm_campaign=vue-i18n-2019-01'
},
{
text: 'i18n Ally',
link: 'https://marketplace.visualstudio.com/items?itemName=antfu.i18n-ally'
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Go to [Get Started](./essentials/started)
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!

<p style="text-align: center;">
<iframe src="https://github.com/sponsors/kazupon/card" title="Sponsor kazupon" height="225" width="600" style="border: 0; margin: 24px"></iframe>
<iframe src="https://github.com/sponsors/kazupon/card" title="Sponsor kazupon" height="225" width="600" style="border: 0;"></iframe>
</p>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"ts-jest": "^26.4.0",
"typescript": "^4.1.2",
"typescript-eslint-language-service": "^4.1.2",
"vitepress": "^0.8.1",
"vitepress": "^0.10.7",
"vue": "^3.0.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 5344478

Please sign in to comment.