Unverified Commit 9520a989 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

[Docs] Change mkdocs to not use directory urls (#18622)


Signed-off-by: default avatarmgoin <mgoin64@gmail.com>
parent 3d28ad34
...@@ -119,3 +119,8 @@ extra_css: ...@@ -119,3 +119,8 @@ extra_css:
extra_javascript: extra_javascript:
- mkdocs/javascript/run_llm_widget.js - mkdocs/javascript/run_llm_widget.js
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML - 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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment