From a0b91d0307b7b70166da1c4758a2f14119a3add3 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Wed, 10 May 2023 16:47:54 +0200 Subject: [PATCH] it should get the TOC from the global _toc.yaml... --- admin-guide/operations.md | 7 +++++++ admin-guide/operations.rst | 10 ---------- 2 files changed, 7 insertions(+), 10 deletions(-) create mode 100644 admin-guide/operations.md delete mode 100644 admin-guide/operations.rst diff --git a/admin-guide/operations.md b/admin-guide/operations.md new file mode 100644 index 00000000..d9a5ceb7 --- /dev/null +++ b/admin-guide/operations.md @@ -0,0 +1,7 @@ +# Operations + +Contents + +```{tableofcontents} +``` + diff --git a/admin-guide/operations.rst b/admin-guide/operations.rst deleted file mode 100644 index dc28a59d..00000000 --- a/admin-guide/operations.rst +++ /dev/null @@ -1,10 +0,0 @@ -Operations -========== - -.. toctree:: - :maxdepth: 2 - - operations/certificates - operations/deployment - operations/ip-address-change - operations/version-control