diff --git a/docs/README.md b/docs/README.md index bd4aded51..29191980f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,5 @@ # Website -This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator. +This website is built using [Docusaurus 3.5](https://docusaurus.io/docs), a modern static website generator. For installation and contributing instructions, please follow the [Contributing Docs](https://docs.frigate.video/development/contributing). diff --git a/docs/docs/development/contributing.md b/docs/docs/development/contributing.md index a86b768ff..32fc13e1f 100644 --- a/docs/docs/development/contributing.md +++ b/docs/docs/development/contributing.md @@ -193,7 +193,7 @@ npm run test #### 1. Installation ```console -npm install +cd docs && npm install ``` #### 2. Local Development