Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions site/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ const config: Config = {
path: '/',
banner: 'none'
},
'0.4': {
label: '0.4',
path: '0.4',
banner: 'none'
},
'0.3': {
label: '0.3',
path: '0.3',
Expand Down
4 changes: 2 additions & 2 deletions site/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ const FeatureList: FeatureItem[] = [
),
},
{
title: 'v0.3 Release now available',
title: 'v0.4 Release now available',
image: require('@site/static/img/3.png').default,
description: (
<>
The v0.3 Release of Envoy AI Gateway is now available. See the <a href="/release-notes/v0.3">release notes</a> for more information.
The v0.4 Release of Envoy AI Gateway is now available. See the <a href="/release-notes/v0.4">release notes</a> for more information.
</>
),
},
Expand Down
Loading
Loading