mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
link documentation to mediamtx.org (#4912)
This commit is contained in:
parent
619d84abd5
commit
1a5e736b59
39 changed files with 2735 additions and 2789 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue