Skip to content

Commit 0b5b2ea

Browse files
Convert navigation from dropdowns to tabs (#1135)
* Update docs.json * Update docs.json * Update docs.json --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 6ad66f3 commit 0b5b2ea

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
"library": "lucide"
1313
},
1414
"navigation": {
15-
"dropdowns": [
15+
"tabs": [
1616
{
17-
"dropdown": "Documentation",
17+
"tab": "Documentation",
1818
"icon": "book",
19-
"description": "Set up your documentation",
2019
"groups": [
2120
{
2221
"group": "Getting started",
@@ -233,8 +232,7 @@
233232
]
234233
},
235234
{
236-
"dropdown": "API Reference",
237-
"description": "Reference for the API",
235+
"tab": "API Reference",
238236
"icon": "terminal",
239237
"groups": [
240238
{
@@ -260,9 +258,8 @@
260258
]
261259
},
262260
{
263-
"dropdown": "Changelog",
261+
"tab": "Changelog",
264262
"icon": "history",
265-
"description": "Updates and changes",
266263
"groups": [
267264
{
268265
"group": "Changelog",

0 commit comments

Comments
 (0)