Skip to content

Commit 8bc8039

Browse files
authored
site: remove deprecation banner from 0.7 (#2211)
**Description** Remove the deprecation banner from the 0.7 docs. **Related Issues/PRs (if applicable)** Related to: #2177 **Special notes for reviewers (if applicable)** N/A Signed-off-by: Ignasi Barrera <nacx@apache.org>
1 parent 1db3a15 commit 8bc8039

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

site/docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ const config: Config = {
9999
path: '/',
100100
banner: 'none'
101101
},
102+
'0.7': {
103+
label: '0.7',
104+
path: '0.7',
105+
banner: 'none'
106+
},
102107
'0.6': {
103108
label: '0.6',
104109
path: '0.6',

0 commit comments

Comments
 (0)