Former-commit-id: 1ed7675095
This commit is contained in:
Hadi
2024-06-26 14:44:08 +00:00
parent 373c2d4546
commit 188e34a575
23 changed files with 115 additions and 71 deletions
+1 -1
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")