Skip to content
Open
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 docs/src/pages/support/assets/logos/depkeep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/src/pages/support/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ const vendors = [
link: "https://paclabs.io/opa_support.html?utm_source=opa&utm_content=opa-support",
link_text: "Learn more",
},
{
title: "DepKeep",
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_text: "Learn more",
},
];

export default function Support() {
Expand Down
Loading