diff --git a/docusaurus.config.js b/docusaurus.config.js index 98fc5069..7b134252 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -160,17 +160,17 @@ const config = { ], }, ], - function() { + function () { return { name: "follow-symlinks", configureWebpack() { return { resolve: { // Yes, leave this on false to support symlinks. - symlinks: false + symlinks: false, }, }; - } + }, }; }, ], @@ -188,6 +188,14 @@ const config = { autoCollapseCategories: true, }, }, + announcementBar: { + id: "opentofu-ga", + content: + 'OpenTofu is going GA – we\'re releasing the first stable release of OpenTofu, a community-driven open source fork of Terraform.', + backgroundColor: "#ffda18", + textColor: "#1b1d20", + isCloseable: false, + }, algolia: { appId: "0AUNALFPJF", apiKey: "5a83e1af5126db1360bdc84bfefb20b8",