Skip to content

Commit

Permalink
Reorganize releases tab
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Sep 23, 2024
1 parent 2ef5a91 commit 67c048a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ title: Releases
Release notes for Jitsi Meet are kept [here](https://github.com/jitsi/jitsi-meet-release-notes).
:::

## Mobile apps / sdks
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<Tabs queryString="release">
<TabItem value="mobile" label="Mobile" default>
### Apps

| Android | Android (F-Droid) | iOS |
Expand All @@ -29,17 +32,15 @@ developed you can also sign up for our open beta testing here:
| Android | iOS |
| :--: | :--: |
| [Maven repository](https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-android-sdk#use-pre-build-sdk-artifactsbinaries) | [CocoaPods](https://cocoapods.org/pods/JitsiMeetSDK)

## Desktop apps

</TabItem>
<TabItem value="desktop" label="Desktop">
| Windows | macOS | GNU/Linux (AppImage) | GNU/Linux (Deb) |
| :--: | :--: | :--: | :--: |
| [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet.exe) | [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet.dmg) | [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet-x86_64.AppImage) | [Download](https://github.com/jitsi/jitsi-meet-electron/releases/latest/download/jitsi-meet-amd64.deb) |

The desktop applications are based on Electron. For macOS, it is also available as a `brew` cask which can be installed using `brew install jitsi-meet`.

## Server components

</TabItem>
<TabItem value="server" label="Server">
### Docker images

See the Docker image releases [here](https://github.com/jitsi/docker-jitsi-meet/releases).
Expand All @@ -60,3 +61,5 @@ Prebuilt [source builds](https://download.jitsi.org/jitsi-meet/src/) are also av
:::note
Generally, you won't need to download this, as it's part of the Debian packages and Docker images already.
:::
</TabItem>
</Tabs>

0 comments on commit 67c048a

Please sign in to comment.