Skip to content

Commit 8f53e86

Browse files
committed
Add redirections, update 4.12 documentation changelog, fix headings level
1 parent e58c6af commit 8f53e86

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ All notable changes to this project will be documented in this file.
4949
- **Post-release**: Changed the warning note on using the `$` and `&` characters when changing passwords in Docker deployments. ([#8694](https://github.com/wazuh/wazuh-documentation/pull/8694))
5050
- **Post-release**: Changed Windows commands in the backup guide to PowerShell. ([#8761](https://github.com/wazuh/wazuh-documentation/pull/8761))
5151
- **Post-release**: Updated 4.12.0 command output examples. ([#8779](https://github.com/wazuh/wazuh-documentation/pull/8779)) ([#8780](https://github.com/wazuh/wazuh-documentation/pull/8780))
52-
- **Post-release**: Updated the *Deployment on Docker* documentation. ([#8793](https://github.com/wazuh/wazuh-documentation/pull/8793))
52+
- **Post-release**: Updated the *Deployment on Docker* documentation. ([#8793](https://github.com/wazuh/wazuh-documentation/pull/8793)) ([#8839](https://github.com/wazuh/wazuh-documentation/pull/8839))
5353
- **Post-release**: Updated the Windows logo in the documentation. ([#8804](https://github.com/wazuh/wazuh-documentation/pull/8804))
5454
- **Post-release**: Updated the offline installation guide. ([#8803](https://github.com/wazuh/wazuh-documentation/pull/8803))
5555
- **Post-release**: Updated the instruction and images in Wazuh server API getting started documentation to reflect the new navigation path (**Server management** > **Dev Tools**). ([#8811](https://github.com/wazuh/wazuh-documentation/pull/8811))

source/_static/js/redirects.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ newUrls['4.12'] = [
7575
'/development/packaging/generate-server-package.html',
7676
'/development/packaging/generate-agent-package.html',
7777
'/cloud-service/ai-analyst.html',
78-
'/deployment-options/docker/prerequisites.html',
7978
'/deployment-options/docker/build-docker-images-locally.html',
79+
'/deployment-options/docker/changing-default-password.html',
80+
'/deployment-options/docker/uninstalling-wazuh-docker.html',
8081
]
8182

8283
/* Redirections from 4.9 to 4.10 */

source/deployment-options/docker/changing-default-password.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ To change these credentials, you must:
4141
.. _log-out-of-your-wazuh-dashboard:
4242

4343
Logging out of your Wazuh dashboard
44-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4545

4646
You must log out of your Wazuh dashboard before starting the password change process. If you don't, persistent session cookies will cause errors when accessing Wazuh after changing user passwords.
4747

4848
.. _set-a-new-password-in-the-docker-compose-file:
4949

5050
Setting the new password in the Docker Compose file
51-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
51+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5252

5353
.. note::
5454

@@ -118,7 +118,7 @@ Setting the new password in the Docker Compose file
118118
.. _create-and-set-the-hash-of-your-new-password:
119119

120120
Setting a new hash
121-
~~~~~~~~~~~~~~~~~~
121+
^^^^^^^^^^^^^^^^^^
122122

123123
Follow the steps below to generate and set a new password hash for your Wazuh users.
124124

@@ -179,7 +179,7 @@ Follow the steps below to generate and set a new password hash for your Wazuh us
179179
.. _apply-the-changes:
180180

181181
Applying the changes
182-
~~~~~~~~~~~~~~~~~~~~
182+
^^^^^^^^^^^^^^^^^^^^
183183

184184
After updating ``docker-compose.yml`` file, restart the Wazuh Docker stack and reapply settings using the ``securityadmin.sh`` tool.
185185

0 commit comments

Comments
 (0)