diff --git a/docs/data/about/teamMembers.json b/docs/data/about/teamMembers.json index 22f03b25fe617b..e22f764b48b7f0 100644 --- a/docs/data/about/teamMembers.json +++ b/docs/data/about/teamMembers.json @@ -153,7 +153,8 @@ "title": "Business Administrator", "location": "London, UK", "locationCountry": "gb", - "about": "Empathic art-lover, incurable optimist keen on biking, gardening" + "about": "Empathic art-lover, incurable optimist keen on biking, gardening", + "github": "TinaDein" }, { "name": "Lukas Tyla", @@ -186,7 +187,8 @@ "title": "Senior People & Culture Partner", "location": "Newcastle Upon Tyne, UK", "locationCountry": "gb", - "about": "🧗‍♂️ Amateur indoor climber & ex-philosophy geek" + "about": "🧗‍♂️ Amateur indoor climber & ex-philosophy geek", + "github": "mikailaread" }, { "name": "Romain Grégoire", diff --git a/docs/src/components/about/Team.tsx b/docs/src/components/about/Team.tsx index f71a7ee7543c95..e960a01e5f82c6 100644 --- a/docs/src/components/about/Team.tsx +++ b/docs/src/components/about/Team.tsx @@ -19,6 +19,14 @@ import Section from 'docs/src/layouts/Section'; import SectionHeadline from 'docs/src/components/typography/SectionHeadline'; import GradientText from 'docs/src/components/typography/GradientText'; import teamMembers from 'docs/data/about/teamMembers.json'; +/** + * The teamMembers data can be imported from: https://tools-public.mui.com/prod/pages/nSwYn51 + +curl 'https://tools-public.mui.com/prod/api/data/muicomabout/queryAbout' \ + -H 'content-type: application/json' \ + --data-raw '{}' \ + --compressed +*/ interface Profile { name: string;