Skip to content

chore: rename ai reviewer page to reviewer page - #353

Merged
Marshevskyy merged 1 commit into
mainfrom
chore/reviewer-page-rename
Jul 29, 2026
Merged

chore: rename ai reviewer page to reviewer page#353
Marshevskyy merged 1 commit into
mainfrom
chore/reviewer-page-rename

Conversation

@Daryna-del

Copy link
Copy Markdown
Contributor

What/Why/How?

Rename AI Reviewer page to Reviewer

Reference

Testing

Screenshots (optional)

Check yourself

  • Code is linted
  • Tested
  • All new/updated code is covered with tests

Security

  • Security impact of change has been considered
  • Code follows company security practices and guidelines

@redocly redocly Bot left a comment

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.

marketing-site AI Review: 🟢 Completed

Reunite Agent has reviewed your changes and found 2 potential issue(s).

Note

Low Risk

This is a straightforward rename of a page and its associated assets, with minimal operational risk. The only potential impact is broken links if users have bookmarked the old URL.

Overview

Renames the "AI Reviewer" page to "Reviewer". Specifically, it:

  • Renames the page file from ai-reviewer.page.tsx to reviewer.page.tsx.
  • Updates the frontmatter title to "Reviewer" and the slug to /reviewer.
  • Renames the associated icon file ai-reviewer.svg to reviewer.svg.
  • Updates the navigation configuration in redocly.yaml to point to the new file paths.

@Marshevskyy
Marshevskyy merged commit 00653d1 into main Jul 29, 2026
2 of 5 checks passed
@Marshevskyy
Marshevskyy deleted the chore/reviewer-page-rename branch July 29, 2026 16:12
Comment thread redocly.yaml
page: ./pages/ai-reviewer/ai-reviewer.page.tsx
icon: ./images/icons/ai-reviewer.svg
page: ./pages/reviewer/reviewer.page.tsx
icon: ./images/icons/reviewer.svg

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.

Severity: Medium

Since the page path and slug were updated to reviewer, a redirect from '/ai-reviewer' to '/reviewer' should be added to redirects.yaml to maintain backward compatibility for the old URL.

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.

2 participants