Merge pull request #18726 from bigbluebutton/antobinary-patch-3

docs: set 2.7 as the current docs version
This commit is contained in:
Anton Georgiev 2023-09-06 20:01:31 -04:00 committed by GitHub
commit 54475f25a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ const config = {
docs: {
routeBasePath: "/",
sidebarPath: require.resolve('./sidebars.js'),
lastVersion: '2.6',
lastVersion: '2.7',
includeCurrentVersion: false,
versions: {
'2.5': {
@ -44,6 +44,9 @@ const config = {
'2.6': {
banner: 'none'
},
'2.7': {
banner: 'none'
},
}
},
theme: {