chore: fumadocs + release workflows + homepage#1
Merged
Conversation
Changesets action creates a "version packages" PR when changesets are present on main. Merging that PR triggers npm publish with OIDC provenance. Requires NPM_TOKEN secret on the repo.
Two workflows: - changesets-pr.yml: creates/updates a "version package" PR when changesets land on main - release.yml: publishes to npm with OIDC provenance when the version PR is merged Uses npm 11.6.4 for OIDC support. Requires npm-publish environment and NPM_TOKEN secret on the repo.
- 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
nicktrn
approved these changes
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/, docs at/docs)llms.txt,llms-full.txt, and per-page.mdxendpoints for AI agentspnpm docs:devworks from rootwebsite/directorySetup required
NPM_TOKENsecret andnpm-publishenvironment to the repo for npm publishingTest plan
pnpm --filter agentcrumbs-docs devstarts docs at localhost:3100//docs/*/llms.txtreturns page index/llms-full.txtreturns all docs as markdown/docs/quickstart.mdxreturns raw markdown