Skip to content

Commit

Permalink
docs: create categories and group how-to guides.
Browse files Browse the repository at this point in the history
This probably needs more discussion etc, but it's a good start, I think.
  • Loading branch information
thomasheartman committed Jan 25, 2022
1 parent a13a463 commit de41208
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions website/sidebars.js
Expand Up @@ -30,18 +30,25 @@ module.exports = {
slug: '/how-to',
},
items: [
'how-to/how-to-add-strategy-constraints',
'how-to/how-to-define-custom-context-fields',
'how-to/how-to-use-custom-strategies',

'advanced/sso-open-id-connect',
'advanced/sso-saml',
'advanced/sso-saml-keycloak',
'advanced/sso-google',
'advanced/api_access',
'user_guide/api-token',
'user_guide/user-management',
'user_guide/create_feature_toggle',
{
API: ['advanced/api_access', 'user_guide/api-token'],
'Feature toggles, strategies, and related': [
'how-to/how-to-add-strategy-constraints',
'how-to/how-to-define-custom-context-fields',
'how-to/how-to-use-custom-strategies',
'user_guide/create_feature_toggle',
],
'Users and permissions': [
'how-to/how-to-create-and-assign-custom-project-roles',
'user_guide/user-management',
],
SSO: [
'advanced/sso-open-id-connect',
'advanced/sso-saml',
'advanced/sso-saml-keycloak',
'advanced/sso-google',
],
},
],
},
{
Expand Down

0 comments on commit de41208

Please sign in to comment.