mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
docs: sort all sidebar items
This commit is contained in:
parent
de41208164
commit
43604df380
@ -31,22 +31,22 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
API: ['advanced/api_access', 'user_guide/api-token'],
|
API: ['user_guide/api-token', 'advanced/api_access'],
|
||||||
'Feature toggles, strategies, and related': [
|
'Feature toggles, strategies, context': [
|
||||||
'how-to/how-to-add-strategy-constraints',
|
'how-to/how-to-add-strategy-constraints',
|
||||||
|
'user_guide/create_feature_toggle',
|
||||||
'how-to/how-to-define-custom-context-fields',
|
'how-to/how-to-define-custom-context-fields',
|
||||||
'how-to/how-to-use-custom-strategies',
|
'how-to/how-to-use-custom-strategies',
|
||||||
'user_guide/create_feature_toggle',
|
|
||||||
],
|
],
|
||||||
'Users and permissions': [
|
'Users and permissions': [
|
||||||
'how-to/how-to-create-and-assign-custom-project-roles',
|
|
||||||
'user_guide/user-management',
|
'user_guide/user-management',
|
||||||
|
'how-to/how-to-create-and-assign-custom-project-roles',
|
||||||
],
|
],
|
||||||
SSO: [
|
SSO: [
|
||||||
|
'advanced/sso-google',
|
||||||
'advanced/sso-open-id-connect',
|
'advanced/sso-open-id-connect',
|
||||||
'advanced/sso-saml',
|
'advanced/sso-saml',
|
||||||
'advanced/sso-saml-keycloak',
|
'advanced/sso-saml-keycloak',
|
||||||
'advanced/sso-google',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -149,23 +149,23 @@ module.exports = {
|
|||||||
'Deploy and manage Unleash': [
|
'Deploy and manage Unleash': [
|
||||||
'deploy/getting_started',
|
'deploy/getting_started',
|
||||||
'deploy/configuring_unleash',
|
'deploy/configuring_unleash',
|
||||||
'deploy/securing_unleash',
|
|
||||||
'deploy/email',
|
|
||||||
'deploy/google_auth',
|
|
||||||
'deploy/database-setup',
|
'deploy/database-setup',
|
||||||
'deploy/database_backup',
|
'deploy/database_backup',
|
||||||
'deploy/migration_guide',
|
'deploy/email',
|
||||||
|
'deploy/google_auth',
|
||||||
'deploy/import_export',
|
'deploy/import_export',
|
||||||
|
'deploy/migration_guide',
|
||||||
|
'deploy/securing_unleash',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
link: { type: 'doc', id: 'addons/index' },
|
link: { type: 'doc', id: 'addons/index' },
|
||||||
items: [
|
items: [
|
||||||
'addons/webhook',
|
'addons/datadog',
|
||||||
'addons/slack',
|
'addons/slack',
|
||||||
'addons/teams',
|
'addons/teams',
|
||||||
'addons/datadog',
|
'addons/webhook',
|
||||||
],
|
],
|
||||||
label: 'Addons',
|
label: 'Addons',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user