Skip to content

Commit 09808ad

Browse files
committed
work in progress announcement
1 parent 3eb7b14 commit 09808ad

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docusaurus.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ export const getConfig = (cfg: LttleDocusaurusConfig): Config => ({
7777
},
7878

7979
themeConfig: {
80+
announcementBar: {
81+
id: "work_in_progress", // Increment on change
82+
content:
83+
'🚧 Work in progress. If you have any questions, join our <a href="https://discord.gg/xhNGGrZQja" target="_blank" rel="noopener noreferrer">Discord</a>! 🚧',
84+
backgroundColor: "var(--ifm-background-color)",
85+
textColor: "var(--ifm-color-primary)",
86+
isCloseable: false,
87+
},
88+
8089
// TODO: Replace with your project's social card
8190
image: "img/docusaurus-social-card.jpg",
8291

0 commit comments

Comments
 (0)