This is The Jitsi Handbook. Your one-stop-shop for Jitsi documentation. It's powered by Docusaurus. The documentation website can be found here.
The site is built automatically with every push thanks to a GH Actions.
NOTE: You need to have Node.Js(>=16) installed in your system in order to build this site. NodeJs can be downloaded from here
If you want to build it locally, follow these simple steps:
- Clone the repository
git clone https://github.com/jitsi/handbook.git
- Move to the folder where the repository is cloned
cd handbook
- Install the dependencies
npm install
- Start the website
npm start
The website will be running in http://127.0.0.1:3000/handbook/
You can now edit the files in the docs
folder and the site will reflect the changes immediately thanks to
live reloading.
We appreciate all contributions to this repository. Please make a Pull Request, no matter how small, all contributions are valuable!
Please follow the given Contributing Guidelines before submitting a pull request.