Files
herolib/manual/documentation/docextractor.md
2025-09-24 21:06:37 +04:00

18 lines
459 B
Markdown

# doc extractor
is a python tool to help us to get .md files into our manual
copies all readme.md files from the different lib directors to
- e.g. $herolib/manual/libreadme/installers_sysadmintools_actrunner.md
- note the name has the location inside of where info came from
this allows us to make manual and to copy information from the readme's which are in library
to run
```bash
~/code/github/incubaid/herolib/tools/doc_extractor/extractor.sh
```