Merge pull request #17389 from GuiLeme/issue-17157

docs: fixed reseting to default version in bbb documentation
This commit is contained in:
Anton Georgiev 2023-03-31 17:04:06 -04:00 committed by GitHub
commit 0c8dee53e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,10 +97,30 @@ const config = {
},
items: [
{to: 'https://bigbluebutton.org/teachers/tutorials/', label: 'Teaching', position: 'left'},
{to: '/development/guide', label: 'Development', position: 'left'},
{to: '/administration/install', label: 'Administration', position: 'left'},
{to: '/greenlight/v2/overview', label: 'Greenlight', position: 'left'},
{to: '/new-features', label: 'New Features', position: 'left'},
{
type: 'doc',
position: 'left',
docId: 'development/guide',
label: 'Development',
},
{
type: 'doc',
position: 'left',
docId: 'administration/install',
label: 'Administration',
},
{
type: 'doc',
position: 'left',
docId: 'greenlight/v2/overview',
label: 'Greenlight',
},
{
type: 'doc',
position: 'left',
docId: 'new-features',
label: 'New Features',
},
{
type: 'docsVersionDropdown',
position: 'right',