Skip to content

Commit 5af2a10

Browse files
authored
docs(config): update v7 to latest version (#2862)
1 parent 73f3e02 commit 5af2a10

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docusaurus.config.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -281,16 +281,10 @@ module.exports = {
281281
return `https://github.com/ionic-team/ionic-docs/edit/main/${versionDocsDirPath}/${docPath}`;
282282
},
283283
exclude: ['README.md'],
284-
lastVersion: 'v6',
284+
lastVersion: 'current',
285285
versions: {
286286
current: {
287-
label: 'v7 (beta)',
288-
banner: 'unreleased',
289-
path: 'v7',
290-
},
291-
v6: {
292-
label: 'v6',
293-
banner: 'none',
287+
label: 'v7',
294288
},
295289
},
296290
},

0 commit comments

Comments
 (0)