From 438132d30af5a3a75e3e783e9c705d9c3deaf8b6 Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Thu, 27 Feb 2025 11:58:16 +0100 Subject: [PATCH] fix link --- docs/sidebars.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index e8dd3e7bbb..063b3b0a40 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -806,10 +806,9 @@ module.exports = { items: [ "apis/openidoauth/endpoints", { - title: "OIDC Playground", + label: "OIDC Playground", + type: "link", href: "https://zitadel.com/oidc-playground", - description: - "Test OpenID Authentication Requests, giving you more insight how OpenID Connect works", }, "apis/openidoauth/scopes", "apis/openidoauth/claims",