We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7707032 commit be94b43Copy full SHA for be94b43
1 file changed
unified-doc/build-docs.sh
@@ -321,10 +321,6 @@ mkdir -p "${SDK_ROOT_TARGET}"
321
# -d = skip docusaurus build (unified-doc does its own build)
322
"${script_dir}/_remotes/openziti/gendoc.sh" -d "${OTHER_FLAGS[@]}"
323
324
-# --- GENERATE SELFHOSTED CHANGELOG ---
325
-echo "Generating selfhosted changelog from CHANGELOG file..."
326
-node "${script_dir}/_remotes/selfhosted/docusaurus/scripts/generate-changelog.mjs"
327
-
328
# --- DOCUSAURUS BUILD ---
329
pushd "${script_dir}" >/dev/null
330
yarn install
0 commit comments