Refactor: convert Docker support warning to single file

This commit is contained in:
Billy Tat
2024-03-25 16:41:21 -07:00
parent c256118aa9
commit 444bb237fe
8 changed files with 19 additions and 36 deletions
+2
View File
@@ -10,6 +10,7 @@ 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';
import DeprecationHelm2 from '/shared-files/_deprecation-helm2.md';
import DockerSupportWarning from '/shared-files/_docker-support-warning.md';
export default {
// Re-use the default mapping
@@ -25,4 +26,5 @@ export default {
DeprecationOPAGatekeeper,
DeprecationWeave,
DeprecationHelm2,
DockerSupportWarning,
};