From 85f7dfbadda3aa1a106586e4f42a43948397f8b9 Mon Sep 17 00:00:00 2001 From: Joseph Barnes Date: Tue, 26 Sep 2023 14:42:40 -0500 Subject: [PATCH] Update _index.md --- docs/content/contributing/_index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/contributing/_index.md b/docs/content/contributing/_index.md index 0eca649d1..e6f356f68 100644 --- a/docs/content/contributing/_index.md +++ b/docs/content/contributing/_index.md @@ -101,7 +101,6 @@ A "ready state" means you have a forked copy of the [`Azure/azure-monitor-baseli When in VS Code you should be able to open a terminal and run the below commands to access a copy of the AMBA website from a local web server, provided by Hugo, using the following address [`http://localhost:1313/azure-monitor-baseline-alerts/`](http://localhost:1313/azure-monitor-baseline-alerts/): ```text -cd docs hugo server -D ``` @@ -170,5 +169,5 @@ git checkout -b ## Top Tips 1. Sometimes the local version of the website may show some inconsistencies that don't reflect the content you have created. - - If this happens, simply kill the Hugo local web server by pressing CTRL+C and then restart the Hugo web server by running `hugo server -D` from the `docs/` directory + - If this happens, simply kill the Hugo local web server by pressing CTRL+C and then restart the Hugo web server by running `hugo server -D` from the root of the repo.