Skip to content

Commit 2bff9b6

Browse files
authored
docs: Move public endpoints docs to new TOC node (#450)
2 parents 4bc8dbd + f65864f commit 2bff9b6

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

docs.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,10 @@
144144
"pages": ["storage/network-volumes", "storage/s3-api"]
145145
},
146146
{
147-
"group": "Hub",
147+
"group": "Public Endpoints",
148148
"pages": [
149-
"hub/overview",
150149
"hub/public-endpoints",
151-
"hub/public-endpoint-reference",
152-
"hub/publishing-guide",
153-
"hub/revenue-sharing"
150+
"hub/public-endpoint-reference"
154151
]
155152
},
156153
{
@@ -172,6 +169,14 @@
172169
"group": "Fine-tuning",
173170
"pages": ["fine-tune"]
174171
},
172+
{
173+
"group": "Hub",
174+
"pages": [
175+
"hub/overview",
176+
"hub/publishing-guide",
177+
"hub/revenue-sharing"
178+
]
179+
},
175180
{
176181
"group": "Reference",
177182
"pages": [

hub/public-endpoint-reference.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Public Endpoint model reference"
3-
sidebarTitle: "Public Endpoint models"
4-
description: "Explore model-specific parameters for all of Runpod's Public Endpoints."
2+
title: "Model reference"
3+
sidebarTitle: "Model reference"
4+
description: "Explore model-specific parameters for Runpod's Public Endpoints."
55
tag: "NEW"
66
---
77

hub/public-endpoints.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Public Endpoints"
3-
sidebarTitle: "Public Endpoints"
2+
title: "Overview"
3+
sidebarTitle: "Overview"
44
description: "Test and deploy production-ready AI models using Public Endpoints."
55
---
66

@@ -54,7 +54,7 @@ Under **Result**, you can use the dropdown menu to show either a preview of the
5454

5555
After inputting parameters using the playground, you can automatically generate an API request to use in your application.
5656

57-
1. Select the **API** tab in the UI (above the **Input** field).
57+
1. Click **API Playground** (above the **Prompt** field).
5858
2. Using the dropdown menu, select the programming language (Python, JavaScript, cURL, etc.) and POST command you want to use (`/run` or `/runsync`).
5959
3. Click the **Copy** icon to copy the code to your clipboard.
6060

0 commit comments

Comments
 (0)