We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8a940 commit e8a7c24Copy full SHA for e8a7c24
src/content/docs/ai-gateway/configuration/manage-gateway.mdx
@@ -3,27 +3,24 @@ pcx_content_type: how-to
3
title: Manage gateways
4
sidebar:
5
order: 4
6
-
7
---
8
9
-import { Render } from "~/components"
+import { Render } from "~/components";
10
11
You have several different options for managing an AI Gateway.
12
13
## Create gateway
14
15
-<Render file="create-gateway" />
+<Render file="create-gateway" product="test" />
16
17
## Edit gateway
18
19
<Render file="edit-gateway" />
20
21
:::note
22
23
24
For more details about what settings are available for editing, refer to [Configuration](/ai-gateway/configuration/).
25
26
27
:::
28
29
## Delete gateway
0 commit comments