We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d4b8a commit 2d2c818Copy full SHA for 2d2c818
theme.config.tsx
@@ -15,6 +15,12 @@ const config: DocsThemeConfig = {
15
defaultTheme: "system",
16
},
17
docsRepositoryBase: "https://github.com/samvera-labs/clover-iiif",
18
+
19
+ banner: {
20
+ // tada icon and react 19 support notification
21
+ text: "🎉 React 19 support is here! Clover IIIF v3.0.0 will can work with the latest React frameworks.",
22
+ dismissible: true,
23
+ },
24
footer: {
25
text: "Extensible IIIF front-end toolkit and Manifest viewer. Accessible. Composable. Open Source.",
26
0 commit comments