Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: marking 2.6.0 as stable #17115

Merged
merged 1 commit into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/administration/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
- install
---

BigBlueButton 2.6 is under active development. We have tools to make it easy for you, a system administrator, to install BigBlueButton on a dedicated linux server. This document shows you how to install.
We have tools to make it easy for you, a system administrator, to install BigBlueButton on a dedicated linux server. This document shows you how to install.

## Before you install

Expand Down
7 changes: 4 additions & 3 deletions docs/docs/new-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ order: 1

## Overview

This document gives you an overview of BigBlueButton 2.6, the latest version of BigBlueButton now in development.

*Note:* This document is DRAFT and will be expanded upon as 2.6 development goes through alpha, beta, and release.
This document gives you an overview of BigBlueButton 2.6.

BigBlueButton 2.6 offers users improved usability, increased engagement, and more performance.

Expand Down Expand Up @@ -207,6 +205,9 @@ Under the hood, BigBlueButton 2.6 installs on Ubuntu 20.04 64-bit, and the follo

For full details on what is new in BigBlueButton 2.6, see the release notes. Recent releases:

- [2.6.0](https://github.com/bigbluebutton/bigbluebutton/releases/tag/v2.6.0)
- [rc.9](https://github.com/bigbluebutton/bigbluebutton/releases/tag/v2.6.0-rc.9)
- [rc.8](https://github.com/bigbluebutton/bigbluebutton/releases/tag/v2.6.0-rc.8)
- [rc.7](https://github.com/bigbluebutton/bigbluebutton/releases/tag/v2.6.0-rc.7)
- [rc.6](https://github.com/bigbluebutton/bigbluebutton/releases/tag/v2.6.0-rc.6)
- [rc.5](https://github.com/bigbluebutton/bigbluebutton/releases/tag/v2.6.0-rc.5)
Expand Down
3 changes: 1 addition & 2 deletions docs/docs/support/road-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,14 @@ We can measure our success by how easily we enable each person to accomplish the

* **Scalability** - We build BigBlueButton to be a highly collaborative environment. Our uses cases are one-to-one (such as student tutoring or coaching), small group collaboration, and one-to-many (recommend 100 users or less in a single session). Even in the one-to-many, you can have 20 users all sharing the webcams and all able to talk. In other words, we didn't build a webinar-type application that restricts usage. Still, we think about scalability in each release and add (and refactor) the product to increase it.

* **API** - BigBlueButton's provides a simple API for integration, and simple is good. The API has enabled a [growing list](https://www.bigbluebutton.org/integrations/) of 3rd party integrations with other open source products. As we work towards 1.0, we want to keep the APIs simple to further encourage integration.
* **API** - BigBlueButton's provides a simple API for integration, and simple is good. The API has enabled a [growing list](https://www.bigbluebutton.org/integrations/) of 3rd party integrations with other open source products.

Obviously, we can't do everything in a single release. If you read through the [release notes](/release-notes, you'll see that we sometimes implement features in phases -- such as record and playback being release first as capturing slides (v 0.80), then as capturing all content (v 0.81), and then with Start/Stop Record button (v 0.9.1) for moderator.

The following sections outline (in no particular order) the road map for BigBlueButton. If your wondering how a feature gets selected, see [how we prioritize features for each release](/support/faq#when-will-feature-x-be-implemented).

If you have feedback on this document, please post to [BigBlueButton-dev](https://groups.google.com/group/bigbluebutton-dev/topics?gvc=2) mailing list.

The latest release is [BigBlueButton 2.2](/administration/install), which provides a full HTML5 client for desktop, laptop, chromebook, and mobile (Android 6.0+ and iOS 12.2+).

## Core Features

Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const FeatureList: FeatureItem[] = [
Svg: require('@site/static/img/icon_new.svg').default,
description: (
<>
Discover the new features of BigBlueButton in version 2.6 (still under development).
Discover the new features of BigBlueButton in version 2.6.
</>
),
actionText: "Discover",
Expand Down