diff --git a/build/nginx.conf b/build/nginx.conf
index 05d8223a..8e3022ed 100644
--- a/build/nginx.conf
+++ b/build/nginx.conf
@@ -17,261 +17,261 @@ server {
# this is not a folder, so it needs an explicit redirect to match ALB rules
location = /community {
- return 301 https://$host/community/;
+ return 301 https://help.replicated.com/community/;
}
## Redirects from KB to community
location ~ ^/docs/kb/developer-resources/image-tagging/?$ {
- return 301 https://$host/community/t/docker-image-tagging-suggestions/32;
+ return 301 https://help.replicated.com/community/t/docker-image-tagging-suggestions/32;
}
location ~ ^/docs/kb/developer-resources/domains-required-by-replicated/?$ {
- return 301 https://$host/community/t/domains-required-by-replicated/28;
+ return 301 https://help.replicated.com/community/t/domains-required-by-replicated/28;
}
location ~ ^/docs/kb/developer-resources/multi-node-cassandra/?$ {
- return 301 https://$host/community/t/building-highly-available-cassandra-clusters/37;
+ return 301 https://help.replicated.com/community/t/building-highly-available-cassandra-clusters/37;
}
location ~ ^/docs/kb/supporting-your-customers/http-proxy/?$ {
- return 301 https://$host/community/t/customer-http-proxies/56;
+ return 301 https://help.replicated.com/community/t/customer-http-proxies/56;
}
location ~ ^/docs/kb/developer-resources/validate-your-yaml/?$ {
- return 301 https://$host/community/t/validate-release-yaml-with-replicateds-linter/48;
+ return 301 https://help.replicated.com/community/t/validate-release-yaml-with-replicateds-linter/48;
}
location ~ ^/docs/kb/supporting-your-customers/automated-snapshot-configuration/?$ {
- return 301 https://$host/community/t/automated-snapshot-configuration/50;
+ return 301 https://help.replicated.com/community/t/automated-snapshot-configuration/50;
}
location ~ ^/docs/kb/supporting-your-customers/installing-docker-ee/?$ {
- return 301 https://$host/community/t/installing-docker-enterprise-edition-ee/58;
+ return 301 https://help.replicated.com/community/t/installing-docker-enterprise-edition-ee/58;
}
location ~ ^/docs/kb/supporting-your-customers/dm-set-cookie-failed/?$ {
- return 301 https://$host/community/t/error-message-can-not-set-cookie-dm-set-cookie-failed/54;
+ return 301 https://help.replicated.com/community/t/error-message-can-not-set-cookie-dm-set-cookie-failed/54;
}
location ~ ^/docs/kb/supporting-your-customers/selinux/?$ {
- return 301 https://$host/community/t/selinux-considerations/69;
+ return 301 https://help.replicated.com/community/t/selinux-considerations/69;
}
location ~ ^/docs/kb/supporting-your-customers/cli-alias/?$ {
- return 301 https://$host/community/t/replicated-cli-alias/51;
+ return 301 https://help.replicated.com/community/t/replicated-cli-alias/51;
}
location ~ ^/docs/kb/developer-resources/updating-expiration-on-licenses/?$ {
- return 301 https://$host/community/t/updating-expiration-date-on-licenses/47;
+ return 301 https://help.replicated.com/community/t/updating-expiration-date-on-licenses/47;
}
location ~ ^/docs/kb/developer-resources/custom-license-fields/?$ {
- return 301 https://$host/community/t/using-custom-license-fields/20;
+ return 301 https://help.replicated.com/community/t/using-custom-license-fields/20;
}
location ~ ^/docs/kb/developer-resources/create-promote-release/?$ {
- return 301 https://$host/community/t/create-and-promote-a-release/19;
+ return 301 https://help.replicated.com/community/t/create-and-promote-a-release/19;
}
location ~ ^/docs/kb/developer-resources/zero-downtime-backup/?$ {
- return 301 https://$host/community/t/zero-downtime-backups/49;
+ return 301 https://help.replicated.com/community/t/zero-downtime-backups/49;
}
location ~ ^/docs/kb/developer-resources/local-images/?$ {
- return 301 https://$host/community/t/iterating-with-local-docker-images/35;
+ return 301 https://help.replicated.com/community/t/iterating-with-local-docker-images/35;
}
location ~ ^/docs/kb/developer-resources/local-testing/?$ {
- return 301 https://$host/community/t/testing-applications-locally/36;
+ return 301 https://help.replicated.com/community/t/testing-applications-locally/36;
}
location ~ ^/docs/kb/supporting-your-customers/installing-docker-in-airgapped/?$ {
- return 301 https://$host/community/t/installing-docker-in-airgapped-environments/81;
+ return 301 https://help.replicated.com/community/t/installing-docker-in-airgapped-environments/81;
}
location ~ ^/docs/kb/supporting-your-customers/installation-script/?$ {
- return 301 https://$host/community/t/installation-script/57;
+ return 301 https://help.replicated.com/community/t/installation-script/57;
}
location ~ ^/docs/kb/developer-resources/default-or-value/?$ {
- return 301 https://$host/community/t/populating-config-values-with-commands/21;
+ return 301 https://help.replicated.com/community/t/populating-config-values-with-commands/21;
}
location ~ ^/docs/kb/supporting-your-customers/license-screen/?$ {
- return 301 https://$host/community/t/using-the-license-screen/62;
+ return 301 https://help.replicated.com/community/t/using-the-license-screen/62;
}
location ~ ^/docs/kb/supporting-your-customers/set-up-2fa/?$ {
- return 301 https://$host/community/t/setup-2-factor-authentication-in-the-vendor-portal/70;
+ return 301 https://help.replicated.com/community/t/setup-2-factor-authentication-in-the-vendor-portal/70;
}
location ~ ^/docs/kb/supporting-your-customers/two-factor-licenses/?$ {
- return 301 https://$host/community/t/2-factor-authentication-for-customer-licenses/73;
+ return 301 https://help.replicated.com/community/t/2-factor-authentication-for-customer-licenses/73;
}
location ~ ^/docs/kb/supporting-your-customers/known-docker-workarounds/?$ {
- return 301 https://$host/community/t/known-docker-workarounds/61;
+ return 301 https://help.replicated.com/community/t/known-docker-workarounds/61;
}
location ~ ^/docs/kb/developer-resources/recycling-volumes/?$ {
- return 301 https://$host/community/t/recycling-volume-data/39;
+ return 301 https://help.replicated.com/community/t/recycling-volume-data/39;
}
location ~ ^/docs/kb/(developer-resources|supporting-your-customers)/retraced-viewer-search/?$ {
- return 301 https://$host/community/t/searching-the-audit-log/40;
+ return 301 https://help.replicated.com/community/t/searching-the-audit-log/40;
}
location ~ ^/docs/kb/(developer-resources|supporting-your-customers)/retraced-viewer-tokens/?$ {
- return 301 https://$host/community/t/getting-audit-log-api-tokens/41;
+ return 301 https://help.replicated.com/community/t/getting-audit-log-api-tokens/41;
}
location ~ ^/docs/kb/developer-resources/github-integration-config-files/?$ {
- return 301 https://$host/community/t/github-integration-for-config-files/30;
+ return 301 https://help.replicated.com/community/t/github-integration-for-config-files/30;
}
location ~ ^/docs/kb/supporting-your-customers/data-policy/?$ {
- return 301 https://$host/community/t/replicated-data-transmission-policy/53;
+ return 301 https://help.replicated.com/community/t/replicated-data-transmission-policy/53;
}
location ~ ^/docs/kb/developer-resources/one-click-updates/?$ {
- return 301 https://$host/community/t/setting-up-one-click-updates/38;
+ return 301 https://help.replicated.com/community/t/setting-up-one-click-updates/38;
}
location ~ ^/docs/kb/developer-resources/finding-your-api-token-and-app-id/?$ {
- return 301 https://$host/community/t/finding-your-vendor-api-token-and-app-id/27;
+ return 301 https://help.replicated.com/community/t/finding-your-vendor-api-token-and-app-id/27;
}
location ~ ^/docs/kb/developer-resources/devicemapper-warning/?$ {
- return 301 https://$host/community/t/devicemapper-installation-warning/22;
+ return 301 https://help.replicated.com/community/t/devicemapper-installation-warning/22;
}
location ~ ^/docs/kb/developer-resources/generate-api-token/?$ {
- return 301 https://$host/community/t/generating-a-vendor-api-token/29;
+ return 301 https://help.replicated.com/community/t/generating-a-vendor-api-token/29;
}
location ~ ^/docs/kb/supporting-your-customers/support-bundle-from-cli/?$ {
- return 301 https://$host/community/t/generating-a-support-bundle-from-the-cli/71;
+ return 301 https://help.replicated.com/community/t/generating-a-support-bundle-from-the-cli/71;
}
location ~ ^/docs/kb/developer-resources/github-integration/?$ {
- return 301 https://$host/community/t/integrating-github-with-your-application/31;
+ return 301 https://help.replicated.com/community/t/integrating-github-with-your-application/31;
}
location ~ ^/docs/kb/supporting-your-customers/installing-licenses/?$ {
- return 301 https://$host/community/t/installing-licenses/59;
+ return 301 https://help.replicated.com/community/t/installing-licenses/59;
}
location ~ ^/docs/kb/supporting-your-customers/multichannel-licenses/?$ {
- return 301 https://$host/community/t/multi-channel-licenses/64;
+ return 301 https://help.replicated.com/community/t/multi-channel-licenses/64;
}
location ~ ^/docs/kb/supporting-your-customers/swarm-on-aws/?$ {
- return 301 https://$host/community/t/docker-swarm-on-aws/72;
+ return 301 https://help.replicated.com/community/t/docker-swarm-on-aws/72;
}
location ~ ^/docs/kb/developer-resources/license-controlled-settings/?$ {
- return 301 https://$host/community/t/controlling-config-settings-with-license-settings/34;
+ return 301 https://help.replicated.com/community/t/controlling-config-settings-with-license-settings/34;
}
location ~ ^/docs/kb/developer-resources/docker-file-copy/?$ {
- return 301 https://$host/community/t/copying-files-from-docker-containers/23;
+ return 301 https://help.replicated.com/community/t/copying-files-from-docker-containers/23;
}
location ~ ^/docs/kb/supporting-your-customers/networking-setup/?$ {
- return 301 https://$host/community/t/networking-setup/65;
+ return 301 https://help.replicated.com/community/t/networking-setup/65;
}
location ~ ^/docs/kb/supporting-your-customers/firewalls/?$ {
- return 301 https://$host/community/t/customer-firewalls/55;
+ return 301 https://help.replicated.com/community/t/customer-firewalls/55;
}
location ~ ^/docs/kb/developer-resources/ephemeral-containers/?$ {
- return 301 https://$host/community/t/performing-database-migrations-with-ephemeral-containers/26;
+ return 301 https://help.replicated.com/community/t/performing-database-migrations-with-ephemeral-containers/26;
}
location ~ ^/docs/kb/supporting-your-customers/instance-reporting/?$ {
- return 301 https://$host/community/t/license-installation-reporting/60;
+ return 301 https://help.replicated.com/community/t/license-installation-reporting/60;
}
location ~ ^/docs/kb/supporting-your-customers/update-live-release/?$ {
- return 301 https://$host/community/t/updating-a-live-release/75;
+ return 301 https://help.replicated.com/community/t/updating-a-live-release/75;
}
location ~ ^/docs/kb/supporting-your-customers/restoring-from-a-snapshot/?$ {
- return 301 https://$host/community/t/restoring-from-a-snapshot/68;
+ return 301 https://help.replicated.com/community/t/restoring-from-a-snapshot/68;
}
location ~ ^/docs/kb/supporting-your-customers/creating-an-ami/?$ {
- return 301 https://$host/community/t/creating-an-ami/52;
+ return 301 https://help.replicated.com/community/t/creating-an-ami/52;
}
location ~ ^/docs/kb/developer-resources/branding/?$ {
- return 301 https://$host/community/t/branding-your-configuration-screen/15;
+ return 301 https://help.replicated.com/community/t/branding-your-configuration-screen/15;
}
location ~ ^/docs/kb/supporting-your-customers/logging/?$ {
- return 301 https://$host/community/t/changing-log-levels/63;
+ return 301 https://help.replicated.com/community/t/changing-log-levels/63;
}
location ~ ^/docs/kb/developer-resources/third-party-registries/?$ {
- return 301 https://$host/community/t/using-third-party-registries/45;
+ return 301 https://help.replicated.com/community/t/using-third-party-registries/45;
}
location ~ ^/docs/kb/developer-resources/certs-and-keys/?$ {
- return 301 https://$host/community/t/letting-customers-upload-their-tls-certificates/16;
+ return 301 https://help.replicated.com/community/t/letting-customers-upload-their-tls-certificates/16;
}
location ~ ^/docs/kb/developer-resources/running-commands-on-the-host-os/?$ {
- return 301 https://$host/community/t/running-commands-on-the-host-operating-system/42;
+ return 301 https://help.replicated.com/community/t/running-commands-on-the-host-operating-system/42;
}
location ~ ^/docs/kb/supporting-your-customers/resetting-console-password/?$ {
- return 301 https://$host/community/t/resetting-the-console-password/67;
+ return 301 https://help.replicated.com/community/t/resetting-the-console-password/67;
}
location ~ ^/docs/kb/developer-resources/sequencing-startup/?$ {
- return 301 https://$host/community/t/starting-application-components-in-the-correct-order/43;
+ return 301 https://help.replicated.com/community/t/starting-application-components-in-the-correct-order/43;
}
location ~ ^/docs/kb/developer-resources/config-screen-overview/?$ {
- return 301 https://$host/community/t/using-the-configuration-screen/18;
+ return 301 https://help.replicated.com/community/t/using-the-configuration-screen/18;
}
location ~ ^/docs/kb/developer-resources/smtp/?$ {
- return 301 https://$host/community/t/add-smtp-support-for-applications/44;
+ return 301 https://help.replicated.com/community/t/add-smtp-support-for-applications/44;
}
location ~ ^/docs/kb/supporting-your-customers/update-certs/?$ {
- return 301 https://$host/community/t/updating-tls-certificates-for-on-prem-admin/74;
+ return 301 https://help.replicated.com/community/t/updating-tls-certificates-for-on-prem-admin/74;
}
location ~ ^/docs/kb/developer-resources/travis-ci-releases/?$ {
- return 301 https://$host/community/t/using-replicated-cli-with-travis-ci-to-automate-releases/46;
+ return 301 https://help.replicated.com/community/t/using-replicated-cli-with-travis-ci-to-automate-releases/46;
}
location ~ ^/docs/kb/developer-resources/docker-iptables/?$ {
- return 301 https://$host/community/t/docker-iptables-and-no-chain-error/24;
+ return 301 https://help.replicated.com/community/t/docker-iptables-and-no-chain-error/24;
}
location ~ ^/docs/kb/(developer-resources|supporting-your-customers)/install-known-versions/?$ {
- return 301 https://$host/community/t/installing-known-versions-of-replicated/33;
+ return 301 https://help.replicated.com/community/t/installing-known-versions-of-replicated/33;
}
location ~ ^/docs/kb/developer-resources/circle-ci-releases/?$ {
- return 301 https://$host/community/t/automate-releases-with-circleci/17;
+ return 301 https://help.replicated.com/community/t/automate-releases-with-circleci/17;
}
location ~ ^/docs/kb/developer-resources/docker-links/?$ {
- return 301 https://$host/community/t/using-extra-hosts-in-place-of-docker-links/25;
+ return 301 https://help.replicated.com/community/t/using-extra-hosts-in-place-of-docker-links/25;
}
location ~ ^/docs/kb/supporting-your-customers/pinning-the-release-sequence-of-an-application/?$ {
- return 301 https://$host/community/t/pinning-the-release-sequence-of-an-application/66;
+ return 301 https://help.replicated.com/community/t/pinning-the-release-sequence-of-an-application/66;
}
location ~ ^/docs/kb/service-discovery/?$ {
- return 301 https://$host/community/t/service-discovery-mechanisms-in-the-replicated-native-scheduler/95;
+ return 301 https://help.replicated.com/community/t/service-discovery-mechanisms-in-the-replicated-native-scheduler/95;
}
## Redirects for old docs site
diff --git a/themes/replicated-docs-theme/layouts/partials/header.html b/themes/replicated-docs-theme/layouts/partials/header.html
index 2038c7c5..78d6569c 100644
--- a/themes/replicated-docs-theme/layouts/partials/header.html
+++ b/themes/replicated-docs-theme/layouts/partials/header.html
@@ -38,7 +38,7 @@
/>
- {{ .Hugo.Generator }}
+ {{ .hugo.Generator }}
diff --git a/themes/replicated-docs-theme/layouts/partials/headerWithSearch.html b/themes/replicated-docs-theme/layouts/partials/headerWithSearch.html
index 6c28f37e..9f588fdb 100644
--- a/themes/replicated-docs-theme/layouts/partials/headerWithSearch.html
+++ b/themes/replicated-docs-theme/layouts/partials/headerWithSearch.html
@@ -41,7 +41,7 @@
/>
- {{ .Hugo.Generator }}
+ {{ .hugo.Generator }}