feat: redocly cli drift command page - #408
Open
sobanieca-redocly wants to merge 3 commits into
Open
Conversation
sobanieca-redocly
marked this pull request as ready for review
September 8, 2026 12:17
Contributor
There was a problem hiding this comment.
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 CLIdriftcommand, complete with SEO metadata. - Upgrades
@redocly/marketing-pagesdependency from^0.2.35to^0.2.36. - Adds DM Mono font assets (
DMMono-Regular.woff2,DMMono-Medium.woff2) and registers@font-facerules 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', | ||
| }; |
Contributor
Contributor
Author
There was a problem hiding this comment.
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?
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?
Adding a new page for
driftcommand available in Redocly CLI.Added font for code block (DM Mono)
Reference
Testing
Screenshots (optional)
Check yourself
Security