Point docs links at docs.getbased.health (Mintlify)#9
Conversation
Docs moved from app.getbased.health/docs (VitePress) to docs.getbased.health (Mintlify). - Footer "Docs" links across all pages → docs.getbased.health - llms.txt: documentation + docs-highlights links repointed, with the Mintlify rename mapping (getting-started → quickstart, etc.) - .well-known/mcp.json + SKILL.md docs URL (digest regenerated) - blog/building-getbased.md inline docs link - Drop the now-dead local-dev /docs link-rewrite in index.html - Regenerated blog pages via build-blog.js Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR migrates all documentation links from the old VitePress location at
Confidence Score: 5/5Pure URL migration with no logic changes — safe to merge. Every changed line is a URL swap or a comment update. The SHA-256 digest in No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
subgraph OLD["Old paths (app.getbased.health/docs)"]
O1["/docs/guide/getting-started"]
O2["/docs/guide/ai-chat"]
O3["/docs/guide/interpretive-lens"]
O4["/docs/guide/dna-import"]
O5["/docs/guide/cross-device-sync"]
O6["/docs/guide/agent-access"]
O7["/docs/guide/wearables"]
O8["/docs/guide/encryption"]
O9["/docs (root)"]
end
subgraph NEW["New paths (docs.getbased.health)"]
N1["/quickstart"]
N2["/guides/ai-chat"]
N3["/guides/interpretive-lens"]
N4["/guides/dna-import"]
N5["/guides/cross-device-sync"]
N6["/guides/agent-access"]
N7["/guides/wearables"]
N8["/guides/encryption"]
N9["/ (root)"]
end
O1 -->|renamed| N1
O2 -->|moved| N2
O3 -->|moved| N3
O4 -->|moved| N4
O5 -->|moved| N5
O6 -->|moved| N6
O7 -->|moved| N7
O8 -->|moved| N8
O9 -->|moved| N9
Reviews (2): Last reviewed commit: "Address Greptile review on #9: drop blog..." | Re-trigger Greptile |
Running build-blog.js to regenerate the blog pages dragged in unintended changes — noindex/nofollow meta tags on all three blog pages and a removed publish date on the 'a-month-in' post — because the committed blog HTML had drifted from current build-blog.js output. Restored the three generated files from main and hand-applied only the docs-URL edits (footer link + the one inline link), so this PR's blog diff is now strictly the Mintlify URL change. The build-blog.js drift is a separate pre-existing issue. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Summary
Docs moved from
app.getbased.health/docs(VitePress) todocs.getbased.health(Mintlify). Companion to get-based#231 (which adds the 301 redirects on the app domain).index,compare,blog,404,thank-you,blog-template) →https://docs.getbased.healthllms.txt— Documentation link + all 8 docs-highlights links repointed, with the Mintlify rename mapping (getting-started→quickstart,ai-chat→guides/ai-chat, etc.).well-known/mcp.json+SKILL.md— docs URL →docs.getbased.health/guides/agent-access;index.jsondigest regeneratedblog/building-getbased.md— inline docs link →/quickstartindex.html— dropped the now-dead local-dev/docslink-rewrite snippet (nothing points atapp.getbased.health/docsanymore)blog/*/index.html+blog.htmlviabuild-blog.jsTest plan
grep -rn "app.getbased.health/docs" .returns nothing (excl. node_modules)docs.getbased.healthsha256sumofSKILL.mdmatches thedigestinindex.json🤖 Generated with Claude Code