Skip to content

Commit

Permalink
Add an announcement bar warning users that this is not finished
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejbudai committed Dec 19, 2023
1 parent d4cce69 commit fc47155
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
announcementBar: {
id: 'under_construction',
content:
'This site is under construction. Please visit <a href="https://osbuild.org">https://osbuild.org</a> for the live website.',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: false,
},
} satisfies Preset.ThemeConfig,
};

Expand Down

0 comments on commit fc47155

Please sign in to comment.