diff --git a/docs/docs/index.md b/docs/docs/index.md index 97e57747a..42e78182d 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -2,6 +2,8 @@ hide_comments: true hide: - navigation +title: Home + --- {!README.md!} \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 05f9a7ada..2ff0382e5 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -84,8 +84,7 @@ plugins: - tutorials/llm-compiler/math_tools.py - tutorials/llm-compiler/output_parser.py nav: - - Home: - - "index.md" + - "index.md" - Tutorials: - "tutorials/index.md" - Quick Start: tutorials/introduction.ipynb