diff --git a/docs/api/getting-started.md b/docs/api/getting-started.md
index b96c3aac98..e1de542761 100644
--- a/docs/api/getting-started.md
+++ b/docs/api/getting-started.md
@@ -2,7 +2,7 @@
id: getting-started
title: API Authentication, Endpoints, and Security
sidebar_label: Authentication and Endpoints
-description: This guide contains information about API authentication and the Sumo Logic endpoints to use for your API client.
+description: Authenticate and connect to Sumo Logic APIs. Learn how to set up access keys and find the right endpoint for your deployment region.
---
import useBaseUrl from '@docusaurus/useBaseUrl';
diff --git a/docs/api/index.md b/docs/api/index.md
index 8623929841..d63d80f58b 100644
--- a/docs/api/index.md
+++ b/docs/api/index.md
@@ -8,18 +8,17 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
Use the Sumo Logic Application Programming Interfaces (APIs) to interact with our platform and access resources and data programmatically from third-party scripts and apps.
-:::sumo Get Help
-To connect with other Sumo Logic users, post feedback, or ask a question, visit the [Sumo Logic API and Apps Forum](https://support.sumologic.com/support/s/topic/0TO6Q000000gTC8WAM/apis?tabset-cabe3=2) and [Sumo Dojo](http://slack.sumologic.com/).
-:::
-
-
-
+
})
Authentication and Endpoints
-
API authentication and the Sumo Logic endpoints to use for your API client.
+
Get your API credentials and endpoint URL to start using the Sumo Logic APIs.
-
+
+
+
+
+
})
Access Keys
@@ -187,7 +186,7 @@ To connect with other Sumo Logic users, post feedback, or ask a question, visit
@@ -261,3 +260,7 @@ To connect with other Sumo Logic users, post feedback, or ask a question, visit
+
+:::sumo Get Help
+To connect with other Sumo Logic users, post feedback, or ask a question, visit the [Sumo Logic API and Apps Forum](https://support.sumologic.com/support/s/topic/0TO6Q000000gTC8WAM/apis?tabset-cabe3=2) and [Sumo Dojo](http://slack.sumologic.com/).
+:::
diff --git a/docs/api/role-management-v2.md b/docs/api/role-management-v2.md
index e871fe8778..bd1f681b14 100644
--- a/docs/api/role-management-v2.md
+++ b/docs/api/role-management-v2.md
@@ -1,8 +1,8 @@
---
id: role-management-v2
-title: Role Management APIs V2 (Beta)
+title: Role Management APIs V2
sidebar_label: Roles V2
-description: Role Management APIs V2 (Beta) allow you to manage roles from HTTP endpoints.
+description: Role Management APIs V2 allow you to manage roles from HTTP endpoints.
---
import useBaseUrl from '@docusaurus/useBaseUrl';
@@ -11,8 +11,6 @@ import ApiRoles from '../reuse/api-roles.md';
- Beta
-
Roles determine the functions that users are able to perform in Sumo Logic. The Role Management API (V2) allows you to configure access on partitions and manage roles from HTTP endpoints.
To manage roles, you must have an administrator role or your role must have been assigned the [Manage Users and Roles](/docs/manage/users-roles/) capability.
diff --git a/src/css/sumo.scss b/src/css/sumo.scss
index 9f2a4c29e6..668def513e 100644
--- a/src/css/sumo.scss
+++ b/src/css/sumo.scss
@@ -1097,15 +1097,13 @@ html[data-theme='dark'] .node polygon {
}
.boxwidetop {
- margin-bottom: 30px;
- padding: 8px;
- font-size: .9rem;
-}
-
-.boxwidebottom {
+ flex-basis: 100%;
+ max-width: calc(3 * 225px + 2 * 50px);
+ width: 100%;
margin-top: 30px;
padding: 8px;
- font-size: .9rem;
+ font-size: 0.9rem;
+ align-self: flex-start;
}
.smallbox h4 {