File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ if [ "$PRODUCT" = "ce" ]; then
31
31
python3 " $THIS_DIR /gen.py" ce > directory.json
32
32
docker run -p ${HOST_PORT} :8080 -it --name " $CONTAINER_NAME " \
33
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 \
34
+ -v " $THIS_DIR " /en_US:/app/docs/en/emqx/ latest \
35
+ -v " $THIS_DIR " /zh_CN:/app/docs/zh/emqx/ latest \
36
36
-v " $THIS_DIR " /swagger:/app/docs/.vitepress/public/api \
37
- -e DOCS_TYPE=broker \
37
+ -e DOCS_TYPE=emqx \
38
38
-e VERSION=latest \
39
- ghcr.io/emqx/emqx-io-docs -next:latest
39
+ ghcr.io/emqx/docs- emqx-com -next:latest
40
40
else
41
41
python3 " $THIS_DIR /gen.py" ee > directory_ee.json
42
42
docker run -p ${HOST_PORT} :8080 -it --name " $CONTAINER_NAME " \
You can’t perform that action at this time.
0 commit comments