Former-commit-id: 1ed7675095
This commit is contained in:
Hadi
2024-06-26 14:44:08 +00:00
parent 5f73e46e73
commit d98468a34d
23 changed files with 115 additions and 71 deletions

View File

@@ -7,7 +7,7 @@
README_FILE="./README.md"
header=$(cat "./docs/src/header.md")
table_of_content=$(~/go/bin/md-table-of-contents ./docs/src/README_template.md)
table_of_content=$(md-table-of-contents ./docs/src/README_template.md)
version=$(git describe --tags --abbrev=0)
readme_content=$(cat "./docs/src/README_template.md")