docs-ko
docs-ko copied to clipboard
[SYNC] feat: expose server resolved urls (#8986)
feat: expose server resolved urls (#8986) (26bcdc3)
+++ b/docs/.vitepress/config.ts
@@ -72,31 +72,36 @@ export default defineConfig({
{ text: 'Config', link: '/config/', activeMatch: '/config/' },
{ text: 'Plugins', link: '/plugins/', activeMatch: '/plugins/' },
{
- text: 'Links',
+ text: 'Resources',
items: [
+ { text: 'Team', link: '/team' },
{
- text: 'Twitter',
- link: 'https://twitter.com/vite_js'
- },
- {
- text: 'Discord Chat',
- link: 'https://chat.vitejs.dev'
- },
- {
- text: 'Awesome Vite',
- link: 'https://github.com/vitejs/awesome-vite'
- },
- {
- text: 'DEV Community',
- link: 'https://dev.to/t/vite'
- },
- {
- text: 'Rollup Plugins Compat',
- link: 'https://vite-rollup-plugins.patak.dev/'
- },
- {
- text: 'Changelog',
- link: 'https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md'
+ items: [
+ {
+ text: 'Twitter',
+ link: 'https://twitter.com/vite_js'
+ },
+ {
+ text: 'Discord Chat',
+ link: 'https://chat.vitejs.dev'
+ },
+ {
+ text: 'Awesome Vite',
+ link: 'https://github.com/vitejs/awesome-vite'
+ },
+ {
+ text: 'DEV Community',
+ link: 'https://dev.to/t/vite'
+ },
+ {
+ text: 'Rollup Plugins Compat',
+ link: 'https://vite-rollup-plugins.patak.dev/'
+ },
+ {
+ text: 'Changelog',
+ link: 'https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md'
+ }
+ ]
}
]
},