diff --git a/README.md b/README.md index 55885c126..80d613da5 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ > [!IMPORTANT] > **Constellation is no longer actively maintained by Edgeless Systems.** -> +> > This project is no longer receiving updates or support from Edgeless Systems. The repository remains available for archival purposes and community use. +> New development continues in Contrast, which provides workload-level confidential computing using Confidential Containers. +> 👉 https://github.com/edgelesssys/contrast
diff --git a/docs/docs/intro.md b/docs/docs/intro.md
index 759557704..e14d2dcab 100644
--- a/docs/docs/intro.md
+++ b/docs/docs/intro.md
@@ -8,6 +8,8 @@ id: intro
**Constellation is no longer actively maintained by Edgeless Systems.**
This project is no longer receiving updates or support from Edgeless Systems. The repository and documentation remain available for archival purposes and community use.
+New development continues in Contrast, which provides workload-level confidential computing using Confidential Containers.
+👉 https://github.com/edgelesssys/contrast
:::
Welcome to the documentation of Constellation! Constellation is a Kubernetes engine that aims to provide the best possible data security.
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 2e2f517a6..5c8895a3f 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -14,6 +14,7 @@ async function createConfig() {
onBrokenLinks: 'throw',
onBrokenAnchors: 'throw',
favicon: 'img/favicon.ico',
+ trailingSlash: false,
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
@@ -104,8 +105,10 @@ async function createConfig() {
},
announcementBar: {
content:
- 'If you like Constellation, give it a star on GitHub ⭐️',
- backgroundColor: '#E7E6E6'
+ '⚠️ Maintenance Notice: Constellation is no longer actively maintained by Edgeless Systems. This project is no longer receiving updates or support. New development continues in Contrast, which provides workload-level confidential computing using Confidential Containers.',
+ backgroundColor: '#FFF3CD',
+ textColor: '#664d03',
+ isCloseable: false,
},
footer: {
style: 'dark',
diff --git a/docs/versioned_docs/version-2.24/intro.md b/docs/versioned_docs/version-2.24/intro.md
index 759557704..e14d2dcab 100644
--- a/docs/versioned_docs/version-2.24/intro.md
+++ b/docs/versioned_docs/version-2.24/intro.md
@@ -8,6 +8,8 @@ id: intro
**Constellation is no longer actively maintained by Edgeless Systems.**
This project is no longer receiving updates or support from Edgeless Systems. The repository and documentation remain available for archival purposes and community use.
+New development continues in Contrast, which provides workload-level confidential computing using Confidential Containers.
+👉 https://github.com/edgelesssys/contrast
:::
Welcome to the documentation of Constellation! Constellation is a Kubernetes engine that aims to provide the best possible data security.