Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): remove version banner in v1.2 #1797

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ async function getConfig(): Promise<Config> {
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex],
includeCurrentVersion: false,
versions: {
"v1.2": {
banner: "none",
},
},
},
blog: {
showReadingTime: true,
Expand Down
4 changes: 4 additions & 0 deletions apps/website/versioned_docs/version-v1.2/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading