Skip to content

Commit d1bc89d

Browse files
committed
feat: migrate docs to fumadocs, merge homepage into Next.js app
- Replace Mintlify with fumadocs (Next.js 16 + Tailwind v4) - Move landing page into the same Next.js app at / - Docs at /docs with fumadocs v16 layout and navigation - Add llms.txt, llms-full.txt, and per-page .mdx endpoints - Add pnpm workspace for docs - Add changesets release workflow and GitHub Pages workflow - Delete standalone website/ directory
1 parent 502a039 commit d1bc89d

58 files changed

Lines changed: 5401 additions & 1805 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
.next
3+
out
4+
.source

docs/api/.gitkeep

Whitespace-only changes.

docs/cli/.gitkeep

Whitespace-only changes.

docs/config/.gitkeep

Whitespace-only changes.

docs/content/docs/api/meta.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"title": "API",
3+
"pages": ["trail", "scope", "child", "timing", "sessions"]
4+
}

0 commit comments

Comments
 (0)