diff --git a/docusaurus.config.js b/docusaurus.config.js index 7c43e662..687f8117 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -10,6 +10,14 @@ module.exports = { organizationName: "golioth", // Usually your GitHub org/user name. projectName: "docs", // Usually your repo name. themeConfig: { + announcementBar: { + id: 'canonical-announcement', // Any string id that represents this message + content: + 'Golioth is now a part of Canonical: Read our announcement to learn more.', + backgroundColor: '#ff5760', // light background + textColor: '#ffffff', // dark text + isCloseable: true, + }, colorMode: { defaultMode: "dark", respectPrefersColorScheme: false,