Skip to content

Commit

Permalink
Add new version structure
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbcbauer authored Jun 12, 2024
1 parent 6e1bb47 commit dd55334
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,21 @@ const config: Config = {
position: "left",
label: "Operating Model",
},
{
type: 'dropdown',
label: 'Versions',
position: 'left',
items: [
{
to: '/release-management',
label: 'Release Management',
},
{
to: '/CHANGELOG',
label: 'Changelog',
},
],
},
{
type: 'docsVersionDropdown',
position: 'right',
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const FeatureList: FeatureItem[] = [
Svg: require('@site/static/img/support-icon.svg').default,
description: (
<>
PLease provide Fededback/Information/Reuests via <b>GitHub</b> <a href="https://github.com/catenax-eV/catenax-ev.github.io/discussions">discussions</a>
Please provide fededback or requests via GitHub <a href="https://github.com/catenax-eV/catenax-ev.github.io/discussions">discussions</a>
</>
),
},
Expand Down
11 changes: 11 additions & 0 deletions src/pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [24.03] - 2024-03-08

### Added

### Updated

### Unchanged

### Known knowns
1 change: 1 addition & 0 deletions src/pages/release-management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Release management

0 comments on commit dd55334

Please sign in to comment.