Skip to content

Commit e53a3b8

Browse files
committed
announcementBar
1 parent a2cbc12 commit e53a3b8

File tree

4 files changed

+3698
-4350
lines changed

4 files changed

+3698
-4350
lines changed

docusaurus.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@ const config = {
113113
],
114114
copyright: `Copyright © ${new Date().getFullYear()} Flutter Bootcamp`,
115115
},
116+
announcementBar: {
117+
id: 'lancamento',
118+
content:
119+
'Lançamento do Flutter Bootcamp! <a target="_blank" rel="noopener noreferrer" href="https://flutterbootcamp.com.br/">Saiba mais</a>',
120+
backgroundColor: '#ffcc3d',
121+
textColor: '#091E42',
122+
isCloseable: false,
123+
},
116124
prism: {
117125
theme: lightCodeTheme,
118126
darkTheme: darkCodeTheme,

0 commit comments

Comments
 (0)