docs: new ai reviewer page - #345
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
marketing-site AI Review: 🟢 Completed
Reunite Agent has reviewed your changes and found 5 potential issue(s).
Note
Low Risk
This PR introduces updates to the documentation/marketing site by adding a new page and refactoring the navigation menus. The changes are primarily localized to the UI presentation and page configuration, posing a low risk to core systems.
Overview
Adds a new "AI Reviewer" page and highlights it in the main navigation dropdown under a newly introduced "Agents" category.
- Bumps
@redocly/marketing-pagesand@redocly/realmdependencies. - Refactors
ProductsMenuandNavbarItemcomponents to dynamically parse and group navigation items based on configuration separators (e.g., Products, Open Source, Agents) rather than relying on hardcoded array indices. - Introduces a
<NewTag>badge component to visually highlight the new "Reviewer" tool in the navigation. - Adds the necessary SVG icon and CSS variables to support the new reviewer hover styles and UI tags.
Marshevskyy
requested review from
RomanHotsiy,
ShkarupaNick,
adamaltman and
jacobator
July 22, 2026 16:15
| margin-top: 8px; | ||
| padding-top: 8px; | ||
| border-top: 1px solid var(--dropdown-list-border-color); | ||
| `; |
Contributor
Marshevskyy
force-pushed
the
chore/ai-reviewer-page
branch
from
July 22, 2026 16:37
9f8478c to
4f4f3b7
Compare
adamaltman
approved these changes
Jul 22, 2026
| 'API reference and mock server', | ||
| 'Internal service catalog', | ||
| 'API monitoring', | ||
| 'Reads pull requests, leaves expert feedback', |
Contributor
There was a problem hiding this comment.
Daryna-del
approved these changes
Jul 29, 2026
| - separator: Agents | ||
| - label: Reviewer | ||
| page: ./pages/ai-reviewer/ai-reviewer.page.tsx | ||
| icon: ./images/icons/ai-reviewer.svg |
Contributor
| const openSourceTools = getOpenSourceTools(items); | ||
|
|
||
| const products = getSectionItems(items, 'Products'); | ||
| const openSourceTools = getSectionItems(items, 'Open Source'); |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What/Why/How?
Added new AI Reviewer page
Reference
Testing
Screenshots (optional)
<>
Check yourself
Security