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