Add Weave deprecation notice

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