Skip to content

Commit

Permalink
chore: fixed page location
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed May 15, 2024
1 parent 6e800f7 commit ddb24a4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/docs-content/tenant-settings/add-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
---

Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/tenant-settings/api-key-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
---

Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/tenant-settings/login-banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 2 additions & 0 deletions docs/docs-content/tenant-settings/tenant-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 4 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit ddb24a4

Please sign in to comment.