Skip to content

Commit 8129dc1

Browse files
JV0812kimsaucejpipkin1
authored
Release note landing page and Guides dropdown updated (#5001)
* Release note landing page and Guides dropdown updated * minor changes * minor fixes * Update docusaurus.config.js Co-authored-by: Kim (Sumo Logic) <[email protected]> * update icons * rss links * card icons updated * Update docs/release-notes/index.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> * Update index.md --------- Co-authored-by: Kim (Sumo Logic) <[email protected]> Co-authored-by: Kim Pohas <[email protected]> Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent 933b9cd commit 8129dc1

File tree

3 files changed

+43
-16
lines changed

3 files changed

+43
-16
lines changed

docs/release-notes/index.md

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,37 @@ description: Here you'll find a chronological list of the newest Sumo Logic feat
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';
88

9-
| | |
10-
|:---|:---|
11-
| [**Service Release Notes**](/release-notes-service)<br/><a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a> | Latest features and bug fixes for our apps, alerts, security, search, observability, data collectors, and more. |
12-
| [**Cloud SIEM Release Notes**](/release-notes-cse)<br/><a href="https://help.sumologic.com/release-notes-cse/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a> | Information about new and enhanced features, updated content (like rules, log mappers and parsers), bug fixes, and other important announcements for Cloud SIEM. |
13-
| [**Cloud SOAR Release Notes**](/release-notes-csoar)<br/><a href="https://help.sumologic.com/release-notes-csoar/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a> | The latest news about CSOAR, like new features, bug fixes, changes to the application, and other important announcements for Cloud SOAR. |
14-
| [**Collector Release Notes**](/release-notes-collector)<br/><a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a> | New Collector features and relevant bug fixes for each release. To use new Collector features mentioned here, you'll need to upgrade your Installed Collector software in one of the following ways:<ul><li> [Using Static URLs](/docs/send-data/installed-collectors/collector-installation-reference/download-collector-from-static-url)</li><li> [Using Sumo Logic](/docs/send-data/collection/upgrade-collectors)</li><li> [Using the Command Line](/docs/send-data/collection/upgrade-collectors)</li><li> [Using Collector Management API](/docs/api/collector-management/upgrade-downgrade-collectors)</li></ul> |
15-
| [**Developer Release Notes**](/release-notes-developer)<br/><a href="https://help.sumologic.com/release-notes-developer/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a> | New features and changes to our APIs, Collector management, and Live Tail CLI. |
9+
Stay up to date with the latest Sumo Logic enhancements, features, and fixes. Explore the individual release notes pages to see what's new, and consider subscribing to the RSS feeds for automatic updates.
10+
11+
<div className="box-wrapper">
12+
<div className="box smallbox card">
13+
<div className="container">
14+
<a href="/release-notes-service"><img src={useBaseUrl('img/icons/manage.png')} alt="icon" width="40"/><h4>Service<br/><a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="RSS Feed" width="40"/></a></h4></a>
15+
<p>Latest features and bug fixes for our apps, alerts, security, search, observability, data collectors, and more.</p>
16+
</div>
17+
</div>
18+
<div className="box smallbox card">
19+
<div className="container">
20+
<a href="/release-notes-cse"><img src={useBaseUrl('img/icons/security/cloud-siem.png')} alt="icon" width="40"/><h4>Cloud SIEM <br/><a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="RSS Feed" width="40"/></a></h4></a>
21+
<p>Information about new and enhanced features, updated content (like rules, log mappers and parsers), bug fixes, and other important announcements for Cloud SIEM.</p>
22+
</div>
23+
</div>
24+
<div className="box smallbox card">
25+
<div className="container">
26+
<a href="/release-notes-csoar"><img src={useBaseUrl('img/icons/security/soar-2-color-icon.png')} alt="icon" width="40"/><h4>Cloud SOAR<br/><a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="RSS Feed" width="40"/></a></h4></a>
27+
<p>The latest news about CSOAR, like new features, bug fixes, changes to the application, and other important announcements for Cloud SOAR.</p>
28+
</div>
29+
</div>
30+
<div className="box smallbox card">
31+
<div className="container">
32+
<a href="/release-notes-collector"><img src={useBaseUrl('img/icons/data-collection.png')} alt="icon" width="40"/><h4>Collector <br/><a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="RSS Feed" width="40"/></a></h4></a>
33+
<p>Latest features and bug fixes for Installed Collectors. To access new features, upgrade using <a href="/docs/send-data/installed-collectors/collector-installation-reference/download-collector-from-static-url">Static URLs</a>, <a href="/docs/send-data/collection/upgrade-collectors">Sumo Logic</a>, <a href="/docs/send-data/collection/upgrade-collectors">Command Line</a>, or <a href="/docs/api/collector-management/upgrade-downgrade-collectors">Collector Management API</a>.</p>
34+
</div>
35+
</div>
36+
<div className="box smallbox card">
37+
<div className="container">
38+
<a href="/release-notes-developer"><img src={useBaseUrl('img/icons/cloud/api2.png')} alt="icon" width="40"/><h4>Developer<br/><a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="RSS Feed" width="40"/></a></h4></a>
39+
<p>New features and changes to our APIs, Collector management, and Live Tail CLI.</p>
40+
</div>
41+
</div>
42+
</div>

docusaurus.config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,12 @@ module.exports = {
315315
label: 'Log Search',
316316
icon: 'article',
317317
},
318+
{
319+
type: 'docSidebar',
320+
sidebarId: 'integrations',
321+
label: 'Apps and Integrations',
322+
icon: 'grid_view',
323+
},
318324
{
319325
type: 'docSidebar',
320326
sidebarId: 'security',
@@ -329,9 +335,9 @@ module.exports = {
329335
},
330336
{
331337
type: 'docSidebar',
332-
sidebarId: 'integrations',
333-
label: 'Apps and Integrations',
334-
icon: 'grid_view',
338+
sidebarId: 'dashboards',
339+
label: 'Dashboards',
340+
icon: 'dashboard',
335341
},
336342
{
337343
type: 'docSidebar',
@@ -351,12 +357,6 @@ module.exports = {
351357
label: 'Observability',
352358
icon: 'speed',
353359
},
354-
{
355-
type: 'docSidebar',
356-
sidebarId: 'dashboards',
357-
label: 'Dashboards',
358-
icon: 'dashboard',
359-
},
360360
{
361361
type: 'docSidebar',
362362
sidebarId: 'platformservices',

static/img/icons/new-releases.png

2.94 KB
Loading

0 commit comments

Comments
 (0)