Skip to content

Commit 34592ad

Browse files
reordered sidebar
1 parent 2e66222 commit 34592ad

File tree

9 files changed

+11
-13
lines changed

9 files changed

+11
-13
lines changed

src/content/docs/ai-gateway/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Changelog
44
release_notes_file_name:
55
- ai-gateway
66
sidebar:
7-
order: 9
7+
order: 15
88
---
99

1010
import { ProductReleaseNotes } from "~/components";

src/content/docs/ai-gateway/configuration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Configuration
44
sidebar:
55
group:
66
hideIndex: true
7-
order: 5
7+
order: 4
88
---
99

1010
import { DirectoryListing } from "~/components";

src/content/docs/ai-gateway/guardrails/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Guardrails
33
pcx_content_type: navigation
44
order: 1
55
sidebar:
6-
order: 8
6+
order: 6
77
group:
88
badge: Beta
99
---

src/content/docs/ai-gateway/integrations/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ title: Integrations
44
sidebar:
55
group:
66
hideIndex: true
7-
order: 12
7+
order: 7
88
---

src/content/docs/ai-gateway/observability/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pcx_content_type: navigation
44
sidebar:
55
group:
66
hideIndex: true
7-
order: 6
7+
order: 5
88
---
99

1010
import { DirectoryListing } from "~/components";

src/content/docs/ai-gateway/reference/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
pcx_content_type: navigation
33
title: Platform
44
sidebar:
5-
group:
6-
hideIndex: true
7-
order: 11
5+
order: 9
6+
hideIndex: true
87
---
98

109
import { DirectoryListing } from "~/components";

src/content/docs/ai-gateway/tutorials/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: navigation
33
title: Tutorials
44
hideChildren: true
55
sidebar:
6-
order: 4
6+
order: 8
77
hideIndex: true
88
---
99

src/content/docs/ai-gateway/universal.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Universal Endpoint
33
pcx_content_type: get-started
4-
54
sidebar:
6-
order: 3
5+
order: 2
76
---
87

98
import { Render, Badge } from "~/components";

src/content/docs/ai-gateway/websockets-api/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pcx_content_type: configuration
44
sidebar:
55
group:
66
badge: Beta
7-
order: 5
7+
order: 3
88
---
99

1010
The AI Gateway WebSockets API provides a persistent connection for AI interactions, eliminating repeated handshakes and reducing latency. This API is divided into two categories:
@@ -27,7 +27,7 @@ WebSockets are long-lived TCP connections that enable bi-directional, real-time
2727
| :---------------------- | :---------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------- |
2828
| **Purpose** | Enables real-time, multimodal AI interactions for providers that offer dedicated WebSocket endpoints. | Supports WebSocket-based AI interactions with providers that do not natively support WebSockets. |
2929
| **Use Case** | Streaming responses for voice, video, and live interactions. | Text-based queries and responses, such as LLM requests. |
30-
| **AI Provider Support** | [Limited to providers offering real-time WebSocket APIs.](/ai-gateway/websockets-api/realtime-api/#supported-providers) | [All AI providers in AI Gateway.](/ai-gateway/providers/) |
30+
| **AI Provider Support** | [Limited to providers offering real-time WebSocket APIs.](/ai-gateway/websockets-api/realtime-api/#supported-providers) | [All AI providers in AI Gateway.](/ai-gateway/providers/) |
3131
| **Streaming Support** | Providers natively support real-time data streaming. | AI Gateway handles streaming via WebSockets. |
3232

3333
For details on implementation, refer to the next sections:

0 commit comments

Comments
 (0)