Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import Page from '@redocly/marketing-pages/pages/ai-reviewer/ai-reviewer.page.js

export const frontmatter = {
seo: {
title: 'AI Reviewer',
title: 'Reviewer',
},
slug: '/ai-reviewer',
slug: '/reviewer',
};

export default Page;
4 changes: 2 additions & 2 deletions redocly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ navbar:
href: /respect-cli
- separator: Agents
- label: Reviewer
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.


- label: Docs
page: ./docs/index.md
Expand Down
Loading