From fc273a5cebe46934caa00bf4c98f5d7b0cf95df3 Mon Sep 17 00:00:00 2001 From: David Davis Date: Thu, 11 Sep 2025 15:28:57 -0500 Subject: [PATCH] Add navigation buttons to documentation pages - Enable navigation.footer feature in Material theme - Add Previous/Next buttons at bottom of documentation pages - Improves user experience for sequential reading through docs - Applied consistently across all three config files Fixes #1540 --- configs/mkdocs.full.yml | 1 + configs/mkdocs.minimal.yml | 1 + configs/mkdocs.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/configs/mkdocs.full.yml b/configs/mkdocs.full.yml index bbb9eddd..658ddb3d 100644 --- a/configs/mkdocs.full.yml +++ b/configs/mkdocs.full.yml @@ -17,6 +17,7 @@ theme: - navigation.tabs - navigation.tabs.sticky - navigation.top + - navigation.footer - search.suggest - search.highlight - search.share diff --git a/configs/mkdocs.minimal.yml b/configs/mkdocs.minimal.yml index 49e83c47..4f6f841c 100644 --- a/configs/mkdocs.minimal.yml +++ b/configs/mkdocs.minimal.yml @@ -17,6 +17,7 @@ theme: - navigation.tabs - navigation.tabs.sticky - navigation.top + - navigation.footer - search.suggest - search.highlight - search.share diff --git a/configs/mkdocs.yml b/configs/mkdocs.yml index bbb9eddd..658ddb3d 100644 --- a/configs/mkdocs.yml +++ b/configs/mkdocs.yml @@ -17,6 +17,7 @@ theme: - navigation.tabs - navigation.tabs.sticky - navigation.top + - navigation.footer - search.suggest - search.highlight - search.share