Skip to content

Commit 28ee503

Browse files
committed
Use dropdowns
1 parent c16df11 commit 28ee503

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

docs.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
},
1010
"favicon": "/favicon.svg",
1111
"navigation": {
12-
"tabs": [
12+
"dropdowns": [
1313
{
14-
"tab": "Documentation",
14+
"dropdown": "Documentation",
15+
"icon": "book",
16+
"description": "Core platform",
1517
"groups": [
1618
{
1719
"group": "Getting Started",
@@ -160,7 +162,9 @@
160162
]
161163
},
162164
{
163-
"tab": "Components",
165+
"dropdown": "Components",
166+
"icon": "block-brick",
167+
"description": "Component library",
164168
"groups": [
165169
{
166170
"group": "Components",
@@ -193,7 +197,9 @@
193197
]
194198
},
195199
{
196-
"tab": "Integrations",
200+
"dropdown": "Integrations",
201+
"icon": "plug",
202+
"description": "Integrations with other services",
197203
"groups": [
198204
{
199205
"group": "Analytics",
@@ -239,7 +245,9 @@
239245
]
240246
},
241247
{
242-
"tab": "Changelog",
248+
"dropdown": "Changelog",
249+
"icon": "list-timeline",
250+
"description": "Updates and changes",
243251
"groups": [
244252
{
245253
"group": "Changelog",

0 commit comments

Comments
 (0)