From f085506b6ea41398e52b9cca435fe4f5e83eb44a Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:42:16 +0100 Subject: [PATCH] Docs aside nav: make troubleshooting titles more explicit (#31425) * Docs aside nav: make troubleshooting titles more explicit * Add 'locked out' page to side nav --- source/_includes/asides/docs_navigation.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/_includes/asides/docs_navigation.html b/source/_includes/asides/docs_navigation.html index 880fb040f0b..b41064061be 100644 --- a/source/_includes/asides/docs_navigation.html +++ b/source/_includes/asides/docs_navigation.html @@ -13,7 +13,7 @@
  • {% active_link /installation Installation %}
  • {% active_link /common-tasks/os/ Common tasks %}
  • - {% active_link /docs/troubleshooting/ Troubleshooting + {% active_link /docs/troubleshooting/ Troubleshooting installation %}
  • @@ -30,8 +30,7 @@ entities %}
  • - {% active_link /docs/configuration/troubleshooting/ Troubleshooting - %} + {% active_link /docs/configuration/troubleshooting/ Troubleshooting configuration %}
  • {% active_link /docs/configuration/securing/ Security check points @@ -77,6 +76,9 @@ {% active_link /docs/authentication/multi-factor-auth/ Multi factor auth %}
  • +
  • + {% active_link /docs/locked_out/ I'm locked out %} +
  • @@ -102,7 +104,7 @@
  • {% active_link /docs/automation/templating/ Templates %}
  • {% active_link /docs/automation/yaml/ YAML %}
  • - {% active_link /docs/automation/troubleshooting/ Troubleshooting %} + {% active_link /docs/automation/troubleshooting/ Troubleshooting automation %}