diff --git a/docs/docs-content/clusters/public-cloud/cox-edge/_category_.json b/docs/deprecated/clusters/public-cloud/cox-edge/_category_.json similarity index 100% rename from docs/docs-content/clusters/public-cloud/cox-edge/_category_.json rename to docs/deprecated/clusters/public-cloud/cox-edge/_category_.json diff --git a/docs/docs-content/clusters/public-cloud/cox-edge/add-cox-edge-accounts.md b/docs/deprecated/clusters/public-cloud/cox-edge/add-cox-edge-accounts.md similarity index 100% rename from docs/docs-content/clusters/public-cloud/cox-edge/add-cox-edge-accounts.md rename to docs/deprecated/clusters/public-cloud/cox-edge/add-cox-edge-accounts.md diff --git a/docs/docs-content/clusters/public-cloud/cox-edge/cox-edge.md b/docs/deprecated/clusters/public-cloud/cox-edge/cox-edge.md similarity index 100% rename from docs/docs-content/clusters/public-cloud/cox-edge/cox-edge.md rename to docs/deprecated/clusters/public-cloud/cox-edge/cox-edge.md diff --git a/docs/docs-content/clusters/public-cloud/cox-edge/create-cox-cluster.md b/docs/deprecated/clusters/public-cloud/cox-edge/create-cox-cluster.md similarity index 100% rename from docs/docs-content/clusters/public-cloud/cox-edge/create-cox-cluster.md rename to docs/deprecated/clusters/public-cloud/cox-edge/create-cox-cluster.md diff --git a/docs/docs-content/clusters/public-cloud/cox-edge/network-rules.md b/docs/deprecated/clusters/public-cloud/cox-edge/network-rules.md similarity index 100% rename from docs/docs-content/clusters/public-cloud/cox-edge/network-rules.md rename to docs/deprecated/clusters/public-cloud/cox-edge/network-rules.md diff --git a/docs/docs-content/clusters/public-cloud/public-cloud.md b/docs/docs-content/clusters/public-cloud/public-cloud.md index bd12be904e..907467b619 100644 --- a/docs/docs-content/clusters/public-cloud/public-cloud.md +++ b/docs/docs-content/clusters/public-cloud/public-cloud.md @@ -28,8 +28,6 @@ The following pages provide detailed instructions for setting up new workload cl - [Azure](azure/azure.md) -- [Cox Edge](cox-edge/cox-edge.md) - - [Google Cloud](gcp/gcp.md) - [Tencent](tke.md) diff --git a/docs/docs-content/unlisted/_category_.json b/docs/docs-content/unlisted/_category_.json new file mode 100644 index 0000000000..35ce741d56 --- /dev/null +++ b/docs/docs-content/unlisted/_category_.json @@ -0,0 +1,3 @@ +{ + "position": 10000 +} diff --git a/docs/docs-content/unlisted/cox-edge-eol.md b/docs/docs-content/unlisted/cox-edge-eol.md new file mode 100644 index 0000000000..0980daa503 --- /dev/null +++ b/docs/docs-content/unlisted/cox-edge-eol.md @@ -0,0 +1,18 @@ +--- +sidebar_label: "Cox Edge End of Life" +title: "Cox Edge End of Life" +description: "Learn about the Cox Edge alternatives Palette supports." +icon: "" +hide_table_of_contents: false +unlisted: true +tags: ["public cloud", "cox-edge", "unlisted"] +--- + +In January 2024, Cox Communications ended all support for Cox Edge, their public cloud provider. Consequently, Palette +no longer supports Cox Edge and its associated features. Here's a list of alternative cloud providers you could start +using with Palette and Palette VerteX today: + +- [Amazon Web Services](/clusters/public-cloud/aws/) +- [Azure](/clusters/public-cloud/azure/) +- [Google Cloud](/clusters/public-cloud/gcp/) +- [Tencent](/clusters/public-cloud/tke) diff --git a/docs/docs-content/unlisted/unlisted.md b/docs/docs-content/unlisted/unlisted.md new file mode 100644 index 0000000000..dde4417cb8 --- /dev/null +++ b/docs/docs-content/unlisted/unlisted.md @@ -0,0 +1,10 @@ +--- +sidebar_label: "Unlisted Content" +title: "Unlisted Content" +description: "This section contains content that is meant to be unlisted." +hide_table_of_contents: false +sidebar_position: 0 +sidebar_custom_props: + icon: "eye-slash" +unlisted: true +--- diff --git a/redirects.js b/redirects.js index 857b4e74ee..a7f3a20350 100644 --- a/redirects.js +++ b/redirects.js @@ -359,6 +359,15 @@ const redirects = [ from: `/compliance`, to: `/legal-licenses/compliance`, }, + { + from: [ + `/clusters/public-cloud/cox-edge/`, + `/clusters/public-cloud/cox-edge/add-cox-edge-accounts`, + `/clusters/public-cloud/cox-edge/create-cox-cluster`, + `/clusters/public-cloud/cox-edge/network-rules`, + ], + to: `/unlisted/cox-edge-eol`, + }, ]; module.exports = redirects; diff --git a/src/components/IconMapper/dynamicFontAwesomeImports.js b/src/components/IconMapper/dynamicFontAwesomeImports.js index 1a53dbda4b..799c7ecc48 100644 --- a/src/components/IconMapper/dynamicFontAwesomeImports.js +++ b/src/components/IconMapper/dynamicFontAwesomeImports.js @@ -15,6 +15,7 @@ import { faTerminal } from '@fortawesome/free-solid-svg-icons'; import { faLock } from '@fortawesome/free-solid-svg-icons'; import { faGears } from '@fortawesome/free-solid-svg-icons'; import { faScrewdriverWrench } from '@fortawesome/free-solid-svg-icons'; +import { faEyeSlash } from '@fortawesome/free-solid-svg-icons'; import { faShield } from '@fortawesome/free-solid-svg-icons'; export const fontAwesomeIcons = { @@ -35,5 +36,6 @@ export const fontAwesomeIcons = { "lock": faLock, "gears": faGears, "screwdriver-wrench": faScrewdriverWrench, + "eye-slash": faEyeSlash, "shield": faShield }; \ No newline at end of file