We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ab113 commit c5fb708Copy full SHA for c5fb708
tools/build_documentation.sh
@@ -28,7 +28,7 @@ rm "$AUTO_GENERATED"/rest_api_doc_spec_tmp.yaml
28
29
30
echo "Generating Rest Api Docs from Spec File..."
31
-npx --yes redoc-cli build "$AUTO_GENERATED"/rest_api_doc_spec.yaml --template "$SCRIPT_DIR"/templates/rest_api_html_template.hbs --output "$AUTO_GENERATED"/rest_api_doc.html
+npx --yes @redocly/cli build-docs "$AUTO_GENERATED"/rest_api_doc_spec.yaml --template "$SCRIPT_DIR"/templates/rest_api_html_template.hbs --output "$AUTO_GENERATED"/rest_api_doc.html
32
33
mkdir -p "$SCRIPT_DIR"/../website/static/yaml/
34
mkdir -p "$SCRIPT_DIR"/../website/static/html/
0 commit comments