Skip to content

Commit

Permalink
remove the Sync-specific section
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Apr 29, 2024
1 parent f3bc6f4 commit 956a9d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 105 deletions.
101 changes: 0 additions & 101 deletions docs/pages/material-ui-sync.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions docs/src/layouts/AppFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ export default function AppFooter(props: AppFooterProps) {
<Link prefetch={false} href={ROUTES.productDesignKits}>
Design Kits
</Link>
<Link prefetch={false} href={ROUTES.productSync}>
Sync plugin
</Link>
</Box>
<Box sx={{ display: 'flex', flexDirection: 'column' }}>
<Typography fontWeight="semiBold" variant="body2" sx={{ mb: 0.5 }}>
Expand Down
1 change: 0 additions & 1 deletion docs/src/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const ROUTES = {
productToolpad: '/toolpad/',
productTemplates: '/templates/',
productDesignKits: '/design-kits/',
productSync: '/material-ui-sync/',
careers: '/careers/',
pricing: '/pricing/',
about: '/about/',
Expand Down

0 comments on commit 956a9d0

Please sign in to comment.