link documentation to mediamtx.org (#4912)

This commit is contained in:
Alessandro Ros 2025-08-30 14:56:11 +02:00 committed by GitHub
parent 619d84abd5
commit 1a5e736b59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 2735 additions and 2789 deletions

View file

@ -1,10 +0,0 @@
define DOCKERFILE_APIDOCS_GEN
FROM $(NODE_IMAGE)
RUN yarn global add redoc-cli@0.13.7
endef
export DOCKERFILE_APIDOCS_GEN
apidocs:
echo "$$DOCKERFILE_APIDOCS_GEN" | docker build . -f - -t temp
docker run --rm -v "$(shell pwd)/api:/s" -w /s temp \
sh -c "redoc-cli bundle openapi.yaml"