From bf555b8c3ce45331ff59b0d7f125a4521014b8c4 Mon Sep 17 00:00:00 2001 From: Russell Goyder <62347952+russellgoyder@users.noreply.github.com> Date: Fri, 27 Dec 2024 10:02:48 -0800 Subject: [PATCH] Removed overview from nav (#34) Co-authored-by: Russell Goyder --- mkdocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 61ff069..960cc75 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,7 +13,6 @@ nav: - Sunrise and Sunset: 'nb/sunrise_and_sunset.md' - Orbit Analysis: 'nb/orbit_analysis.md' - Deriving the Analemma: - - Overview: 'nb/overview.md' - Setup and Definitions: 'nb/sundial_setup.md' - The Hour Angle: 'nb/hour_angle.md' - The Shadow Angle: 'nb/shadow_angle.md'