Extra newline in header

This commit is contained in:
Justin Ethier 2016-10-02 16:53:18 -04:00
parent fd9c7e69c6
commit 2c01bd479e

View file

@ -9,7 +9,7 @@ cp -r /tmp/api/ docs/
cd docs/api
for fn in `find . | grep md`; do
echo "processing file: $fn"
sed -i.old '1s;^;---\n;' $fn
sed -i.old '1s;^;---\n\n;' $fn
sed -i.old '1s;^;title: API\n;' $fn
sed -i.old '1s;^;layout: main\n;' $fn
sed -i.old '1s;^;---\n;' $fn