Skip to content

Commit

Permalink
Remove "unmaintained" banner for 2.5.0 (redhat-developer#5884)
Browse files Browse the repository at this point in the history
**What type of PR is this:**

<!--
Add one of the following kinds:
/kind bug
/kind feature
/kind cleanup
/kind tests

Feel free to use other [labels](https://github.com/redhat-developer/odo/labels) as needed. However one of the above labels must be present or the PR will not be reviewed. This instruction is for reviewers as well.
-->

/kind documentation

**What does this PR do / why we need it:**

Removes the "unmaintained" part of website when it refers to 2.5.0

**Which issue(s) this PR fixes:**
<!--
Specifying the issue will automatically close it when this PR is merged
-->

N/A

**How to test changes / Special notes to the reviewer:**

Signed-off-by: Charlie Drage <[email protected]>
  • Loading branch information
cdrage committed Aug 31, 2022
1 parent b03fcf3 commit 97ecb67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,13 @@ module.exports = {
current: {
label: '3.0.0 (Alpha 2) 🚧',
badge: true,
banner: 'none',
},
'2.5.0': {
label: '2.5.0 (Stable) 🚀',
path: '2.5.0',
badge: true,
banner: 'none',
},
},
sidebarPath: require.resolve('./sidebars.js'),
Expand Down

0 comments on commit 97ecb67

Please sign in to comment.