Skip to content

Commit 7e60446

Browse files
authored
docs: remove trusted setup from docs and website (#1039)
* docs(docs): remove trusted setup announcement from docs * docs(website): remove trusted setup announcement from website
1 parent 5dcba7f commit 7e60446

File tree

4 files changed

+4
-61
lines changed

4 files changed

+4
-61
lines changed

apps/docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const config: Config = {
6767
announcementBar: {
6868
id: "semaphore-v4-beta",
6969
content:
70-
'<b>New Semaphore V4 <a href="https://ceremony.pse.dev/projects/Semaphore%20Binary%20Merkle%20Root%20Fix" target="_blank">Trusted Setup Ceremony</a> is open for contributions until August 20!</b>',
70+
'<b><a href="https://github.com/semaphore-protocol/semaphore/releases/tag/v4.0.0" target="_blank">Semaphore V4</a> is out 🎉 <a href="/getting-started">Try it out</a> and let us know if you have any feedback on <a href="https://semaphore.pse.dev/telegram" target="_blank">Telegram</a> or <a href="https://github.com/orgs/semaphore-protocol/discussions" target="_blank">Github</a>!</b>',
7171
backgroundColor: "#dde6fc",
7272
textColor: "#000000"
7373
},

apps/docs/versioned_docs/version-V4/trusted-setup.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

apps/website/src/app/layout.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,19 @@ export default function RootLayout({ children }: { children: React.ReactNode })
3232
<body suppressHydrationWarning>
3333
<Providers>
3434
<Banner>
35-
Semaphore V4
3635
<Link
3736
_hover={{
3837
textDecoration: "underline",
3938
textDecorationColor: "primary.600"
4039
}}
41-
href="https://ceremony.pse.dev/projects/Semaphore%20Binary%20Merkle%20Root%20Fix"
40+
href="https://github.com/semaphore-protocol/semaphore/releases/tag/v4.0.0"
4241
ml="1"
4342
isExternal
4443
color="primary.500"
4544
>
46-
<b>Trusted Setup Ceremony</b>
45+
<b>Semaphore V4</b>
4746
</Link>{" "}
48-
is open for contributions until <b>August 20</b>!
47+
has been released 🚀
4948
</Banner>
5049
<Navbar />
5150
<Container maxW="1440px" px={{ base: "5", md: "10" }}>

apps/website/src/data/events.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
"description": "Semaphore team will deliver an in-person talk.",
1212
"link": "https://zuberlin.city/"
1313
},
14-
{
15-
"name": "Trusted Setup Ceremony",
16-
"date": "Jul 23 - Aug 6, 2025",
17-
"description": "The Semaphore team will perform the Phase 2 MPC Trusted Setup Ceremony to secure V4 circuit variants from 1 to 32 tree depths, following a bug fix in the BinaryMerkleRoot circuit in ZK-Kit.",
18-
"link": "https://docs.semaphore.pse.dev/trusted-setup"
19-
},
2014
{
2115
"name": "Devconnect",
2216
"date": "Nov 17-22, 2025",

0 commit comments

Comments
 (0)