From aa74feee94bd7c941ddb961dc4b8c83b5ce40f56 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Wed, 10 May 2023 16:10:58 +0200 Subject: [PATCH] it should get the TOC from the global _toc.yaml... --- _toc.yml | 6 ++++++ admin-guide/troubleshooting.md | 7 +++++++ admin-guide/troubleshooting.rst | 11 ----------- 3 files changed, 13 insertions(+), 11 deletions(-) create mode 100644 admin-guide/troubleshooting.md delete mode 100644 admin-guide/troubleshooting.rst diff --git a/_toc.yml b/_toc.yml index e49a4e14..4a4f1af2 100644 --- a/_toc.yml +++ b/_toc.yml @@ -56,6 +56,12 @@ chapters: - file: admin-guide/operations - file: admin-guide/third-party - file: admin-guide/troubleshooting + sections: + - file: admin-guide/troubleshooting/methods-and-tools + - file: admin-guide/troubleshooting/deployment + - file: admin-guide/troubleshooting/login + - file: admin-guide/troubleshooting/package_management + - file: admin-guide/troubleshooting/boot - file: admin-guide/more - file: infrastructure-guide/index diff --git a/admin-guide/troubleshooting.md b/admin-guide/troubleshooting.md new file mode 100644 index 00000000..a66910d0 --- /dev/null +++ b/admin-guide/troubleshooting.md @@ -0,0 +1,7 @@ +# Troubleshooting + +Contents: + +```{tableofcontents} +``` + diff --git a/admin-guide/troubleshooting.rst b/admin-guide/troubleshooting.rst deleted file mode 100644 index c18d5488..00000000 --- a/admin-guide/troubleshooting.rst +++ /dev/null @@ -1,11 +0,0 @@ -Troubleshooting -=============== - -.. toctree:: - :maxdepth: 2 - - troubleshooting/methods-and-tools - troubleshooting/deployment - troubleshooting/login - troubleshooting/package_management - troubleshooting/boot