Adjust windows docs, fix failing doc-test

This commit is contained in:
Matthias
2020-09-04 07:28:21 +02:00
parent 1406691945
commit bc5cc48f67
2 changed files with 19 additions and 12 deletions

View File

@@ -2,8 +2,7 @@
# Test Documentation boxes -
# !!! <TYPE>: is not allowed!
# !!! <TYPE> "title" - Title needs to be quoted!
# !!! <TYPE> Spaces at the beginning are not allowed
grep -Er '^!{3}\s\S+:|^!{3}\s\S+\s[^"]|^\s+!{3}\s\S+' docs/*
grep -Er '^!{3}\s\S+:|^!{3}\s\S+\s[^"]' docs/*
if [ $? -ne 0 ]; then
echo "Docs test success."