Skip to content

Commit 73f3594

Browse files
committed
Changed banner
1 parent 19e4e32 commit 73f3594

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

docusaurus.config.js

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ import { themes as prismThemes } from 'prism-react-renderer';
88
import remarkMath from 'remark-math';
99
import rehypeKatex from 'rehype-katex';
1010

11-
const navLinks = [ { to: '/overview/Start', label: 'Overview', position: 'left' },
12-
{ to: '/thinking/Start', label: 'Thinking', position: 'left' },
13-
{ to: '/risks/Start', label: 'Risks', position: 'left' },
14-
{ to: '/practices/Start', label: 'Practices', position: 'left' },
15-
{ to: '/methods/Start', label: 'Methods', position: 'left' },
16-
{ to: '/books/Start', label: 'Books', position: 'left' },
17-
{ to: '/bets/Start', label: 'Bets', position: 'left' },
18-
{ to: '/estimating/Start', label: 'Estimating', position: 'left' },
19-
{ to: '/presentations/Start', label: 'Presentations', position: 'left' },
20-
{ to: '/ai/Start', label: 'AI', position: 'left' },
21-
]
11+
const navLinks = [{ to: '/overview/Start', label: 'Overview', position: 'left' },
12+
{ to: '/thinking/Start', label: 'Thinking', position: 'left' },
13+
{ to: '/risks/Start', label: 'Risks', position: 'left' },
14+
{ to: '/practices/Start', label: 'Practices', position: 'left' },
15+
{ to: '/methods/Start', label: 'Methods', position: 'left' },
16+
{ to: '/books/Start', label: 'Books', position: 'left' },
17+
{ to: '/bets/Start', label: 'Bets', position: 'left' },
18+
{ to: '/estimating/Start', label: 'Estimating', position: 'left' },
19+
{ to: '/presentations/Start', label: 'Presentations', position: 'left' },
20+
{ to: '/ai/Start', label: 'AI', position: 'left' },
21+
]
2222

2323
/** @type {import('@docusaurus/types').Config} */
2424
const config = {
@@ -78,14 +78,14 @@ const config = {
7878
themeConfig:
7979
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
8080
({
81-
announcementBar: {
82-
id: 'support_us',
83-
content:
84-
'Risk-First Software Development Second Edition - Coming Soon! <a target="_blank" rel="noopener noreferrer" href="/Risk-First-Second-Edition">Click here for details</a>',
85-
backgroundColor: 'rgb(245, 62,121)',
86-
textColor: '#ffffff',
87-
isCloseable: true,
88-
},
81+
announcementBar: {
82+
id: 'support_us',
83+
content:
84+
'Risk-First Software Development Second Edition - Available Now! <a target="_blank" rel="noopener noreferrer" href="/Risk-First-Second-Edition">Click here for details</a>',
85+
backgroundColor: 'rgb(245, 62,121)',
86+
textColor: '#ffffff',
87+
isCloseable: true,
88+
},
8989
image: 'img/generated/titles/index.png',
9090
metadata: [
9191
{ name: 'msvalidate.01', content: "3D19A6D7C17D82567867CF4238511ED1" }

0 commit comments

Comments
 (0)