Доработка. Документация

This commit is contained in:
sasha80
2024-01-26 16:03:50 +03:00
parent ffe3391ed1
commit 1f38009ea0
2 changed files with 42 additions and 0 deletions

4
docs/build.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
dot -Tpng "структура.dot" -o "структура.png"
pandoc -f markdown_strict --verbose "README.md" > "README.doc"