Skip to content

Commit

Permalink
Added announcement bar for workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarker68 committed Oct 31, 2024
1 parent 126772f commit 17a0410
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ module.exports = {
require.resolve('docusaurus-plugin-image-zoom')
],
themeConfig: {
announcementBar: {
id: 'current_workshop',
content:
'<b>Clarity 2024 online workshop, 5th December.</b> <a href="https://claritychallenge.github.io/clarity2024-workshop/">Details are now available</a>',
backgroundColor: '#6ce56c',
textColor: '#070707',
isCloseable: true,
},
prism: {
additionalLanguages: ['json']
},
Expand Down

0 comments on commit 17a0410

Please sign in to comment.