From 0bc82bd8193e257dac7b8bf1e801b544f3b8a44f Mon Sep 17 00:00:00 2001 From: Rene Jeglinsky Date: Tue, 14 Jul 2026 15:43:56 +0200 Subject: [PATCH 1/2] remove toggle frontmatter - leftover --- guides/multitenancy/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/guides/multitenancy/index.md b/guides/multitenancy/index.md index 043093c2f..f8183959b 100644 --- a/guides/multitenancy/index.md +++ b/guides/multitenancy/index.md @@ -1,7 +1,6 @@ --- synopsis: > Introducing the fundamental concepts of multitenancy, underpinning SaaS solutions in CAP. It describes how to run and test apps in multitenancy mode with minimized setup and overhead. -impl-variants: true --- # Deploy Multitenant SaaS Applications From fc92f43d53664528ef70080dbd662a042fa7bf5a Mon Sep 17 00:00:00 2001 From: Rene Jeglinsky Date: Tue, 14 Jul 2026 15:44:16 +0200 Subject: [PATCH 2/2] ai supported untoggling --- guides/security/authentication.md | 294 +++++++++--------------------- 1 file changed, 82 insertions(+), 212 deletions(-) diff --git a/guides/security/authentication.md b/guides/security/authentication.md index 33c2fddd4..518a80b08 100644 --- a/guides/security/authentication.md +++ b/guides/security/authentication.md @@ -4,7 +4,6 @@ label: Authentication synopsis: > This guide explains how to authenticate CAP services. status: released -impl-variants: true ---