Skip to content

Commit

Permalink
remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Apr 23, 2024
1 parent d588c07 commit daedcbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
8 changes: 0 additions & 8 deletions docs/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ function AppWrapper(props) {
metadata: 'MUI Core',
name: 'Material UI',
versions: [
{
text: 'v6 (next)',
href: `https://next.mui.com${languagePrefix}/material-ui/getting-started/`,
},
{ text: `v${materialPkgJson.version}`, current: true },
{ text: `v5`, href: `https://mui.com${languagePrefix}/material-ui/getting-started/` },
{
Expand Down Expand Up @@ -197,10 +193,6 @@ function AppWrapper(props) {
metadata: 'MUI Core',
name: 'MUI System',
versions: [
{
text: 'v6 (next)',
href: `https://next.mui.com${languagePrefix}/system/getting-started/`,
},
{ text: `v${systemPkgJson.version}`, current: true },
{ text: 'v5', href: `https://mui.com${languagePrefix}/system/getting-started/` },
{ text: 'v4', href: `https://v4.mui.com${languagePrefix}/system/basics/` },
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/blog/2023-toolpad-beta-announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Your input is crucial to helping us shape the roadmap from here.

The best places to stay up-to-date about what we're currently working on are [GitHub issues](https://github.com/mui/mui-toolpad) and our [public roadmap](https://github.com/orgs/mui/projects/9/views/1).

If you have any questions or would like to share feedback, you can directly contact the team at toolpad@mui.com or reach us on [X/Twitter](https://twitter.com/Toolpad_).
If you have any questions or would like to share feedback, you can directly contact the team at toolpad@mui.com or reach us on [X/Twitter](https://twitter.com/MUI_Toolpad).
You can also engage in conversation on our [Discord](https://mui.com/r/discord/) server.

If you'd like an in-depth demo to discuss your use case, please feel free to [schedule a meeting with me on Calendly](https://calendly.com/prakhar-mui).
7 changes: 2 additions & 5 deletions docs/src/modules/utils/getProductInfoFromUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ export type MuiProductId =
| 'docs'
| 'x-data-grid'
| 'x-date-pickers'
| 'x-charts'
| 'x-tree-view'
| 'toolpad-studio'
| 'toolpad-core';
| 'x-charts';

type MuiProductCategoryId = 'toolpad' | 'null' | 'core' | 'x';
type MuiProductCategoryId = 'null' | 'core' | 'x';

interface MuiProductInfo {
productId: MuiProductId;
Expand Down

0 comments on commit daedcbe

Please sign in to comment.