From 1d5f7bc5e41e76558d87f47bb04194585a054cfe Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Fri, 25 Apr 2025 15:57:54 -0700 Subject: [PATCH 1/2] Remove beta tag - Role Management API (V2) --- docs/api/getting-started.md | 2 +- docs/api/index.md | 11 +++++++---- docs/api/role-management-v2.md | 6 ++---- 3 files changed, 10 insertions(+), 9 deletions(-) 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 44297850d2..40f2aaf243 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -12,14 +12,17 @@ Use the Sumo Logic Application Programming Interfaces (APIs) to interact with ou 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/). ::: -
-
+
icon

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.

+ +
+ +
Thumbnail icon

Access Keys

@@ -187,7 +190,7 @@ To connect with other Sumo Logic users, post feedback, or ask a question, visit
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'; icon -

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. From 28ddf703ca2c0dde289d7b0d05bee4b772bbaf98 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Fri, 25 Apr 2025 22:07:00 -0700 Subject: [PATCH 2/2] API page changes --- docs/api/index.md | 14 +++++++------- src/css/sumo.scss | 12 +++++------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/docs/api/index.md b/docs/api/index.md index 40f2aaf243..f257eb439b 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -8,17 +8,13 @@ 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/). -::: - - -
+
+
icon

Authentication and Endpoints

Get your API credentials and endpoint URL to start using the Sumo Logic APIs.

-
+

@@ -259,3 +255,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/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 {