1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add home link to the top of the md file

This commit is contained in:
Kelly Brazil
2021-04-09 10:36:03 -07:00
parent 9b41e9bef0
commit 001c700b5b
3 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ do
author_email=$(echo -e "$parser" | jq -r '.author_email')
echo "Building docs for: ${parser_name}"
pydocmd simple jc.parsers."${parser_name}"+ > ../docs/parsers/"${parser_name}".md
echo "[Home](https://kellyjonbrazil.github.io/jc/)" > ../docs/parsers/"${parser_name}".md
pydocmd simple jc.parsers."${parser_name}"+ >> ../docs/parsers/"${parser_name}".md
echo "## Parser Information" >> ../docs/parsers/"${parser_name}".md
echo "Compatibility: ${compatible}" >> ../docs/parsers/"${parser_name}".md
echo >> ../docs/parsers/"${parser_name}".md

Binary file not shown.

Binary file not shown.