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
docsfolder contains the online website which is published by github pages - The
srcfolder contains the MkDocs configuration and the markdown sources - The
buildfolder 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 serveormkdocs buildto build the website, and test the result - (optional) Run
deploy.shto copy the build result into thedocsfolder - Push to github