From 33a530b33762a4e501d93669537350168b74b99a Mon Sep 17 00:00:00 2001 From: Victor Santos Date: Fri, 12 Dec 2025 15:36:00 -0300 Subject: [PATCH] feat(docs): add new integration routes for AWS Amplify and TeamCity --- docs/docs.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index f413eef5b..19f8561bf 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -3241,6 +3241,14 @@ { "source": "/integrations/overview", "destination": "/integrations/secret-syncs" + }, + { + "source": "/integrations/cloud/aws-amplify", + "destination": "/integrations/cicd/aws-amplify" + }, + { + "source": "/integrations/cloud/teamcity", + "destination": "/integrations/cicd/teamcity" } ] }