Merge pull request #17386 from scouillard/set-glv3-as-default
fix(docs): set Greenlight v3 as default reference for Greenlight
This commit is contained in:
commit
f1e3f58ff8
@ -68,7 +68,7 @@ Major features in this release include:
|
||||
|
||||
* **Faster Screen Sharing** - Screen sharing now is faster, works across all browsers (using a Java application that launches outside the browser), and captures the cursor (see [video](https://www.youtube.com/watch?v=xTFuEvmEqB0)).
|
||||
|
||||
* **Greenlight** - Administrators can install a new front-end, called Greenlight, that makes it easy for users to quickly creating meetings, invite others, and manage recordings on a BigBlueButton server. Using Docker, administrators can [install](/greenlight/v2/overview) on the BigBlueButton server itself (no need for a separate server). Greenlight is written in Rails 5 and can be easily customized by any rails developer (see [source on GitHub](https://github.com/bigbluebutton/greenlight)).
|
||||
* **Greenlight** - Administrators can install a new front-end, called Greenlight, that makes it easy for users to quickly creating meetings, invite others, and manage recordings on a BigBlueButton server. Using Docker, administrators can [install](/greenlight/v3/install) on the BigBlueButton server itself (no need for a separate server). Greenlight is written in Rails 5 and can be easily customized by any rails developer (see [source on GitHub](https://github.com/bigbluebutton/greenlight)).
|
||||
|
||||
* **Ubuntu 16.04 packages** - This release installs on Ubuntu 16.04 64-bit (the most recent long-term support release from Canonical) and uses `systemd` for new start/stop scripts for individual components.
|
||||
|
||||
|
@ -448,7 +448,7 @@ Since BigBlueButton is controlled by its [API](/development/api), there isn't an
|
||||
|
||||
The most common way to use BigBlueButton is to use an existing application that has a plugin. See [list of integrations](https://bigbluebutton.org/integrations/).
|
||||
|
||||
BigBlueButton also comes with an easy-to-use front-end called [Greenlight](/greenlight/v2/overview).
|
||||
BigBlueButton also comes with an easy-to-use front-end called [Greenlight](/greenlight/v3/install).
|
||||
|
||||
|
||||
### Where do I schedule a meeting in BigBlueButton?
|
||||
@ -528,7 +528,7 @@ Absolutely. To see an example of this, check out [GreenLight on our pool of demo
|
||||
|
||||
If you are using Sakai, Moodle, Drupal, Joomla, Wordpress or other systems that already have a [BigBlueButton integration](https://bigbluebutton.org/support), then installing the integration provides the easiest way to enable your users to access BigBlueButton sessions.
|
||||
|
||||
Alternatively, you can set up [Greenlight](/greenlight/v2/overview) to be able to easily manage classrooms.
|
||||
Alternatively, you can set up [Greenlight](/greenlight/v3/install) to be able to easily manage classrooms.
|
||||
|
||||
#### How do I integrate BigBlueButton with my own server
|
||||
|
||||
|
@ -63,7 +63,7 @@ const config = {
|
||||
{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: '/greenlight/v3/install', label: 'Greenlight', position: 'left'},
|
||||
{to: '/new-features', label: 'New Features', position: 'left'},
|
||||
{
|
||||
type: 'docsVersionDropdown',
|
||||
|
@ -64,7 +64,7 @@ const sidebars = {
|
||||
],
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: 'greenlight/v2/overview',
|
||||
id: 'greenlight/v3/install',
|
||||
},
|
||||
}
|
||||
],
|
||||
|
@ -58,7 +58,7 @@ const FeatureList: FeatureItem[] = [
|
||||
</>
|
||||
),
|
||||
actionText: "Greenlight guide",
|
||||
docId: "/greenlight/v2/overview"
|
||||
docId: "/greenlight/v3/install"
|
||||
},
|
||||
{
|
||||
title: 'What\'s new?',
|
||||
|
Loading…
Reference in New Issue
Block a user