From b30d8b3ff533f12ac9469df76abe2c2d3a98f8dc Mon Sep 17 00:00:00 2001 From: mffap Date: Mon, 9 Oct 2023 11:35:55 +0200 Subject: [PATCH] docs(integrate): argo cd (#6523) * docs(integrate): argo cd * update to latest --- docs/sidebars.js | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 3d884cc969..4a3d219012 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -286,11 +286,6 @@ module.exports = { type: 'autogenerated', dirName: 'guides/integrate/services', }, - { - type: 'link', - label: 'Nextcloud', - href: 'https://zitadel.com/blog/zitadel-as-sso-provider-for-selfhosting', - }, { type: 'link', label: 'Bold BI (boldbi.com)', @@ -308,14 +303,19 @@ module.exports = { }, { type: 'link', - label: 'Psono (psono.com)', - href: 'https://doc.psono.com/admin/configuration/oidc-zitadel.html', + label: 'Nextcloud', + href: 'https://zitadel.com/blog/zitadel-as-sso-provider-for-selfhosting', }, { type: 'link', label: 'Netbird (netbird.io)', href: 'https://docs.netbird.io/selfhosted/identity-providers', }, + { + type: 'link', + label: 'Psono (psono.com)', + href: 'https://doc.psono.com/admin/configuration/oidc-zitadel.html', + }, { type: 'link', label: 'Zoho Desk (zoho.com)', @@ -336,6 +336,11 @@ module.exports = { }, collapsed: true, items: [ + { + type: 'link', + label: 'Argo CD', + href: 'https://argo-cd.readthedocs.io/en/latest/operator-manual/user-management/zitadel/', + }, "guides/integrate/tools/apache2", "guides/integrate/authenticated-mongodb-charts", "examples/identity-proxy/oauth2-proxy"