Skip to content

Commit

Permalink
docs: remove duplicate nav item
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailkakar committed Sep 30, 2024
1 parent 335acd5 commit 3822e2c
Showing 1 changed file with 36 additions and 11 deletions.
47 changes: 36 additions & 11 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,12 @@
"url": "https://discord.gg/livepeer"
}
],
"versions": ["Developers", "Delegators", "Orchestrators", "Gateways"],
"versions": [
"Developers",
"Delegators",
"Orchestrators",
"Gateways"
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://livepeer.studio"
Expand Down Expand Up @@ -425,7 +430,9 @@
{
"group": "Webhooks",
"icon": "bell",
"pages": ["developers/guides/setup-and-listen-to-webhooks"]
"pages": [
"developers/guides/setup-and-listen-to-webhooks"
]
},
{
"group": "Transcode API",
Expand All @@ -447,7 +454,9 @@
{
"group": "Projects",
"icon": "folder-open",
"pages": ["developers/guides/managing-projects"]
"pages": [
"developers/guides/managing-projects"
]
},
{
"group": "Integrations",
Expand Down Expand Up @@ -559,13 +568,19 @@
"group": "AI Builders",
"icon": "screwdriver-wrench",
"iconType": "solid",
"pages": ["ai/builders/get-started", "ai/builders/gateways","ai/builders/showcase"]
"pages": [
"ai/builders/get-started",
"ai/builders/gateways",
"ai/builders/showcase"
]
},
{
"group": "How to Contribute",
"icon": "heart",
"iconType": "solid",
"pages": ["ai/contributors/coming-soon"]
"pages": [
"ai/contributors/coming-soon"
]
},
{
"group": "SDKs",
Expand All @@ -587,7 +602,6 @@
"ai/api-reference/image-to-image",
"ai/api-reference/image-to-video",
"ai/api-reference/segment-anything-2",
"ai/api-reference/text-to-image",
"ai/api-reference/upscale"
]
}
Expand Down Expand Up @@ -624,11 +638,17 @@
},
{
"group": "Overview",
"pages": ["sdks/introduction"]
"pages": [
"sdks/introduction"
]
},
{
"group": "Server-side SDKs",
"pages": ["sdks/javascript", "sdks/go", "sdks/python"]
"pages": [
"sdks/javascript",
"sdks/go",
"sdks/python"
]
},
{
"group": "React Components",
Expand Down Expand Up @@ -707,7 +727,10 @@
{
"group": "Examples",
"icon": "clipboard",
"pages": ["sdks/react/Player", "sdks/react/Broadcast"]
"pages": [
"sdks/react/Player",
"sdks/react/Broadcast"
]
},
{
"group": "Migration",
Expand Down Expand Up @@ -743,7 +766,9 @@
},
{
"group": "Playback",
"pages": ["sdks/react/migration/3.x/playback/usePlaybackInfo"]
"pages": [
"sdks/react/migration/3.x/playback/usePlaybackInfo"
]
},
{
"group": "Constants",
Expand Down Expand Up @@ -927,4 +952,4 @@
"measurementId": "G-P1Z15F6NX4"
}
}
}
}

0 comments on commit 3822e2c

Please sign in to comment.