diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index a269be46b4..787c5cc165 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -179,6 +179,28 @@ export default extendConfig( search: { provider: 'local', }, + + footer: { + copyright: `© ${new Date().getFullYear()} VoidZero Inc. and Vite+ contributors.`, + nav: [ + { + title: "Company", + items: [ + { text: "VoidZero", link: "https://voidzero.dev" }, + { text: "Vite", link: "https://vite.dev" }, + { text: "Vitest", link: "https://vitest.dev" }, + { text: "Rolldown", link: "https://rolldown.rs" }, + { text: "Oxc", link: "https://oxc.rs" }, + ], + }, + ], + social: [ + { icon: "github", link: "https://github.com/voidzero-dev/vite-plus" }, + { icon: "x", link: "https://x.com/voidzerodev" }, + { icon: "discord", link: "https://discord.gg/cC6TEVFKSx" }, + { icon: "bluesky", link: "https://bsky.app/profile/voidzero.dev" }, + ], + } }, transformHead({ page, pageData }) { const url = 'https://viteplus.dev/' + page.replace(/\.md$/, '').replace(/index$/, ''); diff --git a/docs/.vitepress/theme/components/Footer.vue b/docs/.vitepress/theme/components/Footer.vue index f3298acd2f..70ff6a950f 100644 --- a/docs/.vitepress/theme/components/Footer.vue +++ b/docs/.vitepress/theme/components/Footer.vue @@ -6,123 +6,12 @@ sponsorLink="https://github.com/voidzero-dev/vite-plus/blob/main/CONTRIBUTING.md" />
-
-

- Take your team's productivity to the next level with Vite+ -

- -
-
-
-

Company

- -
-
-

Social

- -
-
-
-
-

- © {{ new Date().getFullYear() }} VoidZero Inc. - -

+
@@ -130,5 +19,6 @@