Rework docs for production routing and launch flow#15
Conversation
|
@greptile review |
- Expand Fumadocs with API, automation, customer surface, and source event docs - Update production/docs URLs, launch checklist, and env examples - Refresh web docs links and agent-ready validation expectations
58741e1 to
3a9b00c
Compare
|
@greptile review |
1 similar comment
|
@greptile review |
Greptile SummaryThis PR expands the docs IA with five new pages (customer surfaces, source events, automation, API reference, production routing), reorganises existing content, and wires the production routing contract so
Confidence Score: 5/5Safe to merge; changes are docs content, URL convention updates, and build-script hardening with no correctness gaps in the routing or readiness logic. The routing injection, asset-prefix configuration, multi-path build resolution, and URL-convention update are all internally consistent and correctly cross-validated by the updated readiness scripts. The only non-trivial code change is functionally equivalent and carries only a build-time question the team should confirm on first build. Confirm convex/server resolves cleanly in the Vite browser bundle after the sign-in-form.tsx change; all other files are straightforward. Important Files Changed
Sequence DiagramsequenceDiagram
participant Browser
participant Vercel as Vercel Edge (amend.sh)
participant Docs as docs.amend.sh (Fumadocs/Next.js)
Browser->>Vercel: GET amend.sh/docs/quickstart
Note over Vercel: injectDocsProxyRoutes wrote into .vercel/output/config.json
Vercel->>Docs: proxy GET docs.amend.sh/docs/quickstart
Docs-->>Vercel: "HTML (assetPrefix = https://docs.amend.sh)"
Vercel-->>Browser: HTML (URL stays amend.sh/docs/quickstart)
Browser->>Docs: GET docs.amend.sh/_next/static/
Docs-->>Browser: JS / CSS assets
Reviews (3): Last reviewed commit: "fix: address Greptile review feedback" | Re-trigger Greptile |
|
@greptile review |
Summary
https://amend.sh/docsfor product links while keepinghttps://docs.amend.shas the canonical docs origin./docsfrom the main site through Vercel while preserving the canonical docs deployment.Testing
amend.sh/docsanddocs.amend.sh.