Skip to content

Commit

Permalink
Add entries to redirect.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed May 14, 2024
1 parent 1be5416 commit b9688c3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions source/_static/js/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,21 @@ redirections.push(
'4.8': '/deployment-options/offline-installation.html',
'4.9': '/deployment-options/offline-installation/step-by-step.html',
},
{
'target': ['4.8=>4.9', '4.9=>4.8'],
'4.8': '/cloud-security/amazon/services/supported-services/security-lake.html',
'4.9': '/cloud-security/amazon/services/supported-services/index.html',
},
{
'target': ['4.9=>4.8'],
'4.8': '/cloud-security/amazon/services/supported-services/security-lake.html',
'4.9': '/cloud-security/amazon/services/supported-services/amazon-security-lake/security-lake-source.html',
},
{
'target': ['4.9=>4.8'],
'4.8': '/cloud-security/amazon/services/supported-services/security-lake.html',
'4.9': '/cloud-security/amazon/services/supported-services/amazon-security-lake/security-lake-subscriber.html',
},
);

/* Pages added in 4.9 */
Expand All @@ -88,12 +103,16 @@ newUrls['4.9'] = [
'/deployment-options/offline-installation/step-by-step.html',
'/deployment-options/offline-installation/installation-assistant.html',
'/development/coredump.html',
'/cloud-security/amazon/services/supported-services/amazon-security-lake/index.html',
'/cloud-security/amazon/services/supported-services/amazon-security-lake/security-lake-source.html',
'/cloud-security/amazon/services/supported-services/amazon-security-lake/security-lake-subscriber.html',
];

/* Pages no longer available in 4.9 */

removedUrls['4.9'] = [
'/deployment-options/offline-installation.html',
'/cloud-security/amazon/services/supported-services/security-lake.html'
];

/* *** RELEASE 4.8 ****/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.. _aws_lake_source:

Amazon Security Lake
Wazuh as a Custom Source
=========================

.. versionadded:: 4.9.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.. _aws_lake_subscriber:

Amazon Security Lake
Wazuh as a Subscriber
=========================

.. versionadded:: 4.4.2
Expand Down

0 comments on commit b9688c3

Please sign in to comment.