From: fennecdjay Date: Thu, 20 Jun 2019 08:09:20 +0000 (+0200) Subject: :art: Don't list index twice X-Git-Tag: nightly~2421 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=1ce9e00d1e0f7e8de1dfda9892b7f6d4767c5ba9;p=gwion.git :art: Don't list index twice --- diff --git a/help/doc-config.sh b/help/doc-config.sh index 9696fde7..955b263c 100644 --- a/help/doc-config.sh +++ b/help/doc-config.sh @@ -18,6 +18,6 @@ echo "theme: windmill" echo "repo_url: https://github.com/fennecdjay/Gwion" echo "nav:" echo " - 'Welcome' : index.md" -cp docs/index.md . +mv docs/index.md . list_dir docs " " mv index.md docs