Skip to content

Commit b509b18

Browse files
committed
Restructure Tools & Libraries section and rename ai-docs to ai
- Reorganize sidebar into Tools & Libraries group with sub-groups for SDKs and AI & LLM Resources - Add dedicated pages: xurl CLI, Python XDK, TypeScript XDK, API Playground - Add AI & LLM Resources: llms.txt, skill.md, MCP (XMCP + Docs MCP consolidated) - Slim down tools-and-libraries.mdx into a hub page with cards - Add 'Build with AI agents' section to what-to-build.mdx - Add AI & LLM Resources card to homepage overview - Rename hidden SDK tabs to Python XDK / TypeScript XDK - Rename tools/ai-docs to tools/ai - Replace ChatGPT/Claude mentions with Grok
1 parent 28d726b commit b509b18

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{
4040
"group": "AI & LLM Resources",
4141
"pages": [
42-
"tools/ai-docs",
42+
"tools/ai",
4343
"tools/llms-txt",
4444
"tools/skill-md",
4545
"tools/mcp"

overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Earn free [xAI API](https://docs.x.ai) credits when you purchase X API credits
8383
<Card title="Developer Forum" icon="comments" href="https://devcommunity.x.com">
8484
Get help from the community and X team.
8585
</Card>
86-
<Card title="AI & LLM Resources" icon="sparkles" href="/tools/ai-docs">
86+
<Card title="AI & LLM Resources" icon="sparkles" href="/tools/ai">
8787
llms.txt, skill.md, MCP servers, and resources for AI-powered development.
8888
</Card>
8989
</CardGroup>

tools-and-libraries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ console.log(userResponse.data?.username);
7474
<Card title="API Playground" icon="flask" href="https://github.com/xdevplatform/playground">
7575
Local mock server for testing X API v2 endpoints without using real credits.
7676
</Card>
77-
<Card title="AI & LLM Resources" icon="sparkles" href="/tools/ai-docs">
77+
<Card title="AI & LLM Resources" icon="sparkles" href="/tools/ai">
7878
XMCP, llms.txt, skill.md, docs MCP server, and resources for AI-powered development.
7979
</Card>
8080
</CardGroup>
File renamed without changes.

what-to-build.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Connect AI tools to the X API and build intelligent workflows.
182182
- [llms-full.txt](https://docs.x.com/llms-full.txt) — Feed complete docs to your AI tool
183183
- [OpenAPI Spec](https://api.x.com/2/openapi.json) — Machine-readable API definition
184184

185-
[Browse all AI & LLM resources](/tools/ai-docs)
185+
[Browse all AI & LLM resources](/tools/ai)
186186

187187
---
188188

0 commit comments

Comments
 (0)