Skip to content

Commit e00db75

Browse files
committed
minor fix
1 parent 03cb434 commit e00db75

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

docs/manage/manage-subscription/create-and-manage-orgs/create-manage-orgs-flex.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: create-manage-orgs-flex
33
title: Create and Manage Orgs (Flex)
4+
sidebar_label: Flex Accounts
45
description: Learn how to create and manage multiple Sumo Logic orgs (Flex).
56
---
67

docs/manage/manage-subscription/create-and-manage-orgs/create-manage-orgs-service-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: create-manage-orgs-service-providers
33
title: Create and Manage Organizations (Service Providers)
4-
sidebar_label: Create and Manage Orgs (Service Providers)
4+
sidebar_label: Service Providers
55
description: For Sumo Logic Service Providers, Sumo Orgs eases the process of provisioning and managing POV Trial orgs in multiple Sumo Logic deployments.
66
---
77

docs/manage/manage-subscription/create-and-manage-orgs/create-manage-orgs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
id: create-manage-orgs
33
title: Create and Manage Orgs
4+
sidebar_label: Credits Accounts
45
description: Learn how to create and manage multiple Sumo Logic orgs.
56
---
67

docs/manage/manage-subscription/create-and-manage-orgs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ title: Create and Manage Orgs
44
description: Learn about how to upgrade your Sumo Logic account plans.
55
---
66

7-
The topics in this guide provide information on how to create and manage your Sumo Logic orgs.
7+
The topics in this guide provide information on how to create and manage your Sumo Logic orgs.
88

99
import useBaseUrl from '@docusaurus/useBaseUrl';
1010

1111
In this section, we'll introduce the following concepts:
1212

13-
<div>
13+
<div className="box-wrapper">
1414
<div className="box smallbox card">
1515
<div className="container">
1616
<a href="/docs/manage/manage-subscription/create-and-manage-orgs/create-manage-orgs"><img src={useBaseUrl('img/icons/operations/manage.png')} alt="icon" width="40"/><h4>Create and Manage Orgs</h4></a>
@@ -35,4 +35,4 @@ In this section, we'll introduce the following concepts:
3535
<p>Learn how to update org names, define subdomain names, delete orgs, and change the account owner.</p>
3636
</div>
3737
</div>
38-
</div>
38+
</div>

docs/manage/manage-subscription/upgrade-account/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1010

1111
In this section, we'll introduce the following concepts:
1212

13-
<div>
13+
<div className="box-wrapper">
1414
<div className="box smallbox card">
1515
<div className="container">
1616
<a href="/docs/manage/manage-subscription/upgrade-account/upgrade-sumo-logic-credits-account"><img src={useBaseUrl('img/icons/operations/manage.png')} alt="icon" width="40"/><h4>Upgrade a Credits Account</h4></a>

sidebars.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,12 +927,13 @@ module.exports = {
927927
items: [
928928
'manage/manage-subscription/sumo-logic-credits-accounts',
929929
'manage/manage-subscription/sumo-logic-flex-accounts',
930+
'manage/manage-subscription/cloud-flex-legacy-accounts',
930931
{
931932
type: 'category',
932933
label: 'Create and Manage Orgs',
933934
collapsible: true,
934935
collapsed: true,
935-
link: {type: 'doc', id: '/manage/manage-subscription/create-and-manage-orgs/index'},
936+
link: {type: 'doc', id: 'manage/manage-subscription/create-and-manage-orgs/index'},
936937
items: [
937938
'manage/manage-subscription/create-and-manage-orgs/create-manage-orgs',
938939
'manage/manage-subscription/create-and-manage-orgs/create-manage-orgs-service-providers',
@@ -956,7 +957,6 @@ module.exports = {
956957
'manage/manage-subscription/fedramp-capabilities',
957958
'manage/manage-subscription/beta-opt-in',
958959
'manage/manage-subscription/close-cancel-sumo-account',
959-
'manage/manage-subscription/cloud-flex-legacy-accounts',
960960
]
961961
},
962962
{

0 commit comments

Comments
 (0)