Skip to content

Commit 6efef8b

Browse files
committed
Initial commit
1 parent 5f35646 commit 6efef8b

12 files changed

Lines changed: 87 additions & 0 deletions

docs.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,17 @@
957957
}
958958
]
959959
},
960+
{
961+
"tab": "XDKs",
962+
"groups": [
963+
{
964+
"group": "XDKs",
965+
"pages": [
966+
"xdks/overview"
967+
]
968+
}
969+
]
970+
},
960971
{
961972
"tab": "Tutorials",
962973
"groups": [
@@ -1019,6 +1030,28 @@
10191030
]
10201031
}
10211032
]
1033+
},
1034+
{
1035+
"tab": "Python XDK",
1036+
"hidden": true,
1037+
"pages": [
1038+
"xdks/python/overview",
1039+
"xdks/python/install",
1040+
"xdks/python/authentication",
1041+
"xdks/python/pagination",
1042+
"xdks/python/streaming"
1043+
]
1044+
},
1045+
{
1046+
"tab": "TypeScript XDK",
1047+
"hidden": true,
1048+
"pages": [
1049+
"xdks/python/overview",
1050+
"xdks/python/install",
1051+
"xdks/python/authentication",
1052+
"xdks/python/pagination",
1053+
"xdks/python/streaming"
1054+
]
10221055
}
10231056
]
10241057
}

xdks/overview.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: XDK Overview
3+
sidebarTitle: Overview
4+
mode: wide
5+
---
6+
7+
<CardGroup cols={2}>
8+
<Card title="Python XDK" icon="square-x-twitter" iconType="solid" href="/sdks/python/overview">
9+
Python XDK
10+
</Card>
11+
<Card title="TypeScript XDK" icon="square-x-twitter" iconType="solid" href="/sdks/typescript/overview">
12+
TypeScript XDK
13+
</Card>
14+
</CardGroup>

xdks/python/authentication.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Authentication
3+
sidebarTitle: Authentication
4+
---

xdks/python/install.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Install
3+
sidebarTitle: Install
4+
---

xdks/python/overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Overview
3+
sidebarTitle: Overview
4+
---

xdks/python/pagination.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Pagination
3+
sidebarTitle: Pagination
4+
---

xdks/python/streaming.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Streaming
3+
sidebarTitle: Streaming
4+
---

xdks/typescript/authentication.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Authentication
3+
sidebarTitle: Authentication
4+
---

xdks/typescript/install.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Install
3+
sidebarTitle: Install
4+
---

xdks/typescript/overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Overview
3+
sidebarTitle: Overview
4+
---

0 commit comments

Comments
 (0)