forked from jitsi/jitsi-meet
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: replace documentation with the handbook
- Leave a link on doc/README,api,quick-install - Moved the cloud API swagger file to resources/ - Merged the coding conventions with CONTRIBUTING.md
- Loading branch information
Showing
18 changed files
with
99 additions
and
1,744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,3 @@ | ||
# Documentation | ||
|
||
This document is the entrypoint to different guides, divided in three groups: | ||
|
||
* User guide: these documents are designed to help users of the service, to better | ||
understand all the available features and how to use them. | ||
|
||
* Developer guide: these documents are designed to help developers who want to either | ||
integrate the Jitsi Meet API / SDK in their products or want to improve Jitsi Meet | ||
itself by developing new features or fixing bugs. | ||
|
||
* DevOps guide: these documents are designed for DevOps folks, system administrators | ||
or anyone who wishes to deploy and operate their own Jitsi Meet instance. | ||
|
||
## User guide | ||
|
||
Work in progress. | ||
|
||
## Developer guides | ||
|
||
### Web | ||
|
||
* [iframe API](https://github.com/jitsi/jitsi-meet/blob/master/doc/api.md) | ||
* [Jitsi Meet development](https://github.com/jitsi/jitsi-meet/blob/master/doc/development.md) | ||
|
||
### Mobile | ||
|
||
* [Building the mobile apps](https://github.com/jitsi/jitsi-meet/blob/master/doc/mobile.md) | ||
* [SDK usage examples](https://github.com/jitsi/jitsi-meet-sdk-samples) | ||
* [Enabling Dropbox support](https://github.com/jitsi/jitsi-meet/blob/master/doc/mobile-dropbox.md) | ||
* [Enabling Google authentication](https://github.com/jitsi/jitsi-meet/blob/master/doc/mobile-google-auth.md) | ||
|
||
## DevOps guides | ||
|
||
* [Quick install](https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md) | ||
* [Docker install](https://github.com/jitsi/docker-jitsi-meet/blob/master/README.md) | ||
* [Google Calendar, MS Calendar, Dropbox integrations](https://github.com/jitsi/jitsi-meet/blob/master/doc/integrations.md) | ||
* [Video: Installing Jitsi Meet on your own Linux Server](https://jitsi.org/news/new-tutorial-installing-jitsi-meet-on-your-own-linux-server/) | ||
* [Video: How to Load Balance Jitsi Meet](https://jitsi.org/blog/tutorial-video-how-to-load-balance-jitsi-meet/) | ||
* [Video: Scaling Jitsi Meet in the Cloud](https://jitsi.org/blog/new-tutorial-video-scaling-jitsi-meet-in-the-cloud/) | ||
* [Configuring a video SIP gateway](https://github.com/jitsi/jitsi-meet/blob/master/doc/sipgw-config.md) | ||
* [Enabling speaker stats](https://github.com/jitsi/jitsi-meet/blob/master/doc/speakerstats-prosody.md) | ||
* [Enabling TURN](https://github.com/jitsi/jitsi-meet/blob/master/doc/turn.md) | ||
* [Networking FAQ](https://github.com/jitsi/jitsi-meet/blob/master/doc/faq.md) | ||
* [Cloud APIs](https://github.com/jitsi/jitsi-meet/blob/master/doc/cloud-api.md) | ||
* [Manual Installation](https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md) | ||
* [Scalable Installation](https://github.com/jitsi/jitsi-meet/blob/master/doc/scalable-installation.md) | ||
The Jitsi documentation has been moved to [The Handbook](https://jitsi.github.io/handbook/). |
Oops, something went wrong.