Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 650 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 650 Bytes

TU Studio Documentation

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/

For Developers Only

Get the Tools

  • Install mkdocs

  • Install the material theme

  $ pip3 install mkdocs-material
  • Install mkdocs PDF Tools
  $ pip3 install mkdocs-with-pdf

Build and Deploy

Create the documentation on your machine:

  $ mkdocs build

Deploy to github pages - works only with permissions for the repository:

  $ mkdocs gh-deploy