Mkdocs¶
Introduction¶
The Mkdocs plugin provides installation of a python venv and mkocs, with functions to build and serve documentation.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
Usage with command line argument¶
1 2 3 |
|
From the command line:
kissb -zip
Or to select between serving and building
1 2 3 4 5 6 7 8 9 10 |
|
From the command line, to serve:
kissb -serve
to build:
kissb
Usage with targets¶
1 2 3 4 5 |
|
build
function¶
Default build output: .kb/build/mkdocs
- Use mkdocs::build to build the site, add
-zip
argument to create a zip file - Use The toplevel
build.name
variable to change the output zip and build folder names
1 2 3 4 5 6 7 8 9 10 |
|