Add OPA Gatekeeper deprecation notice

This commit is contained in:
Billy Tat
2024-02-23 14:02:27 -08:00
parent fa11eeda9f
commit 1e76595c2f
6 changed files with 17 additions and 0 deletions
+2
View File
@@ -7,6 +7,7 @@ import TabItem from '@theme/TabItem';
import { CardSection, Card } from '../components/CardComponents';
import CNIPopularityTable from '/shared-files/_cni-popularity.md';
import DeprecationOPAGatekeeper from '/shared-files/_deprecation-opa-gatekeeper.md';
export default {
// Re-use the default mapping
@@ -19,4 +20,5 @@ export default {
Card,
CNIPopularityTable,
DeprecationOPAGatekeeper,
};