Skip to content

Commit bd5ed98

Browse files
authored
Improvements to New UI doc and banner (#4640)
* New UI walkthrough and banner improvements * Update docs/get-started/sumo-logic-ui.md * light purple banner * fixes
1 parent c9cb46c commit bd5ed98

File tree

2 files changed

+17
-28
lines changed

2 files changed

+17
-28
lines changed

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

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,18 @@ add back this opening paragraph: Our [Quickstart](/docs/get-started/quickstart)
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: 4 additions & 4 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">Check out the new Sumo Logic UI!</a> 🚀',
277+
backgroundColor: '#D3BAF7',
278+
textColor: '#000',
279279
},
280280
prism: {
281281
theme: lightCodeTheme,
@@ -450,7 +450,7 @@ module.exports = {
450450
icon: 'support',
451451
},
452452
{
453-
label: 'Request Demo',
453+
label: 'Request a Demo',
454454
to: 'https://www.sumologic.com/demos',
455455
icon: 'co_present',
456456
},

0 commit comments

Comments
 (0)