mkdocs build
help
執行
$ mkdocs build --help
顯示
Usage: mkdocs build [OPTIONS]
  Build the MkDocs documentation
Options:
  -c, --clean                     Remove old files from the site_dir before
                                  building
  -f, --config-file FILENAME      Provide a specific MkDocs config
  -s, --strict                    Enable strict mode. This will cause MkDocs
                                  to abort the build on any warnings.
  -t, --theme [cerulean|journal|readable|amelia|cyborg|yeti|flatly|bootstrap|simplex|cosmo|united|material|readthedocs|spacelab|slate|mkdocs]
                                  The theme to use when building your
                                  documentation.
  -d, --site-dir PATH             The directory to output the result of the
                                  documentation build.
  -q, --quiet                     Silence warnings
  -v, --verbose                   Enable verbose output
  -h, --help                      Show this message and exit.