Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBarnes authored Sep 26, 2023
1 parent 9d7ba8b commit 85f7dfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/content/contributing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -170,5 +169,5 @@ git checkout -b <YOUR-DESIRED-BRANCH-NAME-HERE>
## 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 <kbd>CTRL</kbd>+<kbd>C</kbd> 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 <kbd>CTRL</kbd>+<kbd>C</kbd> and then restart the Hugo web server by running `hugo server -D` from the root of the repo.

0 comments on commit 85f7dfb

Please sign in to comment.