We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35ca76 commit c594cbfCopy full SHA for c594cbf
docs/contributing/README.md
@@ -43,11 +43,12 @@ Install MkDocs along with the [plugins](https://github.com/vllm-project/vllm/blo
43
pip install -r requirements/docs.txt
44
```
45
46
-> **Note:** Ensure that your Python version is compatible with the plugins (e.g., mkdocs-awesome-nav requires Python 3.10+)
+!!! note
47
+ Ensure that your Python version is compatible with the plugins (e.g., `mkdocs-awesome-nav` requires Python 3.10+)
48
49
#### Verify Installation
50
-Confirm that MkDocs is correctly installed::
51
+Confirm that MkDocs is correctly installed:
52
53
```bash
54
mkdocs --version
0 commit comments