From 688df41eb26528406e5f9420d6008fbfa35a2ac0 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Tue, 5 Dec 2023 13:34:54 -0500 Subject: [PATCH] Organize introductory pages (#1086) --- mkdocs.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index ad2372884..1cefc3189 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -48,13 +48,15 @@ theme: nav: - Home: - About: index.md - - Installation: install.md - - Introduction: intro.md - - Environments: environment.md - - Versioning: version.md - - Builds: build.md - - Publishing: publish.md - - Next steps: next-steps.md + - Walkthrough: + - Installation: install.md + - Introduction: intro.md + - Environments: environment.md + - Versioning: version.md + - Builds: build.md + - Publishing: publish.md + - Learn: + - Next steps: next-steps.md - History: - Hatch: history/hatch.md - Hatchling: history/hatchling.md