Skip to content

Commit 99aa6b1

Browse files
committed
chore(docs): address review feedback regarding standardisation and redundant notes
Signed-off-by: Heby T Paul <hebytpaul1111@gmail.com>
1 parent 31d7b87 commit 99aa6b1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Make sure you have the following prerequisites installed on your operating syste
4343
go version
4444
```
4545

46-
**Note:** The extended Hugo version and PostCSS are automatically managed via npm when you run `make setup`, so you do not need to install them globally.
46+
4747

4848
**Note:** If you're on a _Windows environment_ then it is highly recommended that you install [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/install) both for performance and ease of use.
4949

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ Explore tutorials and documentation by product in the https://docs.layer5.io web
4444
<details>
4545

4646
<summary><h3>Build Docs with Golang</h3></summary>
47-
If your local development environment has a supported version (v1.21.0+) of Golang installed, you are ready to proceed. The extended Hugo version (which has necessary SCSS/SASS support) is automatically managed by npm, so you do not need to install it globally.
47+
If your local development environment has a supported version (v1.21.0+) of Golang installed, you are ready to proceed.
4848

4949
Now to setup and run the site locally execute:
5050

51-
1. `make setup` (This installs local dependencies, including Hugo)
51+
1. `make setup`
5252
2. `make site`
5353
3. visit http://localhost:1313
5454

0 commit comments

Comments
 (0)