From 1601c3a47dae9ddb5a62cc28c19c2eae01a9be86 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:08:10 -0700 Subject: [PATCH] Fix mobile nav nesting (#1804) --- docs/docs/index.md | 2 ++ docs/mkdocs.yml | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) 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