Skip to content

Commit

Permalink
chore: update docs to use remix v2 (#2238)
Browse files Browse the repository at this point in the history
* chore: update vite

* feat: update to v2 remix & use vite

* chore: dont use aliased paths in mdx

* fix: weird import issue with * as

* chore: refactor to meta v2

* chore: revert import * as

* chore: get docs rendering...

* fix: meta rendering

* fix: build

* chore: fix stitches issues

* chore: go back to basics

* chore: make vite work

* chore: add mdx pages

* chore: add other mdx plugins & get scripts running again

* chore: add ornamental code

* chore: add 404 page

* chore: style docs pages

* chore: re-add theme switcher with cookies

* chore: finish docs

* chore: redo examples page

* chore: fix homepage

* chore: update some docs deps
  • Loading branch information
joshuaellis authored May 26, 2024
1 parent 70efa0d commit 655bb4c
Show file tree
Hide file tree
Showing 180 changed files with 10,751 additions and 8,161 deletions.
2 changes: 1 addition & 1 deletion .github/publish-ci/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@vitejs/plugin-react": "^4.1.0",
"prettier": "^3.1.1",
"typescript": "^4.9.4",
"vite": "^4.0.0"
"vite": "^5.0.10"
},
"msw": {
"workerDirectory": "public"
Expand Down
Loading

0 comments on commit 655bb4c

Please sign in to comment.