From e5e242a46f448e46d1f003e118775e90ba18108c Mon Sep 17 00:00:00 2001 From: Isaac Mann Date: Mon, 9 Sep 2024 07:07:39 -0400 Subject: [PATCH] docs(core): remove William Ghelfi from champions (#27826) Removes William Ghelfi from the champions list --- nx-dev/nx-dev/lib/champions.ts | 42 +++++++++++----------------------- 1 file changed, 13 insertions(+), 29 deletions(-) diff --git a/nx-dev/nx-dev/lib/champions.ts b/nx-dev/nx-dev/lib/champions.ts index 6a136404f3..314a2de359 100644 --- a/nx-dev/nx-dev/lib/champions.ts +++ b/nx-dev/nx-dev/lib/champions.ts @@ -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', - }, ];