summaryrefslogtreecommitdiffstats
path: root/docs/content/en/getting-started/usage.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/getting-started/usage.md')
-rw-r--r--docs/content/en/getting-started/usage.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/content/en/getting-started/usage.md b/docs/content/en/getting-started/usage.md
index 2b41ecb45..32c270270 100644
--- a/docs/content/en/getting-started/usage.md
+++ b/docs/content/en/getting-started/usage.md
@@ -167,6 +167,11 @@ Most Hugo builds are so fast that you may not notice the change unless looking d
Hugo injects the LiveReload `<script>` before the closing `</body>` in your templates and will therefore not work if this tag is not present..
{{% /note %}}
+### Redirect automatically to the page you just saved
+
+When you are working with more than one document and want to see the markup as real-time as possible it's not ideal to keep jumping between them.
+Fortunately Hugo has an easy, embedded and simple solution for this. It's the flag `--navigateToChanged`.
+
### Disable LiveReload
LiveReload works by injecting JavaScript into the pages Hugo generates. The script creates a connection from the browser's web socket client to the Hugo web socket server.