Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moved sso doc over to configurations #11041

Merged
merged 2 commits into from
Jan 20, 2022
Merged

Conversation

erondpowell
Copy link
Contributor

@erondpowell erondpowell commented Jan 14, 2022

Fixes #11034

Guides had only one item, sso, which was a better fit inside of the configurations folder.

@rijkvanzanten
Copy link
Member

We'll also have to update the objects that control the navigation, here:

{
title: 'Guides',
children: [
{
type: 'page',
path: '/guides/sso',
title: 'Single Sign-On (SSO)',
},
],
},

@erondpowell
Copy link
Contributor Author

erondpowell commented Jan 20, 2022

We'll also have to update the objects that control the navigation, here:

{
title: 'Guides',
children: [
{
type: 'page',
path: '/guides/sso',
title: 'Single Sign-On (SSO)',
},
],
},

I'm pretty sure this takes care of it. Should I close this or another member?

@rijkvanzanten rijkvanzanten merged commit f0a1177 into main Jan 20, 2022
@rijkvanzanten rijkvanzanten deleted the sso-file-to-config-folder branch January 20, 2022 15:08
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move "Guides > SSO" to "Configuration"
2 participants