Skip to content

Commit e028564

Browse files
committed
Update tools and libraries docs
1 parent f470340 commit e028564

File tree

21 files changed

+346
-456
lines changed

21 files changed

+346
-456
lines changed

docs.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,7 @@
118118
"x-api/getting-started/important-resources"
119119
]
120120
},
121-
{
122-
"group": "Tools and libraries",
123-
"pages": [
124-
"x-api/tools-and-libraries/overview",
125-
"x-api/tools-and-libraries/sdks"
126-
]
127-
},
121+
"x-api/tools-and-libraries",
128122
{
129123
"group": "Migration guide",
130124
"pages": [
@@ -1018,17 +1012,7 @@
10181012
}
10191013
]
10201014
},
1021-
{
1022-
"tab": "XDKs",
1023-
"groups": [
1024-
{
1025-
"group": "XDKs",
1026-
"pages": [
1027-
"xdks/overview"
1028-
]
1029-
}
1030-
]
1031-
},
1015+
10321016
{
10331017
"tab": "Tutorials",
10341018
"groups": [
@@ -2688,6 +2672,22 @@
26882672
{
26892673
"source": "/incidents",
26902674
"destination": "/status"
2675+
},
2676+
{
2677+
"source": "/x-api/tools-and-libraries",
2678+
"destination": "/tools-and-libraries"
2679+
},
2680+
{
2681+
"source": "/x-api/tools-and-libraries/overview",
2682+
"destination": "/tools-and-libraries"
2683+
},
2684+
{
2685+
"source": "/x-api/tools-and-libraries/sdks",
2686+
"destination": "/tools-and-libraries"
2687+
},
2688+
{
2689+
"source": "/xdks/overview",
2690+
"destination": "/tools-and-libraries"
26912691
}
26922692
],
26932693
"seo": {

overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Build, analyze, and innovate with X's real-time global data. Access posts, users
4545
<Card title="API Reference" icon="code" href="/x-api/introduction">
4646
Explore endpoints for posts, users, spaces, DMs, lists, and more.
4747
</Card>
48-
<Card title="SDKs" icon="cube" href="/xdks/overview">
48+
<Card title="SDKs" icon="cube" href="/tools-and-libraries">
4949
Official Python and TypeScript SDKs for faster development.
5050
</Card>
5151
</CardGroup>

support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Whether you're troubleshooting an issue, looking for guidance, or want to connec
5151
<Card title="Authentication Guide" icon="key" href="/fundamentals/authentication/overview">
5252
Learn about OAuth 1.0a, OAuth 2.0, and how to authenticate your API requests.
5353
</Card>
54-
<Card title="SDKs & Libraries" icon="cube" href="/xdks/overview">
54+
<Card title="SDKs & Libraries" icon="cube" href="/tools-and-libraries">
5555
Official Python and TypeScript SDKs to speed up your development.
5656
</Card>
5757
<Card title="Rate Limits" icon="gauge" href="/x-api/fundamentals/rate-limits">

0 commit comments

Comments
 (0)