Skip to content

feat: redocly cli drift command page - #408

Open
sobanieca-redocly wants to merge 3 commits into
mainfrom
feat/drift-command-page
Open

feat: redocly cli drift command page#408
sobanieca-redocly wants to merge 3 commits into
mainfrom
feat/drift-command-page

Conversation

@sobanieca-redocly

@sobanieca-redocly sobanieca-redocly commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

What/Why/How?

Adding a new page for drift command available in Redocly CLI.

Added font for code block (DM Mono)

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

@sobanieca-redocly
sobanieca-redocly marked this pull request as ready for review September 8, 2026 12:17
@sobanieca-redocly
sobanieca-redocly requested a review from a team as a code owner September 8, 2026 12:17

@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

Redocly Agent has reviewed your changes and found 1 potential issue(s).

Note

Low Risk

Introduces a new standalone marketing page and supporting font assets without modifying existing page flows or core site infrastructure. The blast radius is isolated to the new /drift route.

Overview

  • Adds a new page route at /drift (pages/drift/drift.page.tsx) dedicated to the Redocly CLI drift command, complete with SEO metadata.
  • Upgrades @redocly/marketing-pages dependency from ^0.2.35 to ^0.2.36.
  • Adds DM Mono font assets (DMMono-Regular.woff2, DMMono-Medium.woff2) and registers @font-face rules in @theme/styles.css.

'Detect drift between recorded HTTP traffic and your OpenAPI description. Record with redocly proxy, judge with redocly drift, and gate your CI on the result.',
},
slug: '/drift',
};

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

The new React page is not referenced in redocly.yaml or any sidebar, making it unreachable from navigation. Add it to a sidebar or navbar.

@sobanieca-redocly sobanieca-redocly Sep 11, 2026

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.

Yes, and I'm not sure what's the pattern here, but AFAIK we have more similar pages (hidden on sidebar and nav). I guess we will link to them in some social media posts or docs?

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.

1 participant