From f6da52829695f3377d05506cf5421c9255a1675f Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Wed, 11 Sep 2024 14:55:19 +0200 Subject: [PATCH] fix(console): dynamic documentation button (#8596) This PR makes the documenation dynamic according to the external links --- console/src/app/modules/header/header.component.html | 8 ++++---- console/src/app/modules/header/header.component.ts | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/console/src/app/modules/header/header.component.html b/console/src/app/modules/header/header.component.html index 2a167731ec..e4ef76dd2a 100644 --- a/console/src/app/modules/header/header.component.html +++ b/console/src/app/modules/header/header.component.html @@ -172,11 +172,11 @@ {{ pP.customLinkText }} - - - {{ 'MENU.DOCUMENTATION' | translate }} - + + {{ 'MENU.DOCUMENTATION' | translate }} + +
= new Subject(); public BreadcrumbType: any = BreadcrumbType; public ActionKeysType: any = ActionKeysType; - public docsLink = 'https://zitadel.com/docs'; public positions: ConnectedPosition[] = [ new ConnectionPositionPair({ originX: 'start', originY: 'bottom' }, { overlayX: 'start', overlayY: 'top' }, 0, 10),