diff --git a/docs/for-ops/console/settings/general.md b/docs/for-ops/console/settings/platform.md similarity index 76% rename from docs/for-ops/console/settings/general.md rename to docs/for-ops/console/settings/platform.md index 0d9f459e3..f04ecd546 100644 --- a/docs/for-ops/console/settings/general.md +++ b/docs/for-ops/console/settings/platform.md @@ -1,17 +1,15 @@ --- -slug: general +slug: platform title: Platform settings -sidebar_label: General +sidebar_label: Platform --- ## General Settings -The general settings section offers configuration options for platform and feature flags that influence the way the platform behaves. +The Platform settings section offers configuration options for platform and feature flags that influence the way the platform behaves. | Setting | Description | | ---------------------- | ------------------------ | -| Admin password | The `root` password of the platform. | -| Additional Clusters | A list of additional platform instances to select in the Console. | | Global pull secrets | Add you Dockerhub pull secret. Will be connected to each "default" service account in all platform namespaces. Handy for authenticating with DockerHub to avoid rate limiting. | | Cloud ingress controller | Set this to true when using a cloud specific ingress controller. By default the Nginx Ingress Controller is used. | | External DNS | Set this to true when an external DNS zone is available to manage DNS records. (Expects required `dns:` fields to be set.) | diff --git a/sidebar-docs.js b/sidebar-docs.js index f742bf9e0..1886688ed 100644 --- a/sidebar-docs.js +++ b/sidebar-docs.js @@ -89,7 +89,7 @@ module.exports = { { Settings: [ "for-ops/console/settings/cluster", - "for-ops/console/settings/general", + "for-ops/console/settings/platform", "for-ops/console/settings/key-management", "for-ops/console/settings/alerts", "for-ops/console/settings/dns",