Skip to content

Commit 7c21953

Browse files
authored
Merge pull request #8955 from wazuh/enhancement/idr364-update-system-inventory-docs
Update system inventory section
2 parents 3d23665 + eb9e940 commit 7c21953

19 files changed

+837
-79
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313
- **Post-release**: Updated the upgrade guide for Wazuh central components. ([#8934](https://github.com/wazuh/wazuh-documentation/pull/8934)) ([#8941](https://github.com/wazuh/wazuh-documentation/pull/8941)) ([#8944](https://github.com/wazuh/wazuh-documentation/pull/8944)) ([#8947](https://github.com/wazuh/wazuh-documentation/pull/8947))
1414
- **Post-release**: Added indexer connector configuration steps to vulnerability detection documentation and removed troubleshooting section. ([#8942](https://github.com/wazuh/wazuh-documentation/pull/8942))
1515
- **Post-release**: Updated the *Navigating the Wazuh dashboard* section. ([#8950](https://github.com/wazuh/wazuh-documentation/pull/8950))
16+
- **Post-release**: Updated the System inventory documentation. ([#8955](https://github.com/wazuh/wazuh-documentation/pull/8955))
1617

1718
### Fixed
1819

source/_static/js/redirects.js

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ removedUrls['x.y'] = [
6969

7070
/* *** RELEASE 4.13 ****/
7171

72-
removedUrls['4.13'] = [
73-
'/user-manual/capabilities/vulnerability-detection/troubleshooting.html',
74-
'/user-manual/capabilities/vulnerability-detection/FAQ.html',
75-
'/user-manual/capabilities/vulnerability-detection/known-issues.html',
76-
];
77-
7872
/* Pages added in 4.13 */
7973

8074
newUrls['4.13'] = [
@@ -83,8 +77,17 @@ newUrls['4.13'] = [
8377
'/user-manual/wazuh-dashboard/global-queries.html',
8478
'/user-manual/capabilities/system-inventory/global-queries.html',
8579
'/user-manual/capabilities/file-integrity/global-queries.html',
80+
'/user-manual/capabilities/system-inventory/use-cases.html',
8681
]
8782

83+
/* Pages no longer available in x.y (this is not required if there is a redirection for this url) */
84+
85+
removedUrls['4.13'] = [
86+
'/user-manual/capabilities/vulnerability-detection/troubleshooting.html',
87+
'/user-manual/capabilities/vulnerability-detection/FAQ.html',
88+
'/user-manual/capabilities/vulnerability-detection/known-issues.html',
89+
];
90+
8891
/* *** RELEASE 4.12 ****/
8992

9093
/* Pages added in 4.12 */
461 KB
Loading
476 KB
Loading
205 KB
Loading
95 KB
Loading
383 KB
Loading
356 KB
Loading
363 KB
Loading
452 KB
Loading

0 commit comments

Comments
 (0)