diff --git a/init_docsy.sh b/init_docsy.sh index 1df4c13..994aacd 100755 --- a/init_docsy.sh +++ b/init_docsy.sh @@ -27,6 +27,8 @@ h2 "Inicjalizacja submodułu z docsy" git submodule add https://github.com/google/docsy.git themes/docsy echo 'theme = "docsy"' >> config.toml git submodule update --init --recursive +h1 "Obsłga mermaid" +mv tmp_layouts layouts h1 "Czyszczenie repozytorium" rm init_docsy.sh diff --git a/layouts/shortcodes/mermaid.html b/tmp_layouts/shortcodes/mermaid.html similarity index 100% rename from layouts/shortcodes/mermaid.html rename to tmp_layouts/shortcodes/mermaid.html