Skip to content

Commit 041973d

Browse files
committed
feat: add disclaimer banner
1 parent 5994c94 commit 041973d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docusaurus.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ module.exports = {
3333
},
3434
],
3535
},
36+
announcementBar: {
37+
id: 'disclaimer',
38+
content:
39+
'⚒ This website is a work in progress. If you want to help let us know on <a href="https://github.com/crosplatform-dev/crossplatform.dev">GitHub</a> 🙏',
40+
backgroundColor: '#fafbfc',
41+
textColor: '#091E42',
42+
isCloseable: false,
43+
},
3644
// footer: {
3745
// style: 'dark',
3846
// links: [

0 commit comments

Comments
 (0)