From 8da23703fa828721fe4ecc61b13cb4749e14c92b Mon Sep 17 00:00:00 2001 From: tzarc Date: Thu, 4 Nov 2021 21:04:04 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=206437045166cafab14f2fbe5fcae44f6b066adbc5=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli_commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli_commands.md b/cli_commands.md index 8fa7ad41dc..e498f3b22e 100644 --- a/cli_commands.md +++ b/cli_commands.md @@ -373,6 +373,8 @@ qmk format-c -b branch_name 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**: ```