Official documentation of the Tuubes project, written with MkDocs.
- The documentation is licensed under CC-BY-SA 4.0 (both the source and the online web pages)
- The code samples and other blocks of code in the documentation are licensed under LGPLv3 like TuubesCore
- The MkDocs configuration is
mkdocs.yml
, read the MkDocs user guide and the Material theme documentation for explanations - The
docs
folder contains the online website which is published by github pages - The
src
folder contains the MkDocs configuration and the markdown sources - The
build
folder contains the unpublished website. This folder is not in the github repo, it's only local.
- Edit the markdown source and, if necessary, the
mkdocs.yml
- Run
mkdocs serve
ormkdocs build
to build the website, and test the result - (optional) Run
deploy.sh
to copy the build result into thedocs
folder - Push to github