diff --git a/packages/docusaurus-theme/package.json b/packages/docusaurus-theme/package.json index 6686b7d..3989b62 100644 --- a/packages/docusaurus-theme/package.json +++ b/packages/docusaurus-theme/package.json @@ -1,6 +1,6 @@ { "name": "@netfoundry/docusaurus-theme", - "version": "0.7.0", + "version": "0.7.1", "description": "NetFoundry Docusaurus theme with shared layout, footer, and styling", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", diff --git a/packages/docusaurus-theme/src/components/NetFoundryHorizontalSection/styles.module.css b/packages/docusaurus-theme/src/components/NetFoundryHorizontalSection/styles.module.css index 939d0f1..b5a5991 100644 --- a/packages/docusaurus-theme/src/components/NetFoundryHorizontalSection/styles.module.css +++ b/packages/docusaurus-theme/src/components/NetFoundryHorizontalSection/styles.module.css @@ -3,7 +3,7 @@ flex-grow: 1; flex-direction: column; align-items: center; - background-color: var(--ifm-background-color); + background-color: var(--nf-section-bg, var(--ifm-background-color)); max-width: var(--ziti-max-width); width: 100%; } diff --git a/unified-doc/build-docs.sh b/unified-doc/build-docs.sh index 1960f74..db2fb4c 100755 --- a/unified-doc/build-docs.sh +++ b/unified-doc/build-docs.sh @@ -321,10 +321,6 @@ mkdir -p "${SDK_ROOT_TARGET}" # -d = skip docusaurus build (unified-doc does its own build) "${script_dir}/_remotes/openziti/gendoc.sh" -d "${OTHER_FLAGS[@]}" -# --- GENERATE SELFHOSTED CHANGELOG --- -echo "Generating selfhosted changelog from CHANGELOG file..." -node "${script_dir}/_remotes/selfhosted/docusaurus/scripts/generate-changelog.mjs" - # --- DOCUSAURUS BUILD --- pushd "${script_dir}" >/dev/null yarn install