mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-05 08:08:02 +00:00
Add local build documentation
This commit is contained in:
@@ -3,3 +3,12 @@ We realise that the initial content we created is just a starting point and our
|
||||
As a contributor, you represent that the content you submit is not plagiarised. By submitting the content, you (and, if applicable, your employer) are licensing the submitted content to LinkedIn and the open source community subject to the BSD 2-Clause license.
|
||||
|
||||
We suggest to open an issue first and seek advice for your changes before submitting a pull request.
|
||||
|
||||
### Building and testing locally
|
||||
Run the following commands to build and view the site locally before opening a PR.
|
||||
|
||||
```
|
||||
pip install -r requirements.txt
|
||||
mkdocs build
|
||||
mkdocs serve
|
||||
```
|
||||
Reference in New Issue
Block a user