mkdocs serve

help

執行

$ mkdocs serve --help

顯示

Usage: mkdocs serve [OPTIONS]

  Run the builtin development server

Options:
  -f, --config-file FILENAME      Provide a specific MkDocs config
  -a, --dev-addr <IP:PORT>        IP address and port to serve documentation
                                  locally (default: localhost:8000)
  -s, --strict                    Enable strict mode. This will cause MkDocs
                                  to abort the build on any warnings.
  -t, --theme [material|cerulean|bootstrap|readable|spacelab|cosmo|readthedocs|flatly|simplex|journal|united|amelia|yeti|cyborg|mkdocs|slate]
                                  The theme to use when building your
                                  documentation.
  --livereload / --no-livereload  Enable and disable the live reloading in the
                                  development server.
  -q, --quiet                     Silence warnings
  -v, --verbose                   Enable verbose output
  -h, --help                      Show this message and exit.