From 9af30cccee65cefc07ee6f55506b75cd75eb9849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hey=2E=2E=2E=20It=27s=20ruffi=C3=98!?= <44903742+BlackDahlia313@users.noreply.github.com> Date: Thu, 27 Jul 2023 13:25:20 -0400 Subject: [PATCH] Update Docs Config For SSO Example Link (#19272) * Update config.js Make the SSO examples more prominent in the sidebar * missing } my laptop keyboard plays tricks on me * Update contributors.yml * Run formatter --------- Co-authored-by: rijkvanzanten --- contributors.yml | 1 + docs/.vitepress/config.js | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index defff08a67..2391c11f0b 100644 --- a/contributors.yml +++ b/contributors.yml @@ -60,3 +60,4 @@ - juliuste - amerkay - be7DOTis +- BlackDahlia313 diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index dcc065c400..e634837f9f 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -631,8 +631,11 @@ function sidebar() { text: 'CLI', }, { - link: '/self-hosted/sso', text: 'Single Sign-On (SSO)', + items: [ + { link: '/self-hosted/sso', text: 'Quickstart' }, + { link: '/contributing/sso-examples', text: 'SSO Examples' }, + ], }, { type: 'page',