Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Router Migration #2131

Draft
wants to merge 124 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
124 commits
Select commit Hold shift + click to select a range
3a9864d
first pass at app router migration
abvthecity Feb 6, 2025
9345699
stash
abvthecity Feb 6, 2025
a4ad930
Merge branch 'main' into ajiang/app-router-simple
abvthecity Feb 6, 2025
a5d2440
stash
abvthecity Feb 6, 2025
eba8146
ignore build
abvthecity Feb 6, 2025
b348587
fix
abvthecity Feb 6, 2025
d2dc25f
fix
abvthecity Feb 6, 2025
6e6605b
navigable site
abvthecity Feb 6, 2025
9edcc8e
force cache maybe
abvthecity Feb 6, 2025
a328276
preload once
abvthecity Feb 6, 2025
e1ec37b
cache serialized mdx
abvthecity Feb 6, 2025
4f60325
cached serialize mdx
abvthecity Feb 6, 2025
217ce9c
enable playground route
abvthecity Feb 6, 2025
29d94a7
rename
abvthecity Feb 6, 2025
2488ea9
Merge branch 'main' into ajiang/app-router-simple
abvthecity Feb 6, 2025
1f8509a
delete files
abvthecity Feb 6, 2025
a6f936b
basepath handler for ~ routes
abvthecity Feb 6, 2025
a66e921
fix api reference pages
abvthecity Feb 6, 2025
5d6d83d
fix file resolver
abvthecity Feb 6, 2025
baab4e6
run deployment
abvthecity Feb 6, 2025
dd7eab5
remove ci scripts
abvthecity Feb 6, 2025
b5e9249
Merge branch 'main' into ajiang/app-router-simple
abvthecity Feb 6, 2025
1729e25
fixes
abvthecity Feb 6, 2025
7ae5d83
add messages
abvthecity Feb 7, 2025
7aef06b
update fa icon
abvthecity Feb 7, 2025
875e37e
done
abvthecity Feb 7, 2025
3c5a064
udpate fern link
abvthecity Feb 7, 2025
ad915c0
restructure
abvthecity Feb 7, 2025
8f6bc3d
done
abvthecity Feb 7, 2025
2dcfdcc
use client
abvthecity Feb 7, 2025
83669e5
update
abvthecity Feb 7, 2025
b0742a3
remove use server
abvthecity Feb 8, 2025
9e28731
add revalidation
abvthecity Feb 8, 2025
e74134e
remove
abvthecity Feb 8, 2025
660d34a
headers
abvthecity Feb 8, 2025
5b4c826
Update dynamic rendering for domain layout and static page
abvthecity Feb 8, 2025
1603e96
fix highlight
abvthecity Feb 8, 2025
77e1f33
delete search v1
abvthecity Feb 8, 2025
a621c2c
Remove SearchSidebar wrapper from SidebarContainer
abvthecity Feb 8, 2025
40f8e55
Add "use client" directive to JavascriptProvider
abvthecity Feb 8, 2025
b1b6e30
Update Fern token retrieval in search key route to use cookies
abvthecity Feb 8, 2025
15e7f1a
Add 404 page and update middleware and trailing slash handling
abvthecity Feb 8, 2025
0467b37
fix
abvthecity Feb 8, 2025
92e18ab
revert
abvthecity Feb 8, 2025
1f918f8
remove static
abvthecity Feb 8, 2025
d3887db
fix
abvthecity Feb 8, 2025
eed20a1
Remove MarkdownText and MdxEngine types, simplify ResolvedMdx
abvthecity Feb 9, 2025
7ad46f7
server side rendered api reference
abvthecity Feb 9, 2025
17760d1
remove api definition loader logic
abvthecity Feb 9, 2025
e63937a
upgrade to react 19
abvthecity Feb 9, 2025
ce3c75f
fixes
abvthecity Feb 9, 2025
1be63fb
fix 500 errors
abvthecity Feb 9, 2025
77087d4
update deps
abvthecity Feb 10, 2025
96a3322
class is not supported
abvthecity Feb 10, 2025
a6ec530
adjust middleware
abvthecity Feb 10, 2025
194ae4c
use cached routes
abvthecity Feb 10, 2025
5bf6909
reorder imports
abvthecity Feb 10, 2025
0d6ce80
more import separation
abvthecity Feb 10, 2025
1f8af80
fix compilation
abvthecity Feb 11, 2025
f4c5475
redeploy
abvthecity Feb 11, 2025
09ad381
implement more caching
abvthecity Feb 11, 2025
60042e5
asyncify
abvthecity Feb 11, 2025
1f87279
fix env variables
abvthecity Feb 11, 2025
3177f80
fixes
abvthecity Feb 11, 2025
c021360
eslint rules
abvthecity Feb 11, 2025
275c7b3
fix frozen lockfile
abvthecity Feb 11, 2025
bc4df57
revert to next-themes
abvthecity Feb 11, 2025
07e9aeb
fix bugs
abvthecity Feb 11, 2025
9bbb0ba
fix themeing
abvthecity Feb 11, 2025
40e9635
fixes
abvthecity Feb 11, 2025
d3577a8
revert caching control
abvthecity Feb 11, 2025
80d20ab
leverage more caching
abvthecity Feb 11, 2025
22ff3e1
move files around
abvthecity Feb 11, 2025
2897f59
force-static on static pages
abvthecity Feb 11, 2025
beff514
trigger deploy
abvthecity Feb 11, 2025
e0c9d4b
undo void
abvthecity Feb 11, 2025
f2da8bb
update next.config
abvthecity Feb 11, 2025
a43f2f7
parallelize
abvthecity Feb 11, 2025
2cde429
remove not found
abvthecity Feb 11, 2025
24a1446
add deubg lines
abvthecity Feb 11, 2025
be5de22
stsh
abvthecity Feb 11, 2025
deb5ac7
turn on ppr
abvthecity Feb 12, 2025
7b9069f
force-static
abvthecity Feb 12, 2025
18bd018
add sidebar slot
abvthecity Feb 12, 2025
6240b95
add manifest
abvthecity Feb 12, 2025
09b37bc
delete react-feather
abvthecity Feb 12, 2025
475d32b
fix errors
abvthecity Feb 12, 2025
283c5c1
sidebar dispatcher
abvthecity Feb 12, 2025
144df51
enable for dynamic as well
abvthecity Feb 12, 2025
6147acc
fix
abvthecity Feb 12, 2025
0762d40
revert to non-canary
abvthecity Feb 12, 2025
6d30751
remove use cache
abvthecity Feb 12, 2025
33b7455
correct some parsing mistakes
abvthecity Feb 12, 2025
365ba1d
add loading for dynamic
abvthecity Feb 12, 2025
205adcb
restore ESBUILD_BINARY_PATH
abvthecity Feb 12, 2025
a88e145
delete other cachers
abvthecity Feb 12, 2025
1cce911
fix api explorer
abvthecity Feb 12, 2025
6d0f9da
renderable
abvthecity Feb 13, 2025
1f21315
continue
abvthecity Feb 13, 2025
555441b
more server-side
abvthecity Feb 13, 2025
31f5bc1
taints
abvthecity Feb 13, 2025
7336d31
force static
abvthecity Feb 13, 2025
9a6515a
collect and render error
abvthecity Feb 13, 2025
55a0b32
remove fern-docs/cache
abvthecity Feb 13, 2025
f4f43a6
caching
abvthecity Feb 13, 2025
72c71ce
use more server-inserted html
abvthecity Feb 13, 2025
004fa98
stash
abvthecity Feb 13, 2025
72c932d
remove a bunch of invalid state
abvthecity Feb 13, 2025
baff75d
fix build
abvthecity Feb 13, 2025
5b606e9
remove seo package
abvthecity Feb 13, 2025
5f0808c
api reference
abvthecity Feb 14, 2025
43aa0e7
fix
abvthecity Feb 14, 2025
5fe6e6a
restore sidebar experience
abvthecity Feb 14, 2025
fe86f81
undos
abvthecity Feb 14, 2025
62a4164
tunneling
abvthecity Feb 14, 2025
5ec3a0c
update loading animatino
abvthecity Feb 14, 2025
98ac3ef
update link:preload
abvthecity Feb 14, 2025
368fea2
fixes
abvthecity Feb 14, 2025
0b5efd2
publish
abvthecity Feb 14, 2025
d37f2de
seed the cache key
abvthecity Feb 14, 2025
dce35c3
fix
abvthecity Feb 14, 2025
27a8855
fix cache seed
abvthecity Feb 14, 2025
374e398
update staletimes and prefetch behavior
abvthecity Feb 14, 2025
167f78a
tailwind 4.0
abvthecity Feb 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
51 changes: 0 additions & 51 deletions .github/workflows/deploy-docs-bundle-dev.yml

This file was deleted.

160 changes: 0 additions & 160 deletions .github/workflows/deploy-docs-bundle-preview.yml

This file was deleted.

166 changes: 0 additions & 166 deletions .github/workflows/deploy-docs-bundle-prod.yml

This file was deleted.

Loading
Loading