diff --git a/docs/pages/careers.tsx b/docs/pages/careers.tsx index bf2e4e52613f9d..bedb8e88b16c09 100644 --- a/docs/pages/careers.tsx +++ b/docs/pages/careers.tsx @@ -28,6 +28,12 @@ const openRolesData = [ 'You will provide guidance to the community and solve their struggle, working on one of the most popular React UI library.', url: '/careers/react-engineer-material-ui-maintainer/', }, + { + title: 'Product Engineer — Store', + description: + 'You will lead the technical, product, and operational development of the store.', + url: '/careers/product-engineer-store/', + }, // { // title: 'React Engineer — xCharts', // description: diff --git a/docs/pages/careers/product-engineer-store.js b/docs/pages/careers/product-engineer-store.js new file mode 100644 index 00000000000000..390aa177c193c0 --- /dev/null +++ b/docs/pages/careers/product-engineer-store.js @@ -0,0 +1,7 @@ +import * as React from 'react'; +import TopLayoutCareers from 'docs/src/modules/components/TopLayoutCareers'; +import * as pageProps from '../../pages/careers/product-engineer-store.md?muiMarkdown'; + +export default function Page() { + return ; +} diff --git a/docs/pages/careers/product-engineer.md b/docs/pages/careers/product-engineer-store.md similarity index 100% rename from docs/pages/careers/product-engineer.md rename to docs/pages/careers/product-engineer-store.md