Skip to content

Commit

Permalink
feat: generate mdx page (#46)
Browse files Browse the repository at this point in the history
* fix: example aside selected

* feat: generate mdx page

fix: cmdk
  • Loading branch information
0plan authored Mar 26, 2024
1 parent 1d31c3a commit 81e6684
Show file tree
Hide file tree
Showing 11 changed files with 541 additions and 87 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VRTN is Vite React Typescript i18n template
- [Zustand](https://zustand-demo.pmnd.rs/)
- [I18n ready](./public/locales)
- [Deploy on Vercel](https://vercel.com)
- [File based routing](https://github.com/oedotme/generouted)
- [File based routing](https://github.com/oedotme/generouted) support with [mdx](https://github.com/oedotme/generouted/tree/main/examples/react-router-mdx)
- [Layout](https://github.com/oedotme/generouted?tab=readme-ov-file#file-and-directories-naming-and-conventions)
- [Storybook](https://storybook.js.org/)
- Docker
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"dependencies": {
"@generouted/react-router": "^1.18.5",
"@hookform/resolvers": "^3.3.4",
"@mdx-js/rollup": "^3.0.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
Expand Down Expand Up @@ -53,7 +54,7 @@
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"cmdk": "^0.2.1",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.0.0",
"i18next": "^23.10.1",
Expand All @@ -74,8 +75,6 @@
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.0.16",
"react-router-dom": "^6.22.3",
"rehype-highlight": "^7.0.0",
"remark-gfm": "^4.0.0",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
Expand Down
Loading

0 comments on commit 81e6684

Please sign in to comment.