Skip to content

Commit 948049d

Browse files
micheleRPclaude
andauthored
Update sidebar navigation: Agentic AI → Agentic, Gateways → Routers (#510)
* Update sidebar navigation: Agentic AI → Agentic, Gateways → Routers Align docs with Console sidebar restructure (cloudv2#24748). Navigation path is now Agentic > AI Gateway > Routers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * add path * Use full navigation path in CEL routing cookbook Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Revert Routers back to Gateways in UI navigation paths The UI still says "Gateways", not "Routers", so this reverts that part of the sidebar navigation rename across all 16 affected files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Fix inconsistent bold formatting in navigation paths Apply individual bold to each menu item (*Agentic* > *AI Gateway* > *Gateways*) instead of wrapping the entire path in a single bold block. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9eac63d commit 948049d

16 files changed

+22
-22
lines changed

modules/ai-agents/pages/ai-gateway/admin/setup-guide.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ After completing this guide, you will be able to:
2626

2727
Providers represent upstream services (Anthropic, OpenAI, Google AI) and associated credentials. Providers are disabled by default and must be enabled explicitly by an administrator.
2828

29-
. In the Redpanda Cloud Console, navigate to *Agentic AI* → *Providers*.
29+
. In the Redpanda Cloud Console, navigate to *Agentic* → *AI Gateway* → *Providers*.
3030
. Select a provider (for example, Anthropic).
3131
. On the Configuration tab for the provider, click *Add configuration*.
3232
. Enter your API Key for the provider.
@@ -43,7 +43,7 @@ The model catalog is the set of models made available through the gateway. Model
4343

4444
The infrastructure that serves the model differs based on the provider you select. For example, OpenAI has different reliability and availability metrics than Anthropic. When you consider all metrics, you can design your gateway to use different providers for different use cases.
4545

46-
. Navigate to *Agentic AI* → *Models*.
46+
. Navigate to *Agentic* → *AI Gateway* → *Models*.
4747
. Review the list of available models from enabled providers.
4848
. For each model you want to expose through gateways, toggle it to *Enabled*. For example:
4949
+
@@ -105,7 +105,7 @@ endif::[]
105105

106106
A gateway is a logical configuration boundary (policies + routing + observability) on top of a single deployment. It's a "virtual gateway" that you can create per team, environment (staging/production), product, or customer.
107107

108-
. Navigate to *Agentic AI* → *Gateways*.
108+
. Navigate to *Agentic* → *AI Gateway* → *Gateways*.
109109
. Click *Create Gateway*.
110110
. Configure the gateway:
111111
+

modules/ai-agents/pages/ai-gateway/builders/discover-gateways.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ After reading this page, you will be able to:
2727
====
2828
Using the Console::
2929
+
30-
. Navigate to *Gateways* in the Redpanda Cloud Console.
30+
. Navigate to *Agentic* > *AI Gateway* > *Gateways* in the Redpanda Cloud Console.
3131
. Review the list of gateways you can access. For each gateway, you'll see the gateway name, ID, endpoint URL, status, available models, and provider performance.
3232
+
3333
Click the Configuration, API, MCP Tools, and Changelog tabs for additional information.

modules/ai-agents/pages/ai-gateway/cel-routing-cookbook.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ What happens: Requests without messages are rejected (400 error)
710710

711711
=== Option 1: CEL editor in UI (if available)
712712

713-
1. Navigate to Gateways → Routing Rules
713+
1. Navigate to *Agentic* → *AI Gateway* → *Gateways**Routing Rules*
714714
2. Enter CEL expression
715715
3. Click "Test"
716716
4. Input test headers/body

modules/ai-agents/pages/ai-gateway/gateway-quickstart.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Before starting, ensure you have:
2323

2424
Providers represent upstream LLM services and their associated credentials. Providers are disabled by default and must be enabled explicitly.
2525

26-
. Navigate to *Providers*.
26+
. Navigate to *Agentic* > *AI Gateway* > *Providers*.
2727
. Select a provider (for example, OpenAI, Anthropic, Google AI).
2828
. On the Configuration tab, click *Add configuration* and enter your API key.
2929
. Verify the provider status shows "Active".
@@ -32,7 +32,7 @@ Providers represent upstream LLM services and their associated credentials. Prov
3232

3333
After enabling a provider, enable the specific models you want to make available through your gateways.
3434

35-
. Navigate to *Models*.
35+
. Navigate to *Agentic* > *AI Gateway* > *Models*.
3636
. Enable the models you want to use (for example, `gpt-5.2-mini`, `claude-sonnet-4.5`, `claude-opus-4.6`).
3737
. Verify the models appear as "Enabled" in the model catalog.
3838

@@ -68,7 +68,7 @@ See xref:ai-gateway/gateway-modes.adoc[] to understand which mode fits your need
6868
====
6969
endif::[]
7070

71-
. Navigate to *Gateways*.
71+
. Navigate to *Agentic* > *AI Gateway* > *Gateways*.
7272
. Click *Create Gateway*.
7373
+
7474
ifdef::ai-hub-available[]

modules/ai-agents/pages/ai-gateway/mcp-aggregation-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ Steps:
560560

561561
1. Navigate to MCP servers:
562562

563-
* In the sidebar, navigate to *Agentic AI > Gateways*, select your gateway, then select the *MCP* tab.
563+
* In the sidebar, navigate to *Agentic* > *AI Gateway* > *Gateways*, select your gateway, then select the *MCP* tab.
564564

565565
2. Configure server:
566566
+

modules/ai-agents/partials/ai-hub-mode-indicator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Redpanda Cloud Console::
44
+
55
In the Redpanda Cloud Console:
66
+
7-
. Navigate to *AI Gateway* → *Gateways*.
7+
. Navigate to *Agentic* → *AI Gateway* → *Gateways*.
88
. Select a gateway from your list.
99
. Look for the *Mode* indicator in the gateway details:
1010
+

modules/ai-agents/partials/ai-hub/configure-ai-hub.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ After reading this page, you will be able to:
3030

3131
Creating an AI Hub gateway is significantly simpler than creating a Custom mode gateway because all routing rules and backend pools are pre-configured.
3232

33-
. In the Redpanda Cloud Console, navigate to *AI Gateway* → *Gateways*.
33+
. In the Redpanda Cloud Console, navigate to *Agentic* → *AI Gateway* → *Gateways*.
3434
. Click *Create Gateway*.
3535
. Select *AI Hub* as the gateway mode.
3636
. Configure basic settings:
@@ -324,7 +324,7 @@ AI Hub gateways provide the same observability features as Custom mode gateways.
324324

325325
=== Observability dashboard
326326

327-
. Navigate to *AI Gateway* → *Gateways* → Your Gateway.
327+
. Navigate to *Agentic* → *AI Gateway* → *Gateways* → Your Gateway.
328328
. Click *Observability*.
329329

330330
View metrics including:

modules/ai-agents/partials/ai-hub/use-ai-hub-gateway.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Expected: Successful completion with response content.
347347

348348
Check the observability dashboard to confirm your requests are logged:
349349

350-
. Navigate to *AI Gateway* → *Gateways* → Your Gateway.
350+
. Navigate to *Agentic* → *AI Gateway* → *Gateways* → Your Gateway.
351351
. Click *Observability*.
352352
. Verify your test requests appear in the logs.
353353
. Check token usage and estimated cost.

modules/ai-agents/partials/integrations/claude-code-admin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Create a dedicated gateway to isolate Claude Code traffic and apply specific pol
8888

8989
=== Gateway configuration
9090

91-
. Navigate to *AI Gateway* > *Gateways*
91+
. Navigate to *Agentic* > *AI Gateway* > *Gateways*
9292
. Click *Create Gateway*
9393
. Enter gateway details:
9494
+

modules/ai-agents/partials/integrations/cline-admin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Create a dedicated gateway to isolate Cline traffic and apply specific policies.
9999

100100
=== Gateway configuration
101101

102-
. Navigate to *AI Gateway* > *Gateways*
102+
. Navigate to *Agentic* > *AI Gateway* > *Gateways*
103103
. Click *Create Gateway*
104104
. Enter gateway details:
105105
+

0 commit comments

Comments
 (0)