All Projects → jitsi → Handbook

jitsi / Handbook

Licence: apache-2.0
The Jitsi Handbook

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Handbook

Code Cookbook
The Haxe Code Cookbook - A community driven resource website for learning Haxe in practise
Stars: ✭ 84 (-13.4%)
Mutual labels:  documentation
Chinese Copywriting Guidelines
Chinese copywriting guidelines for better written communication/中文文案排版指北
Stars: ✭ 10,648 (+10877.32%)
Mutual labels:  documentation
Bisq Docs
@bisq-network documentation at https://docs.bisq.network
Stars: ✭ 94 (-3.09%)
Mutual labels:  documentation
Maze
Maze Applied Reinforcement Learning Framework
Stars: ✭ 85 (-12.37%)
Mutual labels:  documentation
Docpht
With DocPHT you can take notes and quickly document anything and without the use of any database.
Stars: ✭ 90 (-7.22%)
Mutual labels:  documentation
Docs
This repository contains the pfSense Documentation
Stars: ✭ 92 (-5.15%)
Mutual labels:  documentation
Drf Autodocs
Ultimately automated DRF documentation rendering(UNMAINTAINED)
Stars: ✭ 82 (-15.46%)
Mutual labels:  documentation
Learn
👩‍🏫 Learn how to use RunwayML with tutorials, guides, and examples!
Stars: ✭ 95 (-2.06%)
Mutual labels:  documentation
Documentation
Strapi Documentation mono-repo
Stars: ✭ 88 (-9.28%)
Mutual labels:  documentation
Yookassa Github Docs
Stars: ✭ 93 (-4.12%)
Mutual labels:  documentation
Tarsdocs
The documentations of TARS
Stars: ✭ 86 (-11.34%)
Mutual labels:  documentation
Community
Modern Confluence alternative designed for internal & external docs, built with Golang + EmberJS
Stars: ✭ 1,286 (+1225.77%)
Mutual labels:  documentation
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (-5.15%)
Mutual labels:  documentation
Elementsproject.org
Source code for the ElementsProject.org website
Stars: ✭ 84 (-13.4%)
Mutual labels:  documentation
Learn Javascript
This repository is for beginners to start learning JavaScript from Scratch
Stars: ✭ 95 (-2.06%)
Mutual labels:  documentation
Wazuh Documentation
Wazuh - Project documentation
Stars: ✭ 82 (-15.46%)
Mutual labels:  documentation
Gatsby Documentation Starter
Automatically generate docs for React components using MDX, react-docgen, and GatsbyJS
Stars: ✭ 91 (-6.19%)
Mutual labels:  documentation
Attacking Cloudgoat2
A step-by-step walkthrough of CloudGoat 2.0 scenarios.
Stars: ✭ 97 (+0%)
Mutual labels:  documentation
Docs
Cycle ORM Documentation
Stars: ✭ 95 (-2.06%)
Mutual labels:  documentation
Mkdocs macros plugin
Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.
Stars: ✭ 93 (-4.12%)
Mutual labels:  documentation

The Jitsi Handbook

This is The Jitsi Handbook. Your one-stop-shop for Jitsi documentation. It's powered by Docusaurus.

Install dependencies

If you use Windows, you need to install gifsicle:

npm install -g gifsicle

alternative command:

cnpm install gifsicle

If you use Debian/Ubuntu, you need to install dh-autoreconf:

apt-get update
apt-get install dh-autoreconf

If you use MacOS, you need to install automake:

brew install automake

Building the site

The site is built automatically with every push thanks to a GH Actions.

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

cd website
npm install
npm start

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].