Skip to content

Commit b481a6f

Browse files
committed
created tab for playground to make it custom mode
1 parent c7a7d2a commit b481a6f

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

docs.json

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@
1111
"navigation": {
1212
"tabs": [
1313
{
14-
"tab": "Guides",
14+
"tab": "Docs",
1515
"groups": [
1616
{
1717
"group": "Get Started",
1818
"pages": [
1919
"introduction",
2020
"quickstart",
21-
"playground",
2221
"faqs"
2322
],
2423
"group": "SDKs",
@@ -41,22 +40,14 @@
4140
]
4241
}
4342
]
43+
},
44+
{
45+
"tab": "Playground",
46+
"pages": [
47+
"playground"
48+
]
4449
}
45-
],
46-
"global": {
47-
"anchors": [
48-
{
49-
"anchor": "Documentation",
50-
"href": "https://docs.kontext21.com",
51-
"icon": "book-open-cover"
52-
},
53-
{
54-
"anchor": "Community",
55-
"href": "https://discord.gg/qYUADWRMRX",
56-
"icon": "discord"
57-
}
58-
]
59-
}
50+
]
6051
},
6152
"logo": {
6253
"light": "/logo/light.svg",

playground.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Playground'
3-
description: 'Start exploring our screen processor'
3+
mode: 'custom'
4+
description: 'Start exploring K21 capture & processing'
45
---
56

67
<iframe src="https://playground.kontext21.com/" width="100%" height="1000px"> </iframe>

0 commit comments

Comments
 (0)