diff --git a/docs/getting-started/view-the-docs-locally/hugo-commands.md b/docs/getting-started/view-the-docs-locally/hugo-commands.md index 63321a01..7930fef1 100644 --- a/docs/getting-started/view-the-docs-locally/hugo-commands.md +++ b/docs/getting-started/view-the-docs-locally/hugo-commands.md @@ -15,6 +15,7 @@ Run either of these two commands. hugo server ``` This is quicker, as Hugo will only regenerate files it detects have changed. + If you have moved files then the left-hand menu may not always regenerate correctly. If this occurs then run the following command. ---