Only modify api files

This commit is contained in:
Justin Ethier 2016-10-02 16:51:12 -04:00
parent a61d7a5e65
commit fd9c7e69c6

View file

@ -6,6 +6,7 @@ git checkout gh-pages
cp -r /tmp/api/ docs/
# find . | grep md
cd docs/api
for fn in `find . | grep md`; do
echo "processing file: $fn"
sed -i.old '1s;^;---\n;' $fn