fix(docs): show content as dotted list in docs

This commit is contained in:
Kjeld Schouten-Lebbing
2022-12-21 23:05:13 +01:00
parent c59c7cbe16
commit 7330374545
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ jobs:
link="[**${title}**](charts/${train}/${chart}/${filename%.md})"
if [ ${filename} != "index.md" ]; then
# Append the link to the index.md file
echo "${link}" >> website/docs/charts/${train}/${chart}/index.md
echo "- ${link}" >> website/docs/charts/${train}/${chart}/index.md
echo "" >> website/docs/charts/${train}/${chart}/index.md
fi
done