From 532cf8c880dcda38206e9399ecb262663d32cf43 Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Wed, 10 Jun 2026 14:39:35 +0100 Subject: [PATCH] website: Fix build from missing dateAdded (#8764) https://github.com/open-policy-agent/opa/pull/8685 had not been rebased and so this only failed when on main. I have also updated a regal link to use an abs url to silence a warning. Signed-off-by: Charlie Egan --- docs/src/data/ecosystem/entries/vscode-opa.md | 2 +- docs/src/pages/support/index.jsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/data/ecosystem/entries/vscode-opa.md b/docs/src/data/ecosystem/entries/vscode-opa.md index 49f6f74ee6..2be64a9d64 100644 --- a/docs/src/data/ecosystem/entries/vscode-opa.md +++ b/docs/src/data/ecosystem/entries/vscode-opa.md @@ -9,7 +9,7 @@ code: videos: - https://www.youtube.com/watch?v=BpMttxuPv6Y tutorials: -- /projects/regal/editor-support#visual-studio-code +- https://www.openpolicyagent.org/projects/regal/editor-support#visual-studio-code software: - editors inventors: diff --git a/docs/src/pages/support/index.jsx b/docs/src/pages/support/index.jsx index de5f72bbe8..b8e4eb44b2 100644 --- a/docs/src/pages/support/index.jsx +++ b/docs/src/pages/support/index.jsx @@ -21,8 +21,9 @@ const vendors = [ icon: require.context("./assets/logos/depkeep.png").default, note: "DepKeep provides enterprise open-source support, maintenance, and security fixes for critical dependencies used in production systems. It helps teams keep open-source infrastructure secure, stable, and production-ready.", - link: "https://depkeep.com", + link: "https://depkeep.com/services/opa", link_text: "Learn more", + dateAdded: "2026-06-10", }, ];