Skip to content

Commit bda7c75

Browse files
committed
New UI walkthrough and banner improvements
1 parent bd39df0 commit bda7c75

File tree

2 files changed

+18
-29
lines changed

2 files changed

+18
-29
lines changed

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

Lines changed: 15 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,25 @@ description: Get to know the Sumo Logic platform user interface.
77

88
<!--
99
When officially GA'd (est. Nov 2024):
10-
retire the Classic UI version
11-
add back this opening paragraph: Our [Quickstart](/docs/get-started/quickstart) introduced you to the process of getting data into Sumo Logic, searching and analyzing your data, and then sharing your findings with your colleagues.
10+
-retire the Classic UI version
11+
-Add back this opening paragraph: Our [Quickstart](/docs/get-started/quickstart) introduced you to the process of getting data into Sumo Logic, searching and analyzing your data, and then sharing your findings with your colleagues.
1212
-->
1313

1414
import useBaseUrl from '@docusaurus/useBaseUrl';
1515
import Iframe from 'react-iframe';
1616

17-
This guide introduces you to the new, faster Sumo Logic UI.
17+
This guide will help you get started with the new and improved Sumo Logic user interface, designed for faster speed and a more intuitive experience. To opt in, navigate to the left-hand panel and click **Switch to New UI**.
18+
19+
<img src={useBaseUrl('img/get-started/switch-new-ui.png')} alt="switch-new-ui.png" width="250"/>
20+
21+
With the new UI, you'll benefit from:
22+
23+
* Unified experience across operational and security analytics products.
24+
* Faster load times with enhanced caching.
25+
* Stateful URLs that save your session and position when you log back in.
26+
* Use-case-driven navigation to help you quickly find the features you need.
27+
28+
For a detailed list of updates, [view the release notes](/release-notes-service/2024/02/23/ui/). Watch the quickstart overview video below to get familiar with the new interface.
1829

1930
<Iframe url="https://www.youtube.com/embed/86IJB6JrG_k?rel=0"
2031
width="854px"
@@ -25,29 +36,7 @@ This guide introduces you to the new, faster Sumo Logic UI.
2536
position="relative"
2637
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
2738
allowfullscreen
28-
/>
29-
30-
:::tip
31-
New to Sumo Logic? Start with our [Quickstart Guide](/docs/get-started/quickstart) to get up and running fast. You'll be introduced you to the process of getting data into Sumo Logic, searching and analyzing your data, and sharing your findings with your colleagues. 
32-
:::
33-
34-
## Benefits
35-
36-
With the New UI, you can expect:
37-
38-
* Unified experience across operational and security analytics products.
39-
* Faster load times with enhanced caching.
40-
* Stateful URLs that save your place upon re-login.
41-
* Use-case-based navigation for streamlined feature discovery.
42-
43-
You can view the full list of updates [here](/release-notes-service/2024/02/23/ui/).
44-
45-
46-
## Switching to the New UI
47-
48-
To opt into the new UI, go to the left navigation panel and click **Switch to New UI**.
49-
50-
<img src={useBaseUrl('img/get-started/switch-new-ui.png')} alt="switch-new-ui.png" width="250"/>
39+
/>
5140

5241
## Home
5342

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ module.exports = {
273273
},
274274
announcementBar: {
275275
id: 'opt-in-ga',
276-
content: '🚀 <a target="_blank" rel="noopener noreferrer" href="/docs/get-started/sumo-logic-ui">Check out the Sumo Logic New UI!</a>',
277-
backgroundColor: '#f2ecc9',
278-
textColor: '#091E42',
276+
content: '🚀 <a target="_blank" rel="noopener noreferrer" href="/docs/get-started/sumo-logic-ui"><b>Check out the new Sumo Logic UI</b></a>!',
277+
backgroundColor: '#E0E0E0',
278+
textColor: '#000',
279279
},
280280
prism: {
281281
theme: lightCodeTheme,

0 commit comments

Comments
 (0)