Skip to content
Snippets Groups Projects
Commit a56d1c44 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Some debugging

parent af67613e
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,10 @@ git checkout $7
####### GENERATE NAV SPEC #######
echo "------ Generate input for mkdocs --------"
python3 $1 -it -ihp --title ${9^^} "./$8.md"
ls ${9^^}
for i in ${9^^}/* ; do
cat $i
done
echo "------ Move to docs folder --------"
mv ${9^^}/* docs/
sed -i 's/'${9^^}'\///g' _nav.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment