From e228e291589e2f546a407970800697f73277604d Mon Sep 17 00:00:00 2001 From: Rui Alves Date: Sat, 28 Sep 2024 21:28:52 +0100 Subject: [PATCH] Updated documentation --- docs/README.md | 2 +- docs/docs/development/contributing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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