Repository for generating the online and print version of the documentation for working in the TU Studio.
See the latest release of the documentation here: https://tu-studio.github.io/studio-docs/
-
Install mkdocs
-
Install the material theme
$ pip3 install mkdocs-material- Install mkdocs PDF Tools
$ pip3 install mkdocs-with-pdfCreate the documentation on your machine:
$ mkdocs buildDeploy to github pages - works only with permissions for the repository:
$ mkdocs gh-deploy