Skip to content

kunstmusik/blue-manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Blue Manual

This is the source code for the Blue Manual site. The project uses MkDocs and Material for MkDocs for building the manual. To work with the manual source, follow the instructions on the mkdocs site. The simplest way is to use Python's package manager to install mkdocs using:

pip install mkdocs mkdocs-material

Once installed, you can use:

mkdocs serve

To serve the site locally. Updates to manual pages will be reflected in the local site while mkdocs is running.

The site can be generated using:

mkdocs build

and deployed to Github Pages using:

mkdocs gh-deploy 

About

User manual for Blue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published