Skip to content

Commit 6424dc2

Browse files
committed
work in progress announcement
1 parent 3eb7b14 commit 6424dc2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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)", // Defaults to `#fff`.
85+
textColor: "var(--ifm-color-primary)", // Defaults to `#000`.
86+
isCloseable: true, // Defaults to `true`.
87+
},
88+
8089
// TODO: Replace with your project's social card
8190
image: "img/docusaurus-social-card.jpg",
8291

0 commit comments

Comments
 (0)