From 780b4f7d31f0f8e05fee6f06a0487699495f1753 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Fri, 18 Apr 2025 17:18:34 +0000 Subject: [PATCH] docs: fix for problem with duplicating the language switch https://docs.openstack.org/openstack-ansible/latest/user/security/index.html Change-Id: I2994c40f42104aa92b4e6b6dca309c00632f95bd --- doc/source/user/security/hardening.rst | 2 +- doc/source/user/security/index.rst | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/source/user/security/hardening.rst b/doc/source/user/security/hardening.rst index 422a08d014..fa7c9c3874 100644 --- a/doc/source/user/security/hardening.rst +++ b/doc/source/user/security/hardening.rst @@ -26,4 +26,4 @@ audit an environment by using a playbook supplied with OpenStack-Ansible: For more information about the security configurations, see the `security hardening role`_ documentation. -.. _security hardening role: https://docs.openstack.org/ansible-hardening/ +.. _security hardening role: https://docs.openstack.org/ansible-hardening/latest/ diff --git a/doc/source/user/security/index.rst b/doc/source/user/security/index.rst index 0b32f9ed91..be6ff4671b 100644 --- a/doc/source/user/security/index.rst +++ b/doc/source/user/security/index.rst @@ -10,8 +10,11 @@ settings for your OpenStack-Ansible cloud. For understanding security design, please see :ref:`security-design`. -.. include:: ssl-certificates.rst -.. include:: security-headers.rst -.. include:: security-txt.rst -.. include:: hardening.rst -.. include:: non-root.rst +.. toctree:: + :maxdepth: 2 + + ssl-certificates + security-headers + security-txt + hardening + non-root