Skip to content

Commit

Permalink
removing V3 banner; adding banner instructions
Browse files Browse the repository at this point in the history
Signed-off-by: anaxceron <ana.ceron@broadcom.com>
  • Loading branch information
anaxceron committed Mar 28, 2024
1 parent 950f4fc commit 62afcc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
8 changes: 1 addition & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@ module.exports = {
}),
},
themeConfig: {
announcementBar: {
id: 'announcementBar-1', // increment on change
content:
'📌 <b>The Zowe V3 release is delayed</b>. Release schedule for Zowe V2 to be updated. See <a href="https://docs.zowe.org/stable/whats-new/zowe-announcements" target="_blank">Zowe announcements</a> for more information. ',
textColor: '#000',
},
docs: {
docs: {
sidebar: {
hideable: true
}
Expand Down
11 changes: 7 additions & 4 deletions release-handbook/creating_site_banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,13 @@ To edit the custom css:
```
3. If necessary, change the font and background colors to suit the tone of the message. Use colors listed in the [Zowe Colors pallette](https://docs.zowe.org/stable/contribute/guidelines-ui/colors).

For example:
- Use blue hues for neutral messages.
- Use yellow hues for cautionary messages.
- Use red hues for warning messages.
Enter the following code in the parenthetical:
- Blue hues for **neutral** messages:
- `35deg,#edf2fa,#edf2fa 20px,#c9d9f2 10px, #c9d9f2 40px`
- Yellow hues for **cautionary** messages:
- `35deg,#fefae9,#fefae9 20px,#fdf0be 10px, #fdf0be 40px`
- Red hues for **warning** messages:
- `35deg,#fbecec,#fbecec 20px,#f3c6c6 10px, #f3c6c6 40px`

## Example of a Zowe Docs banner

Expand Down

0 comments on commit 62afcc3

Please sign in to comment.