Skip to content

Commit c08054b

Browse files
committed
re:Invent banner and misc get-started fixes
1 parent c08dbf4 commit c08054b

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

docs/get-started/ai-machine-learning.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1616

1717
In this document, you'll learn about Sumo Logic features that leverage artificial intelligence (AI), machine learning (ML), and pattern recognition to support cloud security management, mitigate risks, reduce manual workloads for your team, and streamline incident response and resolution.
1818

19-
Our AI and security analytics capabilities allow security and development teams to align around a single source of truth and collect and act on data insights more quickly.
20-
2119
<details>
2220
<summary>What do these terms mean?</summary>
2321

@@ -31,11 +29,9 @@ Pattern learning is fundamental to machine learning and deep learning, where alg
3129

3230
</details>
3331

34-
Our alerting, security, and remediation features extend beyond visual analytics, providing essential tools to accelerate issue resolution, reduce mean time to respond (MTTR), and empower proactive monitoring and safeguarding of your technology stack against evolving threats.
32+
Our AI and security analytics capabilities allow security and development teams to align around a single source of truth and collect and act on data insights more quickly.
3533

36-
<!-- Remove or ask brand to create a cleaner, branded version
37-
<img src={useBaseUrl('img/get-started/ai-diagram.png')} alt="ai-diagram.png" />
38-
-->
34+
Our alerting, security, and remediation features extend beyond visual analytics, providing essential tools to accelerate issue resolution, reduce mean time to respond (MTTR), and empower proactive monitoring and safeguarding of your technology stack against evolving threats.
3935

4036
Sumo Logic provides observability into your technology stack by analyzing the millions of log files created in your environment, detecting anomalies and outlier data, and reporting security issues in a timely fashion with fewer false positives.
4137

docs/get-started/sumo-logic-ui-classic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: sumo-logic-ui-classic
33
title: Tour the Sumo Logic Classic UI
4-
sidebar_label: Sumo Logic UI (Classic)
4+
sidebar_label: Tour the Sumo UI (Classic)
55
description: Get to know the Sumo Logic platform user interface.
66
---
77

docs/get-started/sumo-logic-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: sumo-logic-ui
33
title: Tour the Sumo Logic UI
4-
sidebar_label: Sumo Logic UI
4+
sidebar_label: Tour the Sumo UI (New)
55
description: Get to know the Sumo Logic platform user interface.
66
---
77

docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,11 @@ module.exports = {
272272
},
273273
},
274274
announcementBar: {
275-
id: 'opt-in-ga',
276-
content: '🚀 <a target="_blank" rel="noopener noreferrer" href="/docs/get-started/sumo-logic-ui">Check out the new Sumo Logic UI!</a> 🚀',
275+
id: 'copilot',
276+
content: 'Heading to AWS re:Invent 2024? Visit us at <a target="_blank" rel="noopener noreferrer" href="https://www.sumologic.com/aws-reinvent">Booth #1727</a>!',
277277
backgroundColor: '#D3BAF7',
278278
textColor: '#000',
279+
//After reInvent 'Check out <a target="_blank" rel="noopener noreferrer" href="/docs/search/copilot">Sumo Logic Copilot</a>, our new AI-powered logs assistant!',
279280
},
280281
prism: {
281282
theme: lightCodeTheme,

sidebars.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ module.exports = {
2323
link: {type: 'doc', id: 'get-started/index'},
2424
items: [
2525
'get-started/overview',
26-
'get-started/sumo-logic-ui',
27-
'get-started/sumo-logic-ui-classic',
2826
'get-started/sign-up',
2927
'get-started/quickstart',
3028
'get-started/onboarding-checklists',
3129
'get-started/account-settings-preferences',
30+
'get-started/sumo-logic-ui',
31+
'get-started/sumo-logic-ui-classic',
3232
'get-started/apps-integrations',
3333
'get-started/library',
3434
'get-started/system-requirements',

0 commit comments

Comments
 (0)