diff options
Diffstat (limited to 'docs/cli_commands.md')
-rw-r--r-- | docs/cli_commands.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md index 1427b592f5..9113e3b025 100644 --- a/docs/cli_commands.md +++ b/docs/cli_commands.md @@ -352,6 +352,8 @@ Now open your dev environment and live a squiggly-free life. This command starts a local HTTP server which you can use for browsing or improving the docs. Default port is 8936. Use the `-b`/`--browser` flag to automatically open the local webserver in your default browser. +This command runs `docsify serve` if `docsify-cli` is installed (which provides live reload), otherwise Python's builtin HTTP server module will be used. + **Usage**: ``` |