dan
af0358f1d2
Revert "feat: migrate React.dev to the App Router ( #7437 )" ( #7466 )
...
This reverts commit 0eb0f889b1 .
2025-02-01 19:21:43 +00:00
Jimmy Lai
0eb0f889b1
feat: migrate React.dev to the App Router ( #7437 )
...
* update version to latest + move folders around
* getting home page working
* make the mdx setup work
* bypass mdxname
* split out mdx components
* re-add meta mdx logic
* replace mdxName usage
* fix code blocks
* fix max width
* convert mdx post processing to actual plugins
* fix tailwind
* fix incorrect iframe props
* cleanup mdx dic
* make it actually build
* align fonts
* fix uwu script
* fix search
* remove _app
* make it actually build
* replace next-watch-remote with custom setup
* clean up logs + clean up inline scripts
* add rss handler
* remove rss generation
* remove rss generation
* support MDX components for TOC
* clean up log + bump cache
* fix toc
* add back translations + add new overlay
* use MDX link instead of Next.js links for translation
* fix analytics
* add myself to the contributors
* fix blinking sidebar
* avoid rendering toc on the client
* plugin metadata
* simplify metadata
* fix title
* clean up metadata
* add back error decoder
* Update src/content/learn/index.md
---------
Co-authored-by: Ricky <rickhanlonii@gmail.com >
2025-02-01 11:35:16 -05:00
Prajwal Kulkarni
9c316b206f
Upgrade tailwind version ( #6550 )
...
* Fix overflowing text content in footer link
Add an ellipsis to overflowing text in the footer section for navigating between different references.
* Add min and max width to nextlink class
* Add minwidth to tailwind config
* Wrap string beyond max width
* Remove title attribute from span element
* Upgrade tailwind to 3.4.1
* Remove manual width config from minWidth
* Remove minWidth from tailwind config and preserve default value of min-w-xs
2024-01-17 20:59:40 -05:00
Sukka
8d2664b806
Feat: error-decoder ( #6214 )
...
* Feat: port error-decoder
* Fix: do not choke on empty invariant
* Refactor: read url query from `useRouter`
* Fix: argsList can contains `undefined`
* Fix: handle empty string arg
* Feat: move error decoder to the separate page
* Fix: wrap error decoder header in <Intro />
* Perf: cache GitHub RAW requests
* Refactor: apply code review suggestions
* Fix: build error
* Refactor: apply code review suggestions
* Discard changes to src/content/index.md
* Fix: animation duration/delay
* Refactor: read error page from markdown
* Fix lint
* Fix /error being 404
* Prevent `_default.md` being included in `[[...markdownPath]].md`
* Fix custom error markdown reading
* Updates
---------
Co-authored-by: Ricky Hanlon <rickhanlonii@gmail.com >
2024-01-12 16:18:21 -05:00
Prajwal Kulkarni
6987f0fb30
Fix overflowing text content in footer link ( #6519 )
...
* Fix overflowing text content in footer link
Add an ellipsis to overflowing text in the footer section for navigating between different references.
* Add min and max width to nextlink class
* Add minwidth to tailwind config
* Wrap string beyond max width
* Remove title attribute from span element
2024-01-12 16:15:04 -05:00
Dan Abramov
dd65dcac3b
Move beta to top level
2023-03-18 22:35:53 +00:00