chore: update docs navigation #1065
Merged
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.
Description
This pull request removes several documentation files related to AI SDKs, AI gateways, agent frameworks, and coding agents. The deleted files include both documentation content (
.mdxfiles) and navigation metadata (meta.jsonfiles). These changes significantly reduce the documentation coverage for integrating Superagent with various AI tools and frameworks.The most important changes are:
Documentation Removals – AI SDKs:
docs/content/docs/ai-sdks/anthropic-sdk.mdx[1]docs/content/docs/ai-sdks/gemini-sdk.mdx[2]docs/content/docs/ai-sdks/groq-sdk.mdx[3]docs/content/docs/ai-sdks/openai-sdk.mdx[4]docs/content/docs/ai-sdks/openrouter-sdk.mdx[5]docs/content/docs/ai-sdks/xai-sdk.mdx[6]Documentation Removals – AI Gateways:
docs/content/docs/ai-gateways/litellm.mdx[1]docs/content/docs/ai-gateways/vercel-ai-gateway.mdx[2]Documentation Removals – Coding Agents:
docs/content/docs/coding-agents/claude-code.mdx[1]docs/content/docs/coding-agents/cursor-cli.mdx[2]Navigation Metadata Cleanup:
docs/content/docs/ai-sdks/meta.json[1]docs/content/docs/ai-gateways/meta.json[2]docs/content/docs/agent-frameworks/meta.json[3]These removals will make the documentation significantly leaner and may impact users looking for integration guides with these SDKs, gateways, and agent tools.
Checklist