docs(core): remove William Ghelfi from champions (#27826)

Removes William Ghelfi from the champions list
This commit is contained in:
Isaac Mann 2024-09-09 07:07:39 -04:00 committed by GitHub
parent a9beb62b0d
commit e5e242a46f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,22 +1,6 @@
import { Champion } from '@nx/nx-dev/ui-common';
export const champions1: Champion[] = [
{
name: 'William Ghelfi',
expertise: 'React, Repository Structure, Patting New Devs On Their Backs',
imageUrl: '/images/champions/william-ghelfi.webp',
contact: [
{
label: '@trumbitta',
link: 'https://twitter.com/trumbitta',
},
{
label: '@williamghelfi.com',
link: 'https://bsky.app/profile/williamghelfi.com',
},
],
location: 'Italy',
},
{
name: 'Santosh Yadav',
expertise:
@ -112,6 +96,19 @@ export const champions1: Champion[] = [
],
location: 'France',
},
{
name: 'Jonathan Gelin',
expertise:
'Empowering organizations with Nx for streamlined development, robust monorepos, efficient CI/CD, micro-frontend architecture, and strong testing strategies',
imageUrl: '/images/champions/jonathan-gelin.webp',
contact: [
{
label: 'gelin.jonathan@gmail.com',
link: 'mailto:gelin.jonathan@gmail.com',
},
],
location: 'Belgium',
},
];
export const champions2: Champion[] = [
{
@ -355,17 +352,4 @@ export const champions3: Champion[] = [
],
location: 'USA',
},
{
name: 'Jonathan Gelin',
expertise:
'Empowering organizations with Nx for streamlined development, robust monorepos, efficient CI/CD, micro-frontend architecture, and strong testing strategies',
imageUrl: '/images/champions/jonathan-gelin.webp',
contact: [
{
label: 'gelin.jonathan@gmail.com',
link: 'mailto:gelin.jonathan@gmail.com',
},
],
location: 'Belgium',
},
];