From 76f467d92514ab799a89cb7e88bc0c304c81f97d Mon Sep 17 00:00:00 2001 From: mffap Date: Sat, 19 Aug 2023 11:39:54 +0200 Subject: [PATCH] docs(integrate): add nextcloud, cf workers (#6395) --- docs/sidebars.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/sidebars.js b/docs/sidebars.js index ac5584e0f3..0fd619381b 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -284,6 +284,16 @@ module.exports = { "guides/integrate/services/auth0-oidc", "guides/integrate/services/auth0-saml", "guides/integrate/services/pingidentity-saml", + { + type: 'link', + label: 'Nextcloud', // The link label + href: 'https://zitadel.com/blog/zitadel-as-sso-provider-for-selfhosting', // The internal path + }, + { + type: 'link', + label: 'Cloudflare workers', // The link label + href: 'https://zitadel.com/blog/increase-spa-security-with-cloudflare-workers', // The internal path + }, ], }, {