Skip to content

Commit da52865

Browse files
committed
added announcement bar
1 parent f62bc20 commit da52865

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
@@ -43,6 +43,14 @@ const config = {
4343
themeConfig:
4444
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
4545
({
46+
announcementBar: {
47+
id: 'support_us',
48+
content:
49+
'Risk-First Software Development Second Edition - Available Now! <a target="_blank" rel="noopener noreferrer" href="https://riskfirst.org/Risk-First-Second-Edition">Click here for details</a>',
50+
backgroundColor: 'rgb(245, 62,121)',
51+
textColor: '#ffffff',
52+
isCloseable: true,
53+
},
4654
image: 'img/social-card.png',
4755
navbar: {
4856
title: 'Agentic SDLC',

0 commit comments

Comments
 (0)