Update contributing (#3339)

This commit is contained in:
Casper 2023-05-15 06:38:52 +02:00 committed by GitHub
parent 7cc05581d1
commit f794d10bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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