| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Visit at https://livekit-tutorials.openvidu.io/.
Create custom Docker image with necessary extra plugings:
docker build --pull --no-cache --rm=true -t squidfunk/mkdocs-material .Serve:
docker run --name=mkdocs --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-materialBuild:
docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material buildWhenever any changes are made to the tutorials documentation, theses changes must be also reflected in repository openvidu.io so they end up available in openvidu.io/latest/docs/getting-started.
To apply changes in the web openvidu.io:
| Back | FazBrowse Home | New Git URL |