Skip to content

Commit

Permalink
DOCS-2398: Publish CC 20.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctauchen committed Dec 2, 2024
1 parent 2be145d commit acd7541
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,13 +457,17 @@ export default async function createAsyncConfig() {
routeBasePath: 'calico-cloud',
editCurrentVersion: true,
//To see builds for unreleased versions, remove comments in the next line.
onlyIncludeVersions: [...nextVersion, '20-1'],
onlyIncludeVersions: [...nextVersion, '20-2'],
versions: {
current: {
label: 'Next',
path: 'next',
banner: 'unreleased',
},
'20-2': {
path: '/',
banner: 'none',
},
'20-1': {
path: '/',
banner: 'none',
Expand Down

0 comments on commit acd7541

Please sign in to comment.