From b836ea5eb2bd286f3aa274a45a88d4e1a6b800c4 Mon Sep 17 00:00:00 2001 From: Brett Tofel Date: Wed, 6 Nov 2024 16:08:17 -0500 Subject: [PATCH] Add mkdocs ref and move to howto Signed-off-by: Brett Tofel --- docs/{concepts => howto}/how-to-grant-api-access.md | 0 mkdocs.yml | 1 + 2 files changed, 1 insertion(+) rename docs/{concepts => howto}/how-to-grant-api-access.md (100%) diff --git a/docs/concepts/how-to-grant-api-access.md b/docs/howto/how-to-grant-api-access.md similarity index 100% rename from docs/concepts/how-to-grant-api-access.md rename to docs/howto/how-to-grant-api-access.md diff --git a/mkdocs.yml b/mkdocs.yml index 7df6b7eba..9c9bb1018 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,6 +41,7 @@ nav: - Version Range Upgrades: howto/how-to-version-range-upgrades.md - Z-Stream Upgrades: howto/how-to-z-stream-upgrades.md - Derive Service Account Permissions: howto/derive-service-account.md + - Grant API Access: howto/how-to-grant-api-access.md - Conceptual Guides: - Single Owner Objects: concepts/single-owner-objects.md - Upgrade Support: concepts/upgrade-support.md