From 9892019ac31070076bb2dd6fc6fe223ec59f0ad0 Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 20 Nov 2023 23:35:59 +0800 Subject: [PATCH] remove community members for now --- .vitepress/theme/constants/team.ts | 22 ---------------------- docs/docs/guide/introduction.md | 4 ---- 2 files changed, 26 deletions(-) diff --git a/.vitepress/theme/constants/team.ts b/.vitepress/theme/constants/team.ts index 0c3514b02b..cde29daca3 100644 --- a/.vitepress/theme/constants/team.ts +++ b/.vitepress/theme/constants/team.ts @@ -59,28 +59,6 @@ export const TEAM_MEMBERS: TeamMember[] = [ { icon: "twitter", link: "https://twitter.com/mysteryven" }, ], }, - { - id: "nozomu_ikuta", - type: "community", - name: "Nozomu Ikuta", - title: "Contributor", - avatar: "https://www.github.com/NozomuIkuta.png", - links: [ - { icon: "github", link: "https://github.com/NozomuIkuta" }, - { icon: "twitter", link: "https://twitter.com/NozomuIkuta" }, - ], - }, - { - id: "ubugeeei", - type: "community", - name: "Ubugeeei", - title: "Contributor", - avatar: "https://www.github.com/Ubugeeei.png", - links: [ - { icon: "github", link: "https://github.com/Ubugeeei" }, - { icon: "twitter", link: "https://twitter.com/ubugeeei" }, - ], - }, ]; export const CORE_TEAM_MEMBERS = TEAM_MEMBERS.filter( diff --git a/docs/docs/guide/introduction.md b/docs/docs/guide/introduction.md index 616e625f7a..9b9c15bd6d 100644 --- a/docs/docs/guide/introduction.md +++ b/docs/docs/guide/introduction.md @@ -27,9 +27,5 @@ This project shares the same philosophies as [Biome][biome] and [Ruff][ruff]. -## Community - - - [biome]: https://biomejs.dev [ruff]: https://beta.ruff.rs