booster
booster copied to clipboard
Generate documentation from the code
Research about the generation of documentation from code using http://typedoc.org/ . If we try to apply it to the whole project we get some errors probably they are related to tsconfig.
A/C
- The website with the documentation can be created using typedoc
- The documentation creation is integrated into the CI/CD
I am start working on it