From 07d44201bb38511c4e46a7b4aad55148b410ddd1 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 23:06:39 +0000 Subject: [PATCH 1/2] fix audit metadata and Discord links Co-Authored-By: brandon --- cli/reference/certificate.mdx | 4 +--- cli/reference/domain.mdx | 4 +--- contact-support.mdx | 2 +- docs.json | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/cli/reference/certificate.mdx b/cli/reference/certificate.mdx index 1712b40..baed6bb 100644 --- a/cli/reference/certificate.mdx +++ b/cli/reference/certificate.mdx @@ -1,9 +1,7 @@ --- title: "ravion certificate" sidebarTitle: "certificate" -description: "Manage certificates" -"og:image": "https://www.ravion.com/og/docs/cli/reference/certificate.png" -"twitter:image": "https://www.ravion.com/og/docs/cli/reference/certificate.png" +description: "Manage ACM certificates for your Ravion environments from the CLI: create, list, inspect, and delete certificates used by your custom domains." --- {/* This page is generated from the Ravion CLI source. Do not edit by hand. */} diff --git a/cli/reference/domain.mdx b/cli/reference/domain.mdx index 20233c4..c714032 100644 --- a/cli/reference/domain.mdx +++ b/cli/reference/domain.mdx @@ -1,9 +1,7 @@ --- title: "ravion domain" sidebarTitle: "domain" -description: "Manage domains" -"og:image": "https://www.ravion.com/og/docs/cli/reference/domain.png" -"twitter:image": "https://www.ravion.com/og/docs/cli/reference/domain.png" +description: "Manage custom domains for your Ravion environments from the CLI: create and delete domains, check availability, and track DNS and apex status." --- {/* This page is generated from the Ravion CLI source. Do not edit by hand. */} diff --git a/contact-support.mdx b/contact-support.mdx index dd1b3ff..cd9f187 100644 --- a/contact-support.mdx +++ b/contact-support.mdx @@ -28,4 +28,4 @@ CLI reports do not return a ticket ID, so email us if you need a status update o ## Community -Join the [Ravion Discord](https://discord.gg/pfP3ysX5m) to ask questions and see what other teams are building. +Join the [Ravion Discord](https://discord.com/invite/pfP3ysX5m) to ask questions and see what other teams are building. diff --git a/docs.json b/docs.json index 0cb7ecc..9815c9c 100644 --- a/docs.json +++ b/docs.json @@ -332,7 +332,7 @@ { "type": "discord", "label": "Discord", - "href": "https://discord.gg/pfP3ysX5m" + "href": "https://discord.com/invite/pfP3ysX5m" } ] }, From 1c945b0f695979042b57ef18215ad1f0556e7771 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 23:07:21 +0000 Subject: [PATCH 2/2] restore og image frontmatter on regenerated cli pages Co-Authored-By: brandon --- cli/reference/certificate.mdx | 2 ++ cli/reference/domain.mdx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cli/reference/certificate.mdx b/cli/reference/certificate.mdx index baed6bb..24eb269 100644 --- a/cli/reference/certificate.mdx +++ b/cli/reference/certificate.mdx @@ -2,6 +2,8 @@ title: "ravion certificate" sidebarTitle: "certificate" description: "Manage ACM certificates for your Ravion environments from the CLI: create, list, inspect, and delete certificates used by your custom domains." +"og:image": "https://www.ravion.com/og/docs/cli/reference/certificate.png" +"twitter:image": "https://www.ravion.com/og/docs/cli/reference/certificate.png" --- {/* This page is generated from the Ravion CLI source. Do not edit by hand. */} diff --git a/cli/reference/domain.mdx b/cli/reference/domain.mdx index c714032..1df84e1 100644 --- a/cli/reference/domain.mdx +++ b/cli/reference/domain.mdx @@ -2,6 +2,8 @@ title: "ravion domain" sidebarTitle: "domain" description: "Manage custom domains for your Ravion environments from the CLI: create and delete domains, check availability, and track DNS and apex status." +"og:image": "https://www.ravion.com/og/docs/cli/reference/domain.png" +"twitter:image": "https://www.ravion.com/og/docs/cli/reference/domain.png" --- {/* This page is generated from the Ravion CLI source. Do not edit by hand. */}