Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export default extendConfig(
{
text: 'Resources',
items: [
{ text: 'Team', link: '/team' },
{ text: 'GitHub', link: 'https://github.com/voidzero-dev/vite-plus' },
{ text: 'Releases', link: 'https://github.com/voidzero-dev/vite-plus/releases' },
{
Expand Down
122 changes: 122 additions & 0 deletions docs/_data/team.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
/** @type {import('@voidzero-dev/vitepress-theme').TeamMember[]} */
export const core = [
{
avatar: 'https://github.com/fengmk2.png',
name: 'MK',
links: [{ icon: 'github', link: 'https://github.com/fengmk2' },
{ icon: 'x', link: 'https://x.com/fengmk2' },
],
},
{
avatar: 'https://github.com/branchseer.png',
name: 'Wang Chi',
links: [
{ icon: 'github', link: 'https://github.com/branchseer' },
{ icon: 'x', link: 'https://x.com/branchseer' }
],
},
{
avatar: 'https://github.com/Brooooooklyn.png',
name: 'Long Yinan',
links: [
{ icon: 'github', link: 'https://github.com/Brooooooklyn' },
{ icon: 'x', link: 'https://x.com/Brooooook_lyn' },
],
},
{
avatar: 'https://github.com/cpojer.png',
name: 'Christoph Nakazawa',
links: [
{ icon: 'github', link: 'https://github.com/cpojer' },
{ icon: 'x', link: 'https://x.com/cpojer' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/christoph.nkzw.tech' },
],
},
{
avatar: 'https://github.com/TheAlexLichter.png',
name: 'Alexander Lichter',
links: [
{ icon: 'github', link: 'https://github.com/TheAlexLichter' },
{ icon: 'x', link: 'https://x.com/TheAlexLichter' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/thealexlichter.com' },
],
},
{
avatar: 'https://github.com/camc314.png',
name: 'Cameron Clark',
links: [
{ icon: 'github', link: 'https://github.com/camc314' },
{ icon: 'x', link: 'https://x.com/cameron_C2' },
],
},
{
avatar: 'https://github.com/leaysgur.png',
name: 'Yuji Sugiura',
links: [
{ icon: 'github', link: 'https://github.com/leaysgur' },
{ icon: 'x', link: 'https://x.com/leaysgur' },
],
},
{
avatar: 'https://github.com/mdong1909.png',
name: 'Michael Dong',
links: [
{ icon: 'github', link: 'https://github.com/mdong1909' },
{ icon: 'x', link: 'https://x.com/mdong1909' },
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/michael-d-612b5b50/' },
],
},
{
avatar: 'https://github.com/kazupon.png',
name: 'kazupon',
links: [
{ icon: 'github', link: 'https://github.com/kazupon' },
{ icon: 'x', link: 'https://x.com/kazu_pon' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/kazupon.dev' },
],
},
{
avatar: 'https://github.com/ubugeeei.png',
name: 'ubugeeei',
links: [
{ icon: 'github', link: 'https://github.com/ubugeeei' },
{ icon: 'x', link: 'https://x.com/ubugeeei' },
],
},
{
avatar: 'https://github.com/nekomoyi.png',
name: 'nekomoyi',
links: [
{ icon: 'github', link: 'https://github.com/nekomoyi' },
],
},
{
avatar: 'https://github.com/HaasStefan.png',
name: 'Stefan Haas',
links: [
{ icon: 'github', link: 'https://github.com/HaasStefan' },
{ icon: 'x', link: 'https://x.com/StefanvHaas' },
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/stefan-haas-angular' },
],
},
{
avatar: 'https://github.com/naokihaba.png',
name: 'naokihaba',
links: [
{ icon: 'github', link: 'https://github.com/naokihaba' },
{ icon: 'x', link: 'https://x.com/naokihaba' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/naokihaba.com' },
],
},
{
avatar: 'https://github.com/jong-kyung.png',
name: 'JongKyung Lee',
links: [
{ icon: 'github', link: 'https://github.com/jong-kyung' },
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/jong-kyung' },
],
},
]

/** @type {import('@voidzero-dev/vitepress-theme').TeamMember[]} */
export const emeriti = []
5 changes: 3 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"oxc-minify": "^0.120.0",
"tailwindcss": "^4.1.18",
"vitepress": "2.0.0-alpha.15"
}
}
},
"packageManager": "pnpm@10.33.0"
}
35 changes: 35 additions & 0 deletions docs/team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: page
title: Meet the Team
description: The development of Vite+ is guided by an international team.
---

<script setup>
import {
VPTeamPage,
VPTeamPageTitle,
VPTeamPageSection,
VPTeamMembers
} from '@voidzero-dev/vitepress-theme'
import { core } from './_data/team'
</script>

<VPTeamPage>
<VPTeamPageTitle>
<template #title>Meet the Team</template>
<template #lead>
The team members who work on Vite+ and are responsible for its development, maintenance, and community engagement.
</template>
</VPTeamPageTitle>
<VPTeamMembers :members="core" />
<!-- <VPTeamPageSection v-if="emeriti.length">
<template #title>Team Emeriti</template>
<template #lead>
Here we honor some no-longer-active team members who have made valuable
contributions in the past.
</template>
<template #members>
<VPTeamMembers size="small" :members="emeriti" />
</template>
</VPTeamPageSection> -->
</VPTeamPage>
Loading