Skip to content

Commit 11210c1

Browse files
authored
Merge pull request #156 from redis-developer/remove-hacktoberfest-banner
Removed announcement bar now Hacktoberfest is over.
2 parents afea309 + 6f95ccf commit 11210c1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docusaurus.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@ module.exports = {
138138
// Useful if you want to support a single color mode
139139
disableSwitch: false,
140140
},
141-
announcementBar: {
142-
id: 'redisconf20201cfp', // Any value that will identify this message.
143-
content: '<p class="text">We\'re taking part in Hacktoberfest!</p> <a href="/hacktoberfest" class="btn">Join Us!</a>',
141+
//announcementBar: {
142+
// id: 'redisconf20201cfp', // Any value that will identify this message.
143+
// content: '<p class="text">We\'re taking part in Hacktoberfest!</p> <a href="/hacktoberfest" class="btn">Join Us!</a>',
144144
// content: '<p class="text"></p> <a href="https://www.youtube.com/c/Redisinc/playlists?view=50&sort=dd&shelf_id=1" target="_blank" rel="noopener" class="btn"></a>',
145-
backgroundColor: '#fff', // Defaults to `#fff`.
146-
textColor: '#000', // Defaults to `#000`.
147-
isCloseable: true, // Defaults to `true`.
148-
},
145+
// backgroundColor: '#fff', // Defaults to `#fff`.
146+
// textColor: '#000', // Defaults to `#000`.
147+
// isCloseable: true, // Defaults to `true`.
148+
//},
149149
},
150150
presets: [
151151
[

0 commit comments

Comments
 (0)