Skip to content

Commit

Permalink
Add GA banner
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Jan 10, 2024
1 parent 4a94215 commit d39213f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
}
},
};
},
],
Expand All @@ -188,6 +188,14 @@ const config = {
autoCollapseCategories: true,
},
},
announcementBar: {
id: "opentofu-ga",
content:
'<a target="_blank" rel="noopener noreferrer" href="https://opentofu.org/blog/opentofu-is-going-ga/">OpenTofu is going GA</a> – 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",
Expand Down

0 comments on commit d39213f

Please sign in to comment.