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
Binary file added @theme/font/DMMono-Medium.woff2
Binary file not shown.
Binary file added @theme/font/DMMono-Regular.woff2
Binary file not shown.
14 changes: 14 additions & 0 deletions @theme/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,20 @@
src: url('./font/GemunuLibre-ExtraBold.woff2') format('woff2');
}

@font-face {
font-family: 'DM Mono';
font-style: normal;
font-weight: 400;
src: url('./font/DMMono-Regular.woff2') format('woff2');
}

@font-face {
font-family: 'DM Mono';
font-style: normal;
font-weight: 500;
src: url('./font/DMMono-Medium.woff2') format('woff2');
}

@font-face {
font-family: 'SF Mono';
src: url('./font/SFMono-Semibold.otf');
Expand Down
178 changes: 119 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "team@redocly.com",
"license": "UNLICENSED",
"dependencies": {
"@redocly/marketing-pages": "^0.2.35",
"@redocly/marketing-pages": "^0.2.37",
"@redocly/realm": "0.137.0-next.9",
"buffer": "^6.0.3",
"events": "^3.3.0",
Expand Down
12 changes: 12 additions & 0 deletions pages/drift/drift.page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import Page from '@redocly/marketing-pages/pages/drift/drift.page.js';

export const frontmatter = {
seo: {
title: 'Drift – Redocly CLI',
description:
'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',
};
Comment thread
sobanieca-redocly marked this conversation as resolved.

export default Page;
Loading