Skip to content

jitsi/handbook

Repository files navigation

The Jitsi Handbook

This is The Jitsi Handbook. Your one-stop shop for Jitsi documentation. It's powered by Docusaurus. The documentation website can be found here.

Building the site

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 to build this site. NodeJs can be downloaded from here

If you want to build it locally, follow these simple steps:

  1. Clone the repository
git clone https://github.com/jitsi/handbook.git
  1. Move to the folder where the repository is cloned
cd handbook
  1. Install the dependencies
npm install
  1. Start the website
npm start

The website will be running at 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.

Contributing

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.