Skip to content

Commit a599620

Browse files
committed
Added banner announcement for Card Sort
1 parent fd7495d commit a599620

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

docusaurus.config.js

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,10 @@ const config = {
6565
src: "img/logo.svg",
6666
},
6767
items: [
68-
{
69-
href: "https://patterns.greensoftware.foundation/guide/#how-to-propose-a-new-pattern-or-a-change-to-a-pattern",
70-
position: "right",
71-
label: "Add/Edit a pattern",
72-
},
7368
{
7469
href: "https://greensoftware.foundation/",
7570
position: "right",
76-
label: "a Green Software Foundation project",
71+
label: "Green Software Foundation",
7772
},
7873
],
7974
},
@@ -133,6 +128,14 @@ const config = {
133128
disableSwitch: true,
134129
defaultMode: "light",
135130
},
131+
announcementBar: {
132+
id: 'disclaimer',
133+
content:
134+
"We're redesigning our Green Software Patterns catalog and need your help for 10-minutes: <a href='https://research.kardsort.com/green-software-foundation'><strong>Complete a Card Sort</strong></a>",
135+
backgroundColor: '#EBF2D7',
136+
textColor: '#006d69',
137+
isCloseable: false,
138+
},
136139
metadata: [{
137140
name: "twitter:card",
138141
content: "summary",

0 commit comments

Comments
 (0)