We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1378e commit 6405e43Copy full SHA for 6405e43
.github/workflows/deploy_docs_legacy.yaml
preview.sh
@@ -31,8 +31,8 @@ if [ "$PRODUCT" = "ce" ]; then
31
python3 "$THIS_DIR/gen.py" ce > directory.json
32
docker run -p ${HOST_PORT}:8080 -it --name "$CONTAINER_NAME" \
33
-v "$THIS_DIR"/directory.json:/app/docs/.vitepress/config/directory.json \
34
- -v "$THIS_DIR"/en_US:/app/docs/en/latest \
35
- -v "$THIS_DIR"/zh_CN:/app/docs/zh/latest \
+ -v "$THIS_DIR"/en_US:/app/docs/en/emqx/latest \
+ -v "$THIS_DIR"/zh_CN:/app/docs/zh/emqx/latest \
36
-v "$THIS_DIR"/swagger:/app/docs/.vitepress/public/api \
37
-e DOCS_TYPE=emqx \
38
-e VERSION=latest \
0 commit comments