Skip to content

Commit 604e5e6

Browse files
authored
[Docs] Remove unnecessary navigation and enable strict mode (#39)
Signed-off-by: Harry Mellor <[email protected]>
1 parent 86462b1 commit 604e5e6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ uv run mkdocs serve
4242
```
4343

4444
## License
45-
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
45+
This project is licensed under the Apache License 2.0 - see the [LICENSE](https://github.com/vllm-project/recipes/blob/main/LICENSE) file for details.

mkdocs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ site_url: !ENV READTHEDOCS_CANONICAL_URL
33
repo_url: https://github.com/vllm-project/recipes
44
edit_uri: edit/main/
55
docs_dir: .
6+
strict: true
67

78
theme:
89
name: material
@@ -33,10 +34,7 @@ theme:
3334
- content.code.copy
3435
- content.tabs.link
3536
- navigation.tracking
36-
- navigation.tabs
37-
- navigation.tabs.sticky
3837
- navigation.sections
39-
- navigation.prune
4038
- navigation.top
4139
- search.highlight
4240
- search.share

0 commit comments

Comments
 (0)