Skip to content

Commit

Permalink
Merge pull request bigbluebutton#20574 from antobinary/docs-plugins
Browse files Browse the repository at this point in the history
docs: First cut of a Plugins page (unlisted for the moment)
  • Loading branch information
antobinary authored Jun 24, 2024
2 parents 9639f70 + 0e48465 commit b1bf10b
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 17 deletions.
11 changes: 7 additions & 4 deletions docs/docs/new-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,13 @@ We have enhanced the view of the polling results that appear over the whiteboard
We have made significant changes to the architecture of BigBlueButton and have introduced support to plugins -- optional custom modules included in the client which allow expanding the capabilities of BigBlueButton. A data channel is provided to allow for data exchange between clients. See the [HTML5 Plugin SDK](https://github.com/bigbluebutton/bigbluebutton-html-plugin-sdk) for examples and more information.

At the moment of writing these documentation, the official list of plugins includes:
- [Select Random User](https://github.com/bigbluebutton/plugins/tree/main/pick-random-user-plugin)
- [Generic Link Share](https://github.com/bigbluebutton/plugins/tree/main/generic-link-share)
- [Session Share](https://github.com/bigbluebutton/plugins/tree/main/session-share)
- [Decrease external video's volume on speak](https://github.com/bigbluebutton/plugins/tree/main/decrease-volume-on-speak)
- [Select Random User](https://github.com/bigbluebutton/plugin-pick-random-user)
- [Share a link](https://github.com/bigbluebutton/plugin-generic-link-share)
- [H5P plugin for BigBlueButton](https://github.com/bigbluebutton/plugin-h5p)
- [Session share](https://github.com/bigbluebutton/plugin-session-share)
- [Decrease the volume of external video when someone speaks](https://github.com/bigbluebutton/plugin-decrease-volume-on-speak)
- [Typed captions](https://github.com/bigbluebutton/plugin-typed-captions)
- [Source code highlight](https://github.com/bigbluebutton/plugin-code-highlight)

#### Replaced Akka framework with Pekko

Expand Down
23 changes: 23 additions & 0 deletions docs/docs/plugins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Plugins for BigBlueButton

### What they are


### How to use


### List of official plugins

This list is updated periodically. All official plugins can be found at our [GitHub plugins repository list](https://github.com/orgs/bigbluebutton/repositories?language=&q=plugin-&sort=&type=public)

- [H5P plugin for BigBlueButton](https://github.com/bigbluebutton/plugin-h5p)
- [Select random user](https://github.com/bigbluebutton/plugin-pick-random-user)
- [Typed captions](https://github.com/bigbluebutton/plugin-typed-captions)
- [Decrease the volume of external video when someone speaks](https://github.com/bigbluebutton/plugin-decrease-volume-on-speak)
- [Share a link](https://github.com/bigbluebutton/plugin-generic-link-share)
- [Session share](https://github.com/bigbluebutton/plugin-session-share)
- [Source code highlight](https://github.com/bigbluebutton/plugin-code-highlight)

### Building information


1 change: 1 addition & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const config = {
{to: '/administration/install', label: 'Administration', position: 'left'},
{to: '/greenlight/v3/install', label: 'Greenlight', position: 'left'},
{to: '/new-features', label: 'New Features', position: 'left'},
// {to: '/plugins', label: 'Plugins', position: 'left'},
{to: '/support/getting-help', label: 'Support', position: 'left'},
{
type: 'docsVersionDropdown',
Expand Down
26 changes: 13 additions & 13 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1bf10b

Please sign in to comment.