From 96169a52e55ba99380ed0cc71b618815790d2e80 Mon Sep 17 00:00:00 2001
From: MB <michael.blaschek@univie.ac.at>
Date: Wed, 17 Jul 2024 10:47:35 +0200
Subject: [PATCH] fixed container docs

---
 documentation/docs/containers.md | 3 ++-
 documentation/mkdocs.yml         | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/documentation/docs/containers.md b/documentation/docs/containers.md
index 9792259f..e15288a8 100644
--- a/documentation/docs/containers.md
+++ b/documentation/docs/containers.md
@@ -372,7 +372,8 @@ variables:
 
 Interactive shells can be launched into containers, to have a look at configurations and to better understand what might go wrong. Podman/Docker allows to alter files inside of the container and save these changes. Singularity/Apptainer containers are not writeable, but acts like a normal executable with access to host files.
 
-```sh title="interactive containers"
+
+```sh
 # using podman 
 $ podman run -it localhost/flexpartv11-master:2464aef /bin/bash
 Welcome, running FLEXPART 
diff --git a/documentation/mkdocs.yml b/documentation/mkdocs.yml
index 9cddeee8..e0e0f017 100644
--- a/documentation/mkdocs.yml
+++ b/documentation/mkdocs.yml
@@ -38,5 +38,6 @@ nav:
   - 'transport.md'
   - 'evolution.md'
   - 'examples.md'
+  - 'containers.md'
   - 'troubleshooting.md'
 
-- 
GitLab