Skip to content

Commit d4a8153

Browse files
Update documentation for v3.4 (#738)
Co-authored-by: Leon Hibnik <[email protected]>
1 parent f610ca9 commit d4a8153

File tree

4 files changed

+0
-374
lines changed

4 files changed

+0
-374
lines changed

docs/docs/icicle/primitives/poseidon2.md

-180
This file was deleted.

docs/docusaurus.config.ts

-9
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,6 @@ const config: Config = {
171171
darkTheme: darkCodeTheme,
172172
additionalLanguages: ['rust', 'go'],
173173
},
174-
image: 'img/logo.png',
175-
announcementBar: {
176-
id: 'announcement', // Any value that will identify this message.
177-
content:
178-
'<strong>❄️🎉 New Release! ICICLE v3.3! 🎉❄️</strong>',
179-
backgroundColor: '#64f5ef', // Light blue background color.
180-
textColor: '#000000', // Black text color.
181-
isCloseable: true, // Defaults to `true`.
182-
},
183174
} satisfies Preset.ThemeConfig,
184175
};
185176

docs/versioned_docs/version-3.4.0/icicle/primitives/poseidon2.md

-180
This file was deleted.

docs/versioned_sidebars/version-3.4.0-sidebars.json

-5
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,6 @@
121121
"label": "Hash",
122122
"id": "icicle/primitives/hash"
123123
},
124-
{
125-
"type": "doc",
126-
"label": "Poseidon2",
127-
"id": "icicle/primitives/poseidon2"
128-
},
129124
{
130125
"type": "doc",
131126
"label": "Merkle-Tree",

0 commit comments

Comments
 (0)