diff --git a/docusaurus.config.js b/docusaurus.config.js index aeb9bec23c..946663518f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -29,12 +29,6 @@ module.exports = { }), }, themeConfig: { - announcementBar: { - id: 'announcementBar-1', // increment on change - content: - '📌 Support for Zowe Version 1 ends on Sept. 30, 2024. Follow this guide to migrate to Zowe Version 2.', - textColor: '#000', - }, docs: { sidebar: { hideable: true diff --git a/release-handbook/creating_site_banner.md b/release-handbook/creating_site_banner.md index ae61ed2d1f..ce587b64a9 100644 --- a/release-handbook/creating_site_banner.md +++ b/release-handbook/creating_site_banner.md @@ -27,7 +27,7 @@ Depending on the changes you make, you also might need to edit the `custom.css` 1. In the `docs-site` repository, find the `docusaurus.config.js` file and open it. -2. After `themeConfig: {:` (in Line 26), add the following code: +2. After `themeConfig: {:` (in Line 31), add the following code: ``` announcementBar: {