Skip to content

Commit aa06dc6

Browse files
committed
Merge remote-tracking branch 'upstream/main' into codex/fix-help-pipe-panic
2 parents 51c3de3 + 1479d37 commit aa06dc6

4 files changed

Lines changed: 161 additions & 2 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export default extendConfig(
139139
{
140140
text: 'Resources',
141141
items: [
142+
{ text: 'Team', link: '/team' },
142143
{ text: 'GitHub', link: 'https://github.com/voidzero-dev/vite-plus' },
143144
{ text: 'Releases', link: 'https://github.com/voidzero-dev/vite-plus/releases' },
144145
{

docs/_data/team.js

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
/** @type {import('@voidzero-dev/vitepress-theme').TeamMember[]} */
2+
export const core = [
3+
{
4+
avatar: 'https://github.com/fengmk2.png',
5+
name: 'MK',
6+
links: [{ icon: 'github', link: 'https://github.com/fengmk2' },
7+
{ icon: 'x', link: 'https://x.com/fengmk2' },
8+
],
9+
},
10+
{
11+
avatar: 'https://github.com/branchseer.png',
12+
name: 'Wang Chi',
13+
links: [
14+
{ icon: 'github', link: 'https://github.com/branchseer' },
15+
{ icon: 'x', link: 'https://x.com/branchseer' }
16+
],
17+
},
18+
{
19+
avatar: 'https://github.com/Brooooooklyn.png',
20+
name: 'Long Yinan',
21+
links: [
22+
{ icon: 'github', link: 'https://github.com/Brooooooklyn' },
23+
{ icon: 'x', link: 'https://x.com/Brooooook_lyn' },
24+
],
25+
},
26+
{
27+
avatar: 'https://github.com/cpojer.png',
28+
name: 'Christoph Nakazawa',
29+
links: [
30+
{ icon: 'github', link: 'https://github.com/cpojer' },
31+
{ icon: 'x', link: 'https://x.com/cpojer' },
32+
{ icon: 'bluesky', link: 'https://bsky.app/profile/christoph.nkzw.tech' },
33+
],
34+
},
35+
{
36+
avatar: 'https://github.com/TheAlexLichter.png',
37+
name: 'Alexander Lichter',
38+
links: [
39+
{ icon: 'github', link: 'https://github.com/TheAlexLichter' },
40+
{ icon: 'x', link: 'https://x.com/TheAlexLichter' },
41+
{ icon: 'bluesky', link: 'https://bsky.app/profile/thealexlichter.com' },
42+
],
43+
},
44+
{
45+
avatar: 'https://github.com/camc314.png',
46+
name: 'Cameron Clark',
47+
links: [
48+
{ icon: 'github', link: 'https://github.com/camc314' },
49+
{ icon: 'x', link: 'https://x.com/cameron_C2' },
50+
],
51+
},
52+
{
53+
avatar: 'https://github.com/leaysgur.png',
54+
name: 'Yuji Sugiura',
55+
links: [
56+
{ icon: 'github', link: 'https://github.com/leaysgur' },
57+
{ icon: 'x', link: 'https://x.com/leaysgur' },
58+
],
59+
},
60+
{
61+
avatar: 'https://github.com/mdong1909.png',
62+
name: 'Michael Dong',
63+
links: [
64+
{ icon: 'github', link: 'https://github.com/mdong1909' },
65+
{ icon: 'x', link: 'https://x.com/mdong1909' },
66+
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/michael-d-612b5b50/' },
67+
],
68+
},
69+
{
70+
avatar: 'https://github.com/kazupon.png',
71+
name: 'kazupon',
72+
links: [
73+
{ icon: 'github', link: 'https://github.com/kazupon' },
74+
{ icon: 'x', link: 'https://x.com/kazu_pon' },
75+
{ icon: 'bluesky', link: 'https://bsky.app/profile/kazupon.dev' },
76+
],
77+
},
78+
{
79+
avatar: 'https://github.com/ubugeeei.png',
80+
name: 'ubugeeei',
81+
links: [
82+
{ icon: 'github', link: 'https://github.com/ubugeeei' },
83+
{ icon: 'x', link: 'https://x.com/ubugeeei' },
84+
],
85+
},
86+
{
87+
avatar: 'https://github.com/nekomoyi.png',
88+
name: 'nekomoyi',
89+
links: [
90+
{ icon: 'github', link: 'https://github.com/nekomoyi' },
91+
],
92+
},
93+
{
94+
avatar: 'https://github.com/HaasStefan.png',
95+
name: 'Stefan Haas',
96+
links: [
97+
{ icon: 'github', link: 'https://github.com/HaasStefan' },
98+
{ icon: 'x', link: 'https://x.com/StefanvHaas' },
99+
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/stefan-haas-angular' },
100+
],
101+
},
102+
{
103+
avatar: 'https://github.com/naokihaba.png',
104+
name: 'naokihaba',
105+
links: [
106+
{ icon: 'github', link: 'https://github.com/naokihaba' },
107+
{ icon: 'x', link: 'https://x.com/naokihaba' },
108+
{ icon: 'bluesky', link: 'https://bsky.app/profile/naokihaba.com' },
109+
],
110+
},
111+
{
112+
avatar: 'https://github.com/jong-kyung.png',
113+
name: 'JongKyung Lee',
114+
links: [
115+
{ icon: 'github', link: 'https://github.com/jong-kyung' },
116+
{ icon: 'linkedin', link: 'https://www.linkedin.com/in/jong-kyung' },
117+
],
118+
},
119+
]
120+
121+
/** @type {import('@voidzero-dev/vitepress-theme').TeamMember[]} */
122+
export const emeriti = []

docs/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"oxc-minify": "^0.120.0",
2222
"tailwindcss": "^4.1.18",
2323
"vitepress": "2.0.0-alpha.15"
24-
}
25-
}
24+
},
25+
"packageManager": "pnpm@10.33.0"
26+
}

docs/team.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: page
3+
title: Meet the Team
4+
description: The development of Vite+ is guided by an international team.
5+
---
6+
7+
<script setup>
8+
import {
9+
VPTeamPage,
10+
VPTeamPageTitle,
11+
VPTeamPageSection,
12+
VPTeamMembers
13+
} from '@voidzero-dev/vitepress-theme'
14+
import { core } from './_data/team'
15+
</script>
16+
17+
<VPTeamPage>
18+
<VPTeamPageTitle>
19+
<template #title>Meet the Team</template>
20+
<template #lead>
21+
The team members who work on Vite+ and are responsible for its development, maintenance, and community engagement.
22+
</template>
23+
</VPTeamPageTitle>
24+
<VPTeamMembers :members="core" />
25+
<!-- <VPTeamPageSection v-if="emeriti.length">
26+
<template #title>Team Emeriti</template>
27+
<template #lead>
28+
Here we honor some no-longer-active team members who have made valuable
29+
contributions in the past.
30+
</template>
31+
<template #members>
32+
<VPTeamMembers size="small" :members="emeriti" />
33+
</template>
34+
</VPTeamPageSection> -->
35+
</VPTeamPage>

0 commit comments

Comments
 (0)