diff --git a/website/content/de/01_Navigation/01_mark2web/README.md b/website/content/de/01_Navigation/01_mark2web/README.md index c0c72f0..0d57fe5 100644 --- a/website/content/de/01_Navigation/01_mark2web/README.md +++ b/website/content/de/01_Navigation/01_mark2web/README.md @@ -28,6 +28,11 @@ graph TD classDef out stroke-width:5px,stroke:#b5c50f,fill:#ccc class M,C,D,A in class W out + + click C "../benutzung/konfiguration" "Doku: Benutzung/Konfiguration" + click M "../benutzung/inhalte" "Doku: Benutzung/Inhalte" + click A "../benutzung/inhalte" "Doku: Benutzung/Inhalte" + click D "../benutzung/templates" "Doku: Benutzung/Templates" ```