From ddb24a4fad0fc94a13e9b4a95ee529907f4b50da Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Wed, 15 May 2024 14:03:58 -0700 Subject: [PATCH] chore: fixed page location --- docs/docs-content/tenant-settings/add-registry.md | 2 +- .../tenant-settings/api-key-management.md | 2 +- docs/docs-content/tenant-settings/login-banner.md | 2 +- .../palette-resource-limits.md | 12 ++++++------ docs/docs-content/tenant-settings/tenant-settings.md | 2 ++ redirects.js | 4 ++++ 6 files changed, 15 insertions(+), 9 deletions(-) rename docs/docs-content/{user-management => tenant-settings}/palette-resource-limits.md (88%) diff --git a/docs/docs-content/tenant-settings/add-registry.md b/docs/docs-content/tenant-settings/add-registry.md index 0619eb8592..0c049162b5 100644 --- a/docs/docs-content/tenant-settings/add-registry.md +++ b/docs/docs-content/tenant-settings/add-registry.md @@ -4,7 +4,7 @@ title: "Add Tenant-Level Registry" description: "Learn how to add a tenant-level registry in Palette." icon: "" hide_table_of_contents: false -sidebar_position: 60 +sidebar_position: 10 tags: ["enterprise", "management", "registry"] --- diff --git a/docs/docs-content/tenant-settings/api-key-management.md b/docs/docs-content/tenant-settings/api-key-management.md index 0a3b7565dd..7dd8908afa 100644 --- a/docs/docs-content/tenant-settings/api-key-management.md +++ b/docs/docs-content/tenant-settings/api-key-management.md @@ -4,7 +4,7 @@ title: "API Key Management" description: "Learn how to set a login banner for your Palette tenant." icon: "" hide_table_of_contents: false -sidebar_position: 0 +sidebar_position: 20 tags: ["tenant-administration", "authentication", "api-key"] --- diff --git a/docs/docs-content/tenant-settings/login-banner.md b/docs/docs-content/tenant-settings/login-banner.md index fb7396fc6e..781c17a93f 100644 --- a/docs/docs-content/tenant-settings/login-banner.md +++ b/docs/docs-content/tenant-settings/login-banner.md @@ -4,7 +4,7 @@ title: "Login Banner" description: "Learn how to set a login banner for your Palette tenant." icon: "" hide_table_of_contents: false -sidebar_position: 0 +sidebar_position: 30 tags: ["tenant-administration"] --- diff --git a/docs/docs-content/user-management/palette-resource-limits.md b/docs/docs-content/tenant-settings/palette-resource-limits.md similarity index 88% rename from docs/docs-content/user-management/palette-resource-limits.md rename to docs/docs-content/tenant-settings/palette-resource-limits.md index b6c295fcae..07ed7cc445 100644 --- a/docs/docs-content/user-management/palette-resource-limits.md +++ b/docs/docs-content/tenant-settings/palette-resource-limits.md @@ -1,17 +1,17 @@ --- -sidebar_label: "Resource Limits" +sidebar_label: "Default Resource Limits" title: "Default Resource Limits" description: "Understand the default resource limits for Palette and learn how to set resource limits for your Palette tenant." icon: "" hide_table_of_contents: false -sidebar_position: 40 -tags: ["user-management"] +sidebar_position: 25 +tags: ["tenant-administration"] --- -Tenant admins can set and update resource limits for Palette. The resource limits determine the maximum number of -resources that can be created in Palette. The resource limits are set at the tenant level and apply to all projects in -the tenant. +Tenant administrators can set and update resource limits for Palette. The resource limits determine the maximum number +of resources that can be created in Palette. The resource limits are set at the tenant level and apply to all projects +in the tenant. The following table lists the default resource limits for Palette: diff --git a/docs/docs-content/tenant-settings/tenant-settings.md b/docs/docs-content/tenant-settings/tenant-settings.md index d8c097d821..a895c0e285 100644 --- a/docs/docs-content/tenant-settings/tenant-settings.md +++ b/docs/docs-content/tenant-settings/tenant-settings.md @@ -36,6 +36,8 @@ Use the following resources to become familiar with the available tenant setting - [API Key Management](api-key-management.md) +- [Default Resource Limits](./palette-resource-limits.md) + - [Login Banner](login-banner.md) - [Projects](./projects/projects.md) diff --git a/redirects.js b/redirects.js index 19a83b69d4..32b9b22d2e 100644 --- a/redirects.js +++ b/redirects.js @@ -492,6 +492,10 @@ const redirects = [ from: "/palette-cli/commands/validator/", to: "/automation/palette-cli/commands/validator/", }, + { + from: "/user-management/palette-resource-limits/", + to: "/tenant-settings/palette-resource-limits/", + }, ]; module.exports = redirects;