diff --git a/apps/website/docusaurus.config.ts b/apps/website/docusaurus.config.ts index 9cd61e299..9ccfb639f 100644 --- a/apps/website/docusaurus.config.ts +++ b/apps/website/docusaurus.config.ts @@ -50,6 +50,11 @@ async function getConfig(): Promise { remarkPlugins: [remarkMath], rehypePlugins: [rehypeKatex], includeCurrentVersion: false, + versions: { + "v1.2": { + banner: "none", + }, + }, }, blog: { showReadingTime: true, diff --git a/apps/website/versioned_docs/version-v1.2/introduction.md b/apps/website/versioned_docs/version-v1.2/introduction.md index 2555ea8d8..ac6d60914 100644 --- a/apps/website/versioned_docs/version-v1.2/introduction.md +++ b/apps/website/versioned_docs/version-v1.2/introduction.md @@ -5,6 +5,10 @@ sidebar_label: Introduction sidebar_position: 1 --- +:::info +For a more secure and stable protocol, please refer to MACI v2.x +::: + # Welcome to MACI ![MACI card](/img/maci-card.png)