Skip to content

Commit

Permalink
Add Seb, Michael, Melinda to Unleash team for docs contributions (#8406)
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete authored Oct 9, 2024
1 parent d032a91 commit 335ed45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/src/theme/DocItem/Footer/GitHubContributors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand All @@ -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 }) => {
Expand Down

0 comments on commit 335ed45

Please sign in to comment.