diff options
Diffstat (limited to 'docusaurus.config.js')
-rw-r--r-- | docusaurus.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index 69afc6e..4d821c8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -81,6 +81,12 @@ const config = { disableSwitch: true, respectPrefersColorScheme: false, }, + announcementBar: { + content: ` + <b>Greetings traveller!</b> You probably found this site by accident. <b>It is far from finished</b>, but if you\'re curious about the project, join the <a href="https://discord.com/invite/wDj3UYzec8">Discord server</a> and <b>say hello!</b> + `, + isCloseable: false, + }, navbar: { title: "NeoHaskell", logo: { |