diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 5c65257bc5..86bb9d93aa 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -6,10 +6,37 @@ description: Here you'll find a chronological list of the newest Sumo Logic feat import useBaseUrl from '@docusaurus/useBaseUrl'; -| | | -|:---|:---| -| [**Service Release Notes**](/release-notes-service)
icon | Latest features and bug fixes for our apps, alerts, security, search, observability, data collectors, and more. | -| [**Cloud SIEM Release Notes**](/release-notes-cse)
icon | Information about new and enhanced features, updated content (like rules, log mappers and parsers), bug fixes, and other important announcements for Cloud SIEM. | -| [**Cloud SOAR Release Notes**](/release-notes-csoar)
icon | The latest news about CSOAR, like new features, bug fixes, changes to the application, and other important announcements for Cloud SOAR. | -| [**Collector Release Notes**](/release-notes-collector)
icon | 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: | -| [**Developer Release Notes**](/release-notes-developer)
icon | New features and changes to our APIs, Collector management, and Live Tail CLI. | +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. + +
+
+
+ icon

Service
RSS Feed

+

Latest features and bug fixes for our apps, alerts, security, search, observability, data collectors, and more.

+
+
+
+
+ icon

Cloud SIEM
RSS Feed

+

Information about new and enhanced features, updated content (like rules, log mappers and parsers), bug fixes, and other important announcements for Cloud SIEM.

+
+
+
+
+ icon

Cloud SOAR
RSS Feed

+

The latest news about CSOAR, like new features, bug fixes, changes to the application, and other important announcements for Cloud SOAR.

+
+
+
+
+ icon

Collector
RSS Feed

+

Latest features and bug fixes for Installed Collectors. To access new features, upgrade using Static URLs, Sumo Logic, Command Line, or Collector Management API.

+
+
+
+
+ icon

Developer
RSS Feed

+

New features and changes to our APIs, Collector management, and Live Tail CLI.

+
+
+
diff --git a/docusaurus.config.js b/docusaurus.config.js index 2faad7d480..47650c971c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -315,6 +315,12 @@ module.exports = { label: 'Log Search', icon: 'article', }, + { + type: 'docSidebar', + sidebarId: 'integrations', + label: 'Apps and Integrations', + icon: 'grid_view', + }, { type: 'docSidebar', sidebarId: 'security', @@ -329,9 +335,9 @@ module.exports = { }, { type: 'docSidebar', - sidebarId: 'integrations', - label: 'Apps and Integrations', - icon: 'grid_view', + sidebarId: 'dashboards', + label: 'Dashboards', + icon: 'dashboard', }, { type: 'docSidebar', @@ -351,12 +357,6 @@ module.exports = { label: 'Observability', icon: 'speed', }, - { - type: 'docSidebar', - sidebarId: 'dashboards', - label: 'Dashboards', - icon: 'dashboard', - }, { type: 'docSidebar', sidebarId: 'platformservices', diff --git a/static/img/icons/new-releases.png b/static/img/icons/new-releases.png new file mode 100644 index 0000000000..46cbfabfc5 Binary files /dev/null and b/static/img/icons/new-releases.png differ