feat: add Fuma-docs documentation site with Vercel deployment#2
Merged
feat: add Fuma-docs documentation site with Vercel deployment#2
Conversation
Create a new documentation app at apps/docs using Fuma-docs framework with TanStack Router. - Set up Fuma-docs with TanStack Start and Vite - Migrate existing docs from /docs to MDX format - Create structured navigation with sections for: - Getting Started - Configuration - Test Scenarios (YAML syntax, assertions) - Adapters (database, agent, vector-store, traces-provider) - CLI Reference - Add root scripts: docs:dev, docs:build - Update pnpm-workspace.yaml to include apps/* Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add docs.yml workflow for preview and production deployments - Preview deploys on PRs that touch apps/docs/ - Production deploys on main branch merges - Add PR comment with preview URL - Update CI workflow to cache apps/*/node_modules Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Also fix changeset config to use correct package names Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add ignores to eslint config for build output directories - Fix import ordering in route files - Fix array type style (string[] -> Array<string>) - Add ts-expect-error for fumadocs-mdx type inference issue - Update tsconfig to use allowJs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add vercel.json with outputDirectory config - Set Nitro preset to 'vercel' in vite config Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
📚 Docs preview deployed to: https://docs-k0qdhv7bu-agentdesk-ai.vercel.app |
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
apps/docsusing Fuma-docs framework with TanStack RouterChanges
Documentation Site (
apps/docs)/api/searchCI/CD
.github/workflows/docs.ymlfor Vercel deploymentsapps/docs/**changesapps/*/node_modulesChangeset Config Fix
@agent-qa/demo-agent,@agent-qa/docs)Test plan
pnpm docs:devlocally and verify site loads at http://localhost:3062🤖 Generated with Claude Code