Skip to content

Commit

Permalink
docs: adding version announcement bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr1215 committed Jan 23, 2025
1 parent 95f27a2 commit fbc7e5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ module.exports = {
links: [],
copyright: `Copyright © ${new Date().getFullYear()} <a href="https://loft.sh/">Loft Labs, Inc.</a>`,
},
announcementBar: {
id: 'version-info',
content: '<strong>You are viewing docs for <code>vCluster</code> v0.19. <a href="https://www.vcluster.com/docs" target="_blank">See latest releases.</a></strong>',
backgroundColor: '#3c7a89',
textColor: '#ffffff',
isCloseable: true,
},
},
presets: [
[
Expand Down

0 comments on commit fbc7e5a

Please sign in to comment.