From 3669f118094dc8ff537b406d8531fdb42a7e8661 Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Thu, 22 Jan 2026 16:08:00 +0000 Subject: [PATCH] docs: Add missing nav entries for existing how-to guides MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restores navigation entries that were incorrectly removed in PR #134: - how-to/manage-secrets.md → Setup section - how-to/object-storage-overview.md → Object Storage section - how-to/choose-storage-type.md → Object Storage section These files exist but were missing from the sidebar navigation. Co-Authored-By: Claude Opus 4.5 --- mkdocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs.yaml b/mkdocs.yaml index 4a157911..a3175789 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -52,6 +52,7 @@ nav: - how-to/index.md - Setup: - Installation: how-to/installation.md + - Manage Secrets: how-to/manage-secrets.md - Configure Database: how-to/configure-database.md - Configure Object Storage: how-to/configure-storage.md - Command-Line Interface: how-to/use-cli.md @@ -73,6 +74,8 @@ nav: - Handle Errors: how-to/handle-errors.md - Monitor Progress: how-to/monitor-progress.md - Object Storage: + - Overview: how-to/object-storage-overview.md + - Choose Storage Type: how-to/choose-storage-type.md - Use Object Storage: how-to/use-object-storage.md - Use NPY Codec: how-to/use-npy-codec.md - Use Plugin Codecs: how-to/use-plugin-codecs.md