Skip to content

Command line usage

wj-mkdocs

usage: wj-mkdocs [-h] [--version] --config CONFIG --output OUTPUT --docs DOCS

wj-mkdocs: 1.0.1

Sets up environment variables to point to various internal resources that
MkDocs can then reference using `!ENV`. It then launches mkdocs.

options:
  -h, --help           show this help message and exit
  --version            show program's version number and exit
  --config, -f CONFIG  Provide a specific MkDocs config.
  --output, -o OUTPUT  The directory to output the result of the documentation
                       build.
  --docs, -d DOCS      Root folder containing MD files.