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',