The openvidu.io web is generated with Jekyll.
- Clone openvidu.io repository
https://github.com/OpenVidu/openvidu.io
- To locally preview the changes, you can execute the following command in the root folder of the repository (you need Docker installed) and visit
localhost:4000
:
docker run --rm --volume=$PWD:/srv/jekyll -p 4000:4000 -it jekyll/jekyll:4.2.0 jekyll serve
(Run fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
to increase the number of files that can be monitored if any problem appears when running this docker container)
The openvidu.io documentation is generated with MkDocs.
To add documentation go to openvidu.io-docs project