mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-26 05:04:28 +08:00
[Docs] Change mkdocs to not use directory urls (#18622)
Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
parent
3d28ad343f
commit
9520a989df
@ -119,3 +119,8 @@ extra_css:
|
||||
extra_javascript:
|
||||
- mkdocs/javascript/run_llm_widget.js
|
||||
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
|
||||
|
||||
# Makes the url format end in .html rather than act as a dir
|
||||
# So index.md generates as index.html and is available under URL /index.html
|
||||
# https://www.mkdocs.org/user-guide/configuration/#use_directory_urls
|
||||
use_directory_urls: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user