Add an Adapters nav tab to the docs config - #1341
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe navigation configuration assigns the “Adapters” and “Community Adapters” sections to the ChangesAdapter navigation
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to Adapter documentation and community adapter documentation will appear under the new Adapters navigation tab while preserving their existing section content and ordering. No current merge-blocking risk is identified. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Description checkExplanation The description explains what changed, why it changed, and relevant implementation notes. It does not use the required Changes heading and omits the required Checklist and Release Impact sections, including test, documentation, changeset, and release-impact confirmations.
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit f01a3de
☁️ Nx Cloud last updated this comment at |
@tanstack/ai
@tanstack/ai-acp
@tanstack/ai-angular
@tanstack/ai-anthropic
@tanstack/ai-bedrock
@tanstack/ai-byteplus
@tanstack/ai-claude-code
@tanstack/ai-client
@tanstack/ai-cloudflare
@tanstack/ai-code-mode
@tanstack/ai-code-mode-snippets
@tanstack/ai-codex
@tanstack/ai-cohere
@tanstack/ai-compaction
@tanstack/ai-devtools-core
@tanstack/ai-durable-stream
@tanstack/ai-elevenlabs
@tanstack/ai-event-client
@tanstack/ai-fal
@tanstack/ai-gemini
@tanstack/ai-grok
@tanstack/ai-grok-build
@tanstack/ai-groq
@tanstack/ai-isolate-cloudflare
@tanstack/ai-isolate-daytona
@tanstack/ai-isolate-node
@tanstack/ai-isolate-quickjs
@tanstack/ai-isolate-quickjs-bun
@tanstack/ai-llmgateway
@tanstack/ai-lovable
@tanstack/ai-mcp
@tanstack/ai-memory
@tanstack/ai-mistral
@tanstack/ai-octane
@tanstack/ai-ollama
@tanstack/ai-openai
@tanstack/ai-opencode
@tanstack/ai-openrouter
@tanstack/ai-perplexity
@tanstack/ai-persistence
@tanstack/ai-preact
@tanstack/ai-react
@tanstack/ai-react-ui
@tanstack/ai-reactor
@tanstack/ai-remix
@tanstack/ai-sandbox
@tanstack/ai-sandbox-blaxel
@tanstack/ai-sandbox-cloudflare
@tanstack/ai-sandbox-daytona
@tanstack/ai-sandbox-docker
@tanstack/ai-sandbox-local-process
@tanstack/ai-sandbox-sprites
@tanstack/ai-sandbox-upstash-box
@tanstack/ai-sandbox-vercel
@tanstack/ai-skills
@tanstack/ai-solid
@tanstack/ai-solid-ui
@tanstack/ai-svelte
@tanstack/ai-utils
@tanstack/ai-vercel-gateway
@tanstack/ai-vertex
@tanstack/ai-vue
@tanstack/ai-vue-ui
@tanstack/openai-base
@tanstack/preact-ai-devtools
@tanstack/react-ai-devtools
@tanstack/solid-ai-devtools
@tanstack/svelte-ai-devtools
commit: |
/ai/<version>/docs/coverage fetches adapter-coverage.json from the ai repo at request time, validates it, and renders an adapter by activity matrix with expandable model lists and modalities. The file is produced by TanStack/ai#1341. Claude-Session: https://claude.ai/code/session_01YFZ1i6q5qEeQL63B7zQXBX
ce8b8b7 to
0157bb3
Compare
tanstack.com now reads extra nav tabs from docs/config.json. Declare an Adapters tab and move the Adapters and Community Adapters sections under it, so the tab lands on the OpenAI adapter page. Claude-Session: https://claude.ai/code/session_01YFZ1i6q5qEeQL63B7zQXBX
0157bb3 to
f01a3de
Compare
What changed
docs/config.jsondeclares anAdaptersnav tab and moves the Adapters and Community Adapters sections under it. tanstack.com reads extra tabs from the config (TanStack/tanstack.com#1232), shows them between Guides and API, and lands the tab on the first page of its first section, which is the OpenAI adapter.Why
Adapters are a top-level way people browse TanStack AI, and they were buried in Guides.
Notes
$schemaon tanstack.com gains thetabsfield in the same site PR.https://claude.ai/code/session_01YFZ1i6q5qEeQL63B7zQXBX
Summary by CodeRabbit