docs(core): remove William Ghelfi from champions (#27826)
Removes William Ghelfi from the champions list
This commit is contained in:
parent
a9beb62b0d
commit
e5e242a46f
@ -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',
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user