From 9e09482647dae7fe3068f072627d86302fbbf468 Mon Sep 17 00:00:00 2001 From: Art O Cathain <153507562+art-dsit@users.noreply.github.com> Date: Tue, 20 May 2025 15:13:22 +0100 Subject: [PATCH] [docs] Fix Publishing Packages, Next = "Index" (#13533) The Next footer tab on the Publishing Packages docs page just says "Index" which is not helpful. The page it links to is headed "Integration guides". --- mkdocs.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.template.yml b/mkdocs.template.yml index 8f00d782b..be4cafe83 100644 --- a/mkdocs.template.yml +++ b/mkdocs.template.yml @@ -99,7 +99,7 @@ nav: - Features: getting-started/features.md - Getting help: getting-started/help.md - Guides: - - guides/index.md + - Integration Guides: guides/index.md - Installing Python: guides/install-python.md - Running scripts: guides/scripts.md - Using tools: guides/tools.md