Skip to content

Commit 591b6e8

Browse files
authored
Remove beta tag - Role Management API (V2) (#5324)
* Remove beta tag - Role Management API (V2) * API page changes
1 parent 3063e29 commit 591b6e8

File tree

4 files changed

+20
-21
lines changed

4 files changed

+20
-21
lines changed

docs/api/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: getting-started
33
title: API Authentication, Endpoints, and Security
44
sidebar_label: Authentication and Endpoints
5-
description: This guide contains information about API authentication and the Sumo Logic endpoints to use for your API client.
5+
description: Authenticate and connect to Sumo Logic APIs. Learn how to set up access keys and find the right endpoint for your deployment region.
66
---
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';

docs/api/index.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,17 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
88

99
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.
1010

11-
:::sumo Get Help
12-
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/).
13-
:::
14-
1511
<div className="box-wrapper" markdown="1">
16-
17-
<div className="box smallbox card">
12+
<div className="box boxwidetop card">
1813
<div className="container">
1914
<a href="/docs/api/getting-started"><img src={useBaseUrl('img/icons/cloud/api2.png')} alt="icon" width="50"/><h4>Authentication and Endpoints</h4></a>
20-
<p>API authentication and the Sumo Logic endpoints to use for your API client.</p>
15+
<p>Get your API credentials and endpoint URL to start using the Sumo Logic APIs.</p>
2116
</div>
22-
</div>
17+
</div></div>
18+
19+
<br/>
20+
21+
<div className="box-wrapper" markdown="1">
2322
<div className="box smallbox card">
2423
<div className="container">
2524
<a href="/docs/api/access-keys"><img src={useBaseUrl('img/icons/security/security.png')} alt="Thumbnail icon" width="50"/><h4>Access Keys</h4></a>
@@ -187,7 +186,7 @@ To connect with other Sumo Logic users, post feedback, or ask a question, visit
187186
</div>
188187
<div className="box smallbox card">
189188
<div className="container">
190-
<a href="/docs/api/role-management-v2"><img src={useBaseUrl('img/icons/operations/role-based-access.png')} alt="Thumbnail icon" width="50"/><h4>Roles v2 (Beta)</h4></a>
189+
<a href="/docs/api/role-management-v2"><img src={useBaseUrl('img/icons/operations/role-based-access.png')} alt="Thumbnail icon" width="50"/><h4>Roles v2</h4></a>
191190
</div>
192191
</div>
193192
<div className="box smallbox card">
@@ -261,3 +260,7 @@ To connect with other Sumo Logic users, post feedback, or ask a question, visit
261260
</div>
262261
</div>
263262
</div>
263+
264+
:::sumo Get Help
265+
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/).
266+
:::

docs/api/role-management-v2.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
id: role-management-v2
3-
title: Role Management APIs V2 (Beta)
3+
title: Role Management APIs V2
44
sidebar_label: Roles V2
5-
description: Role Management APIs V2 (Beta) allow you to manage roles from HTTP endpoints.
5+
description: Role Management APIs V2 allow you to manage roles from HTTP endpoints.
66
---
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
@@ -11,8 +11,6 @@ import ApiRoles from '../reuse/api-roles.md';
1111

1212
<img src={useBaseUrl('img/icons/operations/role-based-access.png')} alt="icon" width="50"/>
1313

14-
<p> <a href="/docs/beta"><span className="beta">Beta</span></a> </p>
15-
1614
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.
1715

1816
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.

src/css/sumo.scss

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,15 +1097,13 @@ html[data-theme='dark'] .node polygon {
10971097
}
10981098

10991099
.boxwidetop {
1100-
margin-bottom: 30px;
1101-
padding: 8px;
1102-
font-size: .9rem;
1103-
}
1104-
1105-
.boxwidebottom {
1100+
flex-basis: 100%;
1101+
max-width: calc(3 * 225px + 2 * 50px);
1102+
width: 100%;
11061103
margin-top: 30px;
11071104
padding: 8px;
1108-
font-size: .9rem;
1105+
font-size: 0.9rem;
1106+
align-self: flex-start;
11091107
}
11101108

11111109
.smallbox h4 {

0 commit comments

Comments
 (0)