From b23e047934ceb8a024f888d1e9abf4e0a9923329 Mon Sep 17 00:00:00 2001
From: "dev-docs-github-app-dev[bot]"
<178211755+dev-docs-github-app-dev[bot]@users.noreply.github.com>
Date: Mon, 14 Apr 2025 21:18:25 +0000
Subject: [PATCH 1/2] Update file
---
docusaurus/docs/cms/features/admin-panel.md | 37 ++++++++++++++++++---
1 file changed, 33 insertions(+), 4 deletions(-)
diff --git a/docusaurus/docs/cms/features/admin-panel.md b/docusaurus/docs/cms/features/admin-panel.md
index ce220a0b12..3755639d22 100644
--- a/docusaurus/docs/cms/features/admin-panel.md
+++ b/docusaurus/docs/cms/features/admin-panel.md
@@ -3,10 +3,10 @@ title: Admin panel
description: Learn to use the admin panel.
toc_max_heading_level: 5
tags:
-- admin panel
-- profile
-- light mode
-- dark mode
+ - admin panel
+ - profile
+ - light mode
+ - dark mode
---
# Administration panel
@@ -130,6 +130,35 @@ Both logos can also be customized programmatically via the Strapi application's
}}
/>
+### Managing admin seats
+
+**Path to configure the admin panel:** *Settings > Global settings > Overview*
+
+The Admin Seats section displays information about the number of admin seats in use and the total number of permitted seats. This information is crucial for managing your Strapi application's user capacity.
+
+
+
+The Admin Seats section shows:
+
+- The current number of seats in use
+- The total number of permitted seats
+- A warning icon if you're at or over the seat limit
+
+If you're using all available seats or have exceeded the limit, you'll see options to manage your seats:
+
+- For Self-Hosted (Gold) users: A "Contact sales" link to request additional seats
+- For Cloud users: A "Manage seats" link to adjust your seat allocation
+
+:::note
+If you're over the seat limit, you won't be able to invite new users until you either increase your seat allocation or remove existing users.
+:::
+
## Usage
:::caution
From d0503c1eb2b6cc9d2d75f6f63daccf5d65c5fbfe Mon Sep 17 00:00:00 2001
From: "dev-docs-github-app-dev[bot]"
<178211755+dev-docs-github-app-dev[bot]@users.noreply.github.com>
Date: Mon, 14 Apr 2025 21:19:44 +0000
Subject: [PATCH 2/2] Update file
---
docusaurus/docs/cms/api/rest.md | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/docusaurus/docs/cms/api/rest.md b/docusaurus/docs/cms/api/rest.md
index 72b8c61e52..8c501a1078 100644
--- a/docusaurus/docs/cms/api/rest.md
+++ b/docusaurus/docs/cms/api/rest.md
@@ -1,15 +1,17 @@
----
+---
title: REST API reference
-description: Interact with your Content-Types using the REST API endpoints Strapi generates for you.
+description: >-
+ Interact with your Content-Types using the REST API endpoints Strapi generates
+ for you.
displayed_sidebar: cmsSidebar
tags:
-- API
-- Content API
-- documentId
-- Documents
-- plural API ID
-- REST API
-- singular API ID
+ - API
+ - Content API
+ - documentId
+ - Documents
+ - plural API ID
+ - REST API
+ - singular API ID
---
# REST API reference