mermaid support fix

This commit is contained in:
Aleksander Cynarski 2020-09-10 16:04:13 +02:00
parent 71f107e2ee
commit 6fdf99b0f3
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ h2 "Inicjalizacja submodułu z docsy"
git submodule add https://github.com/google/docsy.git themes/docsy git submodule add https://github.com/google/docsy.git themes/docsy
echo 'theme = "docsy"' >> config.toml echo 'theme = "docsy"' >> config.toml
git submodule update --init --recursive git submodule update --init --recursive
h1 "Obsłga mermaid"
mv tmp_layouts layouts
h1 "Czyszczenie repozytorium" h1 "Czyszczenie repozytorium"
rm init_docsy.sh rm init_docsy.sh