From 335ed4563fd38f31407d436afff8c76d022c1347 Mon Sep 17 00:00:00 2001 From: Melinda Fekete Date: Wed, 9 Oct 2024 17:22:01 +0200 Subject: [PATCH] Add Seb, Michael, Melinda to Unleash team for docs contributions (#8406) --- website/src/theme/DocItem/Footer/GitHubContributors.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/src/theme/DocItem/Footer/GitHubContributors.jsx b/website/src/theme/DocItem/Footer/GitHubContributors.jsx index 3dd5368bc1..7ab5289c1c 100644 --- a/website/src/theme/DocItem/Footer/GitHubContributors.jsx +++ b/website/src/theme/DocItem/Footer/GitHubContributors.jsx @@ -6,7 +6,7 @@ import styles from './contributors.module.scss'; const unleashTeam = new Map([ ['alvinometric', 'developer advocate, Unleash'], ['ardeche07', 'head of marketing, Unleash'], - ['andreas-unleash', 'developer, Unleash'], + ['ferrantim', 'head of marketing, Unleash'], ['chriswk', 'principal developer, Unleash'], ['daveleek', 'developer, Unleash'], ['FredrikOseberg', 'principal developer, Unleash'], @@ -20,6 +20,8 @@ const unleashTeam = new Map([ ['sjaanus', 'senior developer, Unleash'], ['thomasheartman', 'developer, Unleash'], ['Tymek', 'developer, Unleash'], + ['sebastian-bury', 'implementation architect, Unleash'], + ['melindafekete', 'documentation lead, Unleash'] ]); const GitHubContributors = ({ owner, repo, filePath }) => {