add md-table-of-contents source

This commit is contained in:
Hadi 2024-06-26 14:46:22 +00:00
parent 1ed7675095
commit 6a8382c79e

View File

@ -7,7 +7,7 @@
README_FILE="./README.md" README_FILE="./README.md"
header=$(cat "./docs/src/header.md") header=$(cat "./docs/src/header.md")
table_of_content=$(md-table-of-contents ./docs/src/README_template.md) table_of_content=$(md-table-of-contents ./docs/src/README_template.md) # https://github.com/anotherhadi/md-table-of-contents
version=$(git describe --tags --abbrev=0) version=$(git describe --tags --abbrev=0)
readme_content=$(cat "./docs/src/README_template.md") readme_content=$(cat "./docs/src/README_template.md")