mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
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 <charlie_egan@apple.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user