mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-08 01:28:03 +00:00
mkdocs.yml: Add syntax highlighting (#89)
* mkdocs.yml: Add syntax highlighting * Add languages to codeblocks
This commit is contained in:
@@ -16,7 +16,7 @@ Ensure that you adhere to the following guidelines:
|
||||
### Building and testing locally
|
||||
Run the following commands to build and view the site locally before opening a PR.
|
||||
|
||||
```
|
||||
```bash
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user