Move team member info from team.mdx to individual team member files (#2412)

This commit is contained in:
Eli Kinsey
2021-12-01 15:34:12 -08:00
committed by GitHub
parent 56679f9786
commit ef67f259d6
37 changed files with 571 additions and 956 deletions

View File

@@ -10,6 +10,7 @@ const componentsToIgnore = new Set([
'Section',
'Hero',
'FeatureSnapshot',
'Team',
])
const getComponentsInDir = (dir, components = []) => {