From 995e682002470f3e96895d91a93e3dfcfe38588d Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Sun, 17 Nov 2024 16:22:57 +0000 Subject: [PATCH] remove top menu --- mkdocs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 5ae95b53c6..b7ebc585bf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,9 +10,8 @@ edit_uri: edit/main/docs/ copyright: © Pydantic Services Inc. 2024 to present nav: - - Introduction: - - Introduction: index.md - - install.md + - Introduction: index.md + - install.md - Documentation: - agents.md - dependencies.md