From f794d10bb578159765854d38aaebc7191629fd79 Mon Sep 17 00:00:00 2001 From: Casper Date: Mon, 15 May 2023 06:38:52 +0200 Subject: [PATCH] Update contributing (#3339) --- docs/content/contributing/general.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/contributing/general.md b/docs/content/contributing/general.md index d9d2fd58..ea88dc85 100644 --- a/docs/content/contributing/general.md +++ b/docs/content/contributing/general.md @@ -13,7 +13,9 @@ When refactoring, writing or altering scripts or other files, adhere to these ru ## Documentation -You will need to have Docker installed. Navigate into the `docs/` directory. Then run: +Make sure to select `edge` in the dropdown menu at the top. Navigate to the page you would like to edit and click the edit button in the top right. This allows you to make changes and create a pull-request. + +Alternatively you can make the changes locally. For that you'll need to have Docker installed. Navigate into the `docs/` directory. Then run: ```sh docker run --rm -it -p 8000:8000 -v "${PWD}:/docs" squidfunk/mkdocs-material