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

fix: reorganize fern docs #1917

Merged
merged 42 commits into from
Dec 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
645965e
fix: reorganize fern docs
abvthecity Dec 19, 2024
e8bf797
tab width 4 -> 2
abvthecity Dec 19, 2024
343b68d
tailwind sorting
abvthecity Dec 19, 2024
64b693d
compileable
abvthecity Dec 19, 2024
ff93548
fix: upgrade typescript, eslint
abvthecity Dec 19, 2024
19a461c
add eslint.config.mjs
abvthecity Dec 19, 2024
010ed91
migrate eslint.config.mjs
abvthecity Dec 19, 2024
2c6900b
migrate the remaining eslint versions
abvthecity Dec 19, 2024
54f4b2f
fix
abvthecity Dec 20, 2024
cc8c896
fix
abvthecity Dec 20, 2024
cc37018
fix compile issues
abvthecity Dec 20, 2024
0ccd817
fix: one in a million
abvthecity Dec 20, 2024
baa8005
tiny prettier fixes
abvthecity Dec 20, 2024
240fc95
update lint staged
abvthecity Dec 20, 2024
cbc8406
Merge branch 'main' into ajiang/reorganize-fern-docs
abvthecity Dec 20, 2024
160a5c5
update lint
abvthecity Dec 20, 2024
e774628
revert
abvthecity Dec 20, 2024
1a9aeab
migrated
abvthecity Dec 20, 2024
47490d5
lint fix
abvthecity Dec 20, 2024
827da54
fix
abvthecity Dec 20, 2024
11a8ea2
done
abvthecity Dec 20, 2024
df3650d
fix
abvthecity Dec 20, 2024
3b09e69
fix import
abvthecity Dec 20, 2024
93313be
fix some umd import issues
abvthecity Dec 20, 2024
97bf064
fix arraybuffer types
abvthecity Dec 20, 2024
c274e13
fix arraybuffer test
abvthecity Dec 20, 2024
99d87fc
fix tests
abvthecity Dec 20, 2024
4114683
lint fix
abvthecity Dec 20, 2024
1af88ad
fix pnpm-lock
abvthecity Dec 20, 2024
ce90ddb
edge compatible
abvthecity Dec 20, 2024
03ec4ae
make the routes buildable
abvthecity Dec 20, 2024
c8d089c
launchdarkly
abvthecity Dec 20, 2024
9b8fdc4
migrate endpoints to app router
abvthecity Dec 20, 2024
e132655
enable revalidating individual route
abvthecity Dec 20, 2024
e21a3bc
remove edge
abvthecity Dec 20, 2024
a3b19a7
use cookiejar
abvthecity Dec 20, 2024
8f9b8ab
Merge branch 'main' into ajiang/reorganize-fern-docs
abvthecity Dec 20, 2024
9b9dca3
fix lockfile
abvthecity Dec 20, 2024
599f798
eslint
abvthecity Dec 20, 2024
ba1da6c
fix lint issues
abvthecity Dec 20, 2024
bcffe48
prettier
abvthecity Dec 20, 2024
cc7efd2
disable lint
abvthecity Dec 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove edge
  • Loading branch information
abvthecity committed Dec 20, 2024
commit e21a3bca35b04be27714402b0652326da20e286c
Original file line number Diff line number Diff line change
@@ -5,8 +5,6 @@ import { getFeatureFlags } from "@fern-docs/edge-config";
import { getMdxBundler } from "@fern-docs/ui/bundlers";
import { NextRequest, NextResponse } from "next/server";

export const runtime = "edge";

export async function GET(
req: NextRequest,
{ params }: { params: { api: string; endpoint: string } }
Original file line number Diff line number Diff line change
@@ -5,8 +5,6 @@ import { getFeatureFlags } from "@fern-docs/edge-config";
import { getMdxBundler } from "@fern-docs/ui/bundlers";
import { NextRequest, NextResponse } from "next/server";

export const runtime = "edge";

export async function GET(
req: NextRequest,
{ params }: { params: { api: string; webhook: string } }
Original file line number Diff line number Diff line change
@@ -5,8 +5,6 @@ import { getFeatureFlags } from "@fern-docs/edge-config";
import { getMdxBundler } from "@fern-docs/ui/bundlers";
import { NextRequest, NextResponse } from "next/server";

export const runtime = "edge";

export async function GET(
req: NextRequest,
{ params }: { params: { api: string; websocket: string } }