Skip to content

Update sidebar navigation: Agentic AI → Agentic, Gateways → Routers#510

Merged
micheleRP merged 5 commits intomainfrom
update-sidebar-nav-agentic-routers
Mar 2, 2026
Merged

Update sidebar navigation: Agentic AI → Agentic, Gateways → Routers#510
micheleRP merged 5 commits intomainfrom
update-sidebar-nav-agentic-routers

Conversation

@micheleRP
Copy link
Copy Markdown
Contributor

@micheleRP micheleRP commented Feb 26, 2026

Description

Align docs with Console sidebar restructure (cloudv2#24748). Navigation path is now Agentic > AI Gateway > Gateways.

Page previews

quickstart

Checks

  • New feature
  • Content gap
  • Support Follow-up
  • Small fix (typos, links, copyedits, etc)

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>
@micheleRP micheleRP requested a review from a team as a code owner February 26, 2026 21:44
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 26, 2026

Deploy Preview for rp-cloud ready!

Name Link
🔨 Latest commit c95fb76
🔍 Latest deploy log https://app.netlify.com/projects/rp-cloud/deploys/69a5c0f8715ba00008aa1743
😎 Deploy Preview https://deploy-preview-510--rp-cloud.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 26, 2026

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This pull request updates documentation navigation paths across multiple AI Gateway and AI Hub configuration guides. The changes reflect a restructured UI hierarchy, replacing references to "Agentic AI → Providers/Models/Gateways" with "Agentic → AI Gateway → Providers/Models/Routers", and updating standalone "AI Gateway → Gateways" paths to "Agentic → AI Gateway → Routers". The updates are applied consistently across setup guides, quickstart instructions, configuration documentation, and observability guides. Minor content additions include model listings and API endpoint examples.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • birdayz
  • kbatuigas
  • paulohtb6
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The PR description is vague and lacks required template information such as a specific issue number and review deadline. Replace placeholder issue URL with actual issue number and provide a review deadline. Ensure all required template sections are completed with specific details.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: updating sidebar navigation from 'Agentic AI → Agentic' and 'Gateways → Routers', which matches the changeset perfectly.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-sidebar-nav-agentic-routers

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (3)
modules/ai-agents/partials/ai-hub-mode-indicator.adoc (1)

18-43: ⚠️ Potential issue | 🟡 Minor

Remove JSON comment syntax from code example.

Line 35 contains // or "custom" as an inline comment within the JSON code block. JSON doesn't support comments—use a note outside the code block instead to explain that the mode field can be either "ai_hub" or "custom".

The API endpoint format and response structure are consistent with other documented examples in the codebase.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@modules/ai-agents/partials/ai-hub-mode-indicator.adoc` around lines 18 - 43,
Remove the inline JavaScript-style comment from the JSON response example:
delete the `// or "custom"` comment inside the JSON block and instead add a
short sentence or note below the JSON describing that the "mode" field can be
either "ai_hub" or "custom"; update the ai-hub example around the JSON response
(the JSON block containing "id", "name", "mode", "endpoint", "workspace_id",
"created_at") so the JSON remains valid and the explanatory text about the
"mode" values appears outside the code block.
modules/ai-agents/partials/integrations/cline-admin.adoc (1)

85-90: ⚠️ Potential issue | 🔴 Critical

Update model identifiers to current valid versions.

The model names listed are outdated and partially incorrect:

  • anthropic/claude-opus-4.6-5 → Should be anthropic/claude-opus-4-6 (current as of Feb 2026)
  • anthropic/claude-sonnet-4.5 → Should be anthropic/claude-sonnet-4-6 (current version)
  • openai/o1-mini → Deprecated; recommend openai/o3-mini instead
  • openai/gpt-5.2 → Correct (no change needed)

These model identifiers must match the actual available models in the catalogs or Cline clients will fail to access them.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@modules/ai-agents/partials/integrations/cline-admin.adoc` around lines 85 -
90, Update the outdated model identifiers listed for the Cline integration:
replace "anthropic/claude-opus-4.6-5" with "anthropic/claude-opus-4-6", replace
"anthropic/claude-sonnet-4.5" with "anthropic/claude-sonnet-4-6", and replace
the deprecated "openai/o1-mini" with "openai/o3-mini"; leave "openai/gpt-5.2"
unchanged so the Cline client and model catalog match actual available model
names.
modules/ai-agents/partials/integrations/claude-code-admin.adoc (1)

74-79: ⚠️ Potential issue | 🟠 Major

Update model identifiers to use correct API format and current versions.

The listed models have several issues:

  • anthropic/claude-opus-4.6-5 — Invalid identifier format. Use anthropic/claude-opus-4-6 (Anthropic uses hyphens, not dots with trailing numbers).
  • anthropic/claude-sonnet-4.5 — Should use anthropic/claude-sonnet-4-5 (hyphens, not dots). Consider updating to the newer claude-sonnet-4-6 if available for your use case.
  • openai/gpt-5.2 — No such model exists. Use openai/gpt-5 or openai/gpt-5-1 instead.
  • openai/o1-mini — Valid but deprecated; OpenAI recommends o4-mini as the replacement.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@modules/ai-agents/partials/integrations/claude-code-admin.adoc` around lines
74 - 79, Update the listed model identifiers to the correct API format and
current versions: replace `anthropic/claude-opus-4.6-5` with
`anthropic/claude-opus-4-6`, change `anthropic/claude-sonnet-4.5` to
`anthropic/claude-sonnet-4-5` (or to `anthropic/claude-sonnet-4-6` if you want
the newer build), swap `openai/gpt-5.2` for a valid OpenAI model like
`openai/gpt-5` or `openai/gpt-5-1`, and replace the deprecated `openai/o1-mini`
with the recommended `openai/o4-mini`; update these identifiers in the document
where `claude-opus`, `claude-sonnet`, `gpt-5`, and `o1-mini` appear.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@modules/ai-agents/pages/ai-gateway/cel-routing-cookbook.adoc`:
- Line 713: Update the navigation text to use the full path for consistency:
replace the line that currently reads "Navigate to *Routers* → *Routing Rules*"
with "Navigate to *Agentic* → *AI Gateway* → *Routers* → *Routing Rules*";
ensure the change is made in the cel-routing-cookbook.adoc content where the
navigation step is defined so it matches the new pattern used elsewhere.

---

Outside diff comments:
In `@modules/ai-agents/partials/ai-hub-mode-indicator.adoc`:
- Around line 18-43: Remove the inline JavaScript-style comment from the JSON
response example: delete the `// or "custom"` comment inside the JSON block and
instead add a short sentence or note below the JSON describing that the "mode"
field can be either "ai_hub" or "custom"; update the ai-hub example around the
JSON response (the JSON block containing "id", "name", "mode", "endpoint",
"workspace_id", "created_at") so the JSON remains valid and the explanatory text
about the "mode" values appears outside the code block.

In `@modules/ai-agents/partials/integrations/claude-code-admin.adoc`:
- Around line 74-79: Update the listed model identifiers to the correct API
format and current versions: replace `anthropic/claude-opus-4.6-5` with
`anthropic/claude-opus-4-6`, change `anthropic/claude-sonnet-4.5` to
`anthropic/claude-sonnet-4-5` (or to `anthropic/claude-sonnet-4-6` if you want
the newer build), swap `openai/gpt-5.2` for a valid OpenAI model like
`openai/gpt-5` or `openai/gpt-5-1`, and replace the deprecated `openai/o1-mini`
with the recommended `openai/o4-mini`; update these identifiers in the document
where `claude-opus`, `claude-sonnet`, `gpt-5`, and `o1-mini` appear.

In `@modules/ai-agents/partials/integrations/cline-admin.adoc`:
- Around line 85-90: Update the outdated model identifiers listed for the Cline
integration: replace "anthropic/claude-opus-4.6-5" with
"anthropic/claude-opus-4-6", replace "anthropic/claude-sonnet-4.5" with
"anthropic/claude-sonnet-4-6", and replace the deprecated "openai/o1-mini" with
"openai/o3-mini"; leave "openai/gpt-5.2" unchanged so the Cline client and model
catalog match actual available model names.

ℹ️ Review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Jira integration is disabled

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 6f5783d and 2095aff.

📒 Files selected for processing (16)
  • modules/ai-agents/pages/ai-gateway/admin/setup-guide.adoc
  • modules/ai-agents/pages/ai-gateway/builders/discover-gateways.adoc
  • modules/ai-agents/pages/ai-gateway/cel-routing-cookbook.adoc
  • modules/ai-agents/pages/ai-gateway/gateway-quickstart.adoc
  • modules/ai-agents/pages/ai-gateway/mcp-aggregation-guide.adoc
  • modules/ai-agents/partials/ai-hub-mode-indicator.adoc
  • modules/ai-agents/partials/ai-hub/configure-ai-hub.adoc
  • modules/ai-agents/partials/ai-hub/use-ai-hub-gateway.adoc
  • modules/ai-agents/partials/integrations/claude-code-admin.adoc
  • modules/ai-agents/partials/integrations/cline-admin.adoc
  • modules/ai-agents/partials/integrations/continue-admin.adoc
  • modules/ai-agents/partials/integrations/cursor-admin.adoc
  • modules/ai-agents/partials/integrations/github-copilot-admin.adoc
  • modules/ai-agents/partials/migration-guide.adoc
  • modules/ai-agents/partials/observability-logs.adoc
  • modules/ai-agents/partials/observability-metrics.adoc

Comment thread modules/ai-agents/pages/ai-gateway/cel-routing-cookbook.adoc Outdated
micheleRP and others added 2 commits February 26, 2026 14:51
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@micheleRP micheleRP requested a review from weeco February 26, 2026 21:59
@weeco
Copy link
Copy Markdown

weeco commented Feb 27, 2026

The routers name is currently under discussion, decision due today.

@weeco
Copy link
Copy Markdown

weeco commented Feb 27, 2026

We settled on "Gateways" rather than "Routers" in the end.

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>
@micheleRP
Copy link
Copy Markdown
Contributor Author

Thanks @weeco, I've updated. Please review this again for any other changes!

Comment thread modules/ai-agents/pages/ai-gateway/mcp-aggregation-guide.adoc Outdated
Comment thread modules/ai-agents/partials/migration-guide.adoc Outdated
Comment thread modules/ai-agents/partials/migration-guide.adoc Outdated
Comment thread modules/ai-agents/partials/observability-logs.adoc Outdated

1. Navigate to analytics dashboard:
* In the sidebar, navigate to *Agentic AI > Gateways > {gateway-name}*, then select the *Analytics* tab.
* In the sidebar, navigate to *Agentic > AI Gateway > Gateways > {gateway-name}*, then select the *Analytics* tab.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed all instances

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>
@micheleRP micheleRP merged commit 948049d into main Mar 2, 2026
5 checks passed
@micheleRP micheleRP deleted the update-sidebar-nav-agentic-routers branch March 2, 2026 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants