Skip to content

Commit 0da2e65

Browse files
authored
Add new components and features for Mix Space (#38)
* feat: add new components and features for Mix Space - Introduced Footer component for branding and copyright information. - Added LandingHero component with a hero section and call-to-action buttons. - Implemented MDX components integration for enhanced documentation support. - Created PreviewImages component for showcasing screenshots with auto-rotation. - Developed Provider component for context management with search functionality. - Added Search component for improved documentation search capabilities. - Implemented Testimonials component to display user feedback. - Created ThemeCard component for showcasing themes with badges. - Added ToGithub components for linking to GitHub repositories. - Developed TypeTable component for displaying type information in a structured format. - Introduced Collapsible component for expandable content sections. - Added utility functions for class name merging and layout options. - Removed unused global CSS and Tailwind configuration files. - Updated TypeScript configuration for improved module resolution and type checking. - Cleaned up utility functions and removed deprecated code. * chore: update packageManager to pnpm@10.33.0 in package.json
1 parent 8c4d3b8 commit 0da2e65

166 files changed

Lines changed: 6074 additions & 10194 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.github/workflows/deploy.ymlβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ jobs:
5252

5353
- name: Build project
5454
run: pnpm build
55-
56-
- name: Generate sitemap
57-
run: |
58-
pnpm run generate-sitemap
5955

6056
- name: Add CNAME
6157
run: |

β€Žapp/(home)/icons.tsxβ€Ž

Lines changed: 0 additions & 303 deletions
This file was deleted.

β€Žapp/(home)/layout.tsxβ€Ž

Lines changed: 0 additions & 44 deletions
This file was deleted.

β€Žapp/(home)/page.module.cssβ€Ž

Lines changed: 0 additions & 21 deletions
This file was deleted.

β€Žapp/(home)/page.tsxβ€Ž

Lines changed: 0 additions & 56 deletions
This file was deleted.

β€Žapp/api/search/route.tsβ€Ž

Lines changed: 0 additions & 8 deletions
This file was deleted.

β€Žapp/components/Configurator.tsxβ€Ž

Lines changed: 0 additions & 69 deletions
This file was deleted.

β€Žapp/components/EnvVariableConfig.tsxβ€Ž

Lines changed: 0 additions & 72 deletions
This file was deleted.

β€Žapp/components/ThemeShowcase.tsxβ€Ž

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
Β (0)