From 6888708a1a553c8be6f924e5f7a42c7151b46557 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Fri, 23 Feb 2024 14:15:40 -0800 Subject: [PATCH] Add credential rotation guide to toc (#316) --- gatsby-config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gatsby-config.js b/gatsby-config.js index 73a4fe11c..f96556fd4 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -153,6 +153,10 @@ module.exports = { "title": "CI/CD for App Builder Applications", "path": "guides/deployment/ci_cd_for_firefly_apps.md" }, + { + "title": "Credential Rotation", + "path": "guides/credential-rotation.md" + }, ] }, {