Skip to content

Commit

Permalink
docs(config): update v7 to latest version (#2862)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored Mar 29, 2023
1 parent 73f3e02 commit 5af2a10
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,16 +281,10 @@ module.exports = {
return `https://github.com/ionic-team/ionic-docs/edit/main/${versionDocsDirPath}/${docPath}`;
},
exclude: ['README.md'],
lastVersion: 'v6',
lastVersion: 'current',
versions: {
current: {
label: 'v7 (beta)',
banner: 'unreleased',
path: 'v7',
},
v6: {
label: 'v6',
banner: 'none',
label: 'v7',
},
},
},
Expand Down

0 comments on commit 5af2a10

Please sign in to comment.