mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
docs: re-categorize most current docs
This commit is contained in:
parent
ca7657e424
commit
28934042c0
@ -13,7 +13,7 @@ module.exports = {
|
|||||||
documentation: [
|
documentation: [
|
||||||
'user_guide/index',
|
'user_guide/index',
|
||||||
{
|
{
|
||||||
label: 'Reference documentation',
|
label: 'Reference documentation 📜',
|
||||||
type: 'category',
|
type: 'category',
|
||||||
collapsible: false,
|
collapsible: false,
|
||||||
items: [
|
items: [
|
||||||
@ -67,39 +67,15 @@ module.exports = {
|
|||||||
type: 'link',
|
type: 'link',
|
||||||
href: '/sdks#community-sdks',
|
href: '/sdks#community-sdks',
|
||||||
},
|
},
|
||||||
,
|
|
||||||
],
|
],
|
||||||
},
|
'Unleash concepts': [
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'How-to guides',
|
|
||||||
type: 'category',
|
|
||||||
collapsible: true,
|
|
||||||
items: [
|
|
||||||
'how-to/how-to-add-strategy-constraints',
|
|
||||||
'how-to/how-to-define-custom-context-fields',
|
|
||||||
'how-to/how-to-use-custom-strategies',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Tutorials: [],
|
|
||||||
'Getting started': [
|
|
||||||
'user_guide/quickstart',
|
|
||||||
'user_guide/important-concepts',
|
|
||||||
'user_guide/v4-whats-new',
|
|
||||||
'user_guide/create_feature_toggle',
|
|
||||||
'user_guide/activation_strategy',
|
'user_guide/activation_strategy',
|
||||||
'user_guide/control_rollout',
|
'user_guide/control_rollout',
|
||||||
'user_guide/projects',
|
'user_guide/projects',
|
||||||
'user_guide/environments',
|
'user_guide/environments',
|
||||||
'user_guide/unleash_context',
|
'user_guide/unleash_context',
|
||||||
'user_guide/user-management',
|
|
||||||
'user_guide/rbac',
|
'user_guide/rbac',
|
||||||
'user_guide/api-token',
|
|
||||||
'user_guide/technical_debt',
|
'user_guide/technical_debt',
|
||||||
],
|
|
||||||
Advanced: [
|
|
||||||
'advanced/strategy_constraints',
|
'advanced/strategy_constraints',
|
||||||
'advanced/custom_activation_strategy',
|
'advanced/custom_activation_strategy',
|
||||||
'advanced/feature_toggle_types',
|
'advanced/feature_toggle_types',
|
||||||
@ -107,15 +83,40 @@ module.exports = {
|
|||||||
'advanced/stickiness',
|
'advanced/stickiness',
|
||||||
'advanced/archived_toggles',
|
'advanced/archived_toggles',
|
||||||
'advanced/audit_log',
|
'advanced/audit_log',
|
||||||
'advanced/api_access',
|
|
||||||
'advanced/tags',
|
'advanced/tags',
|
||||||
'advanced/enterprise-authentication',
|
'advanced/enterprise-authentication',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'How-to guides 🦶',
|
||||||
|
type: 'category',
|
||||||
|
collapsible: true,
|
||||||
|
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-open-id-connect',
|
||||||
'advanced/sso-saml',
|
'advanced/sso-saml',
|
||||||
'advanced/sso-saml-keycloak',
|
'advanced/sso-saml-keycloak',
|
||||||
'advanced/sso-google',
|
'advanced/sso-google',
|
||||||
|
'advanced/api_access',
|
||||||
|
'user_guide/api-token',
|
||||||
|
'user_guide/user-management',
|
||||||
|
'user_guide/create_feature_toggle',
|
||||||
],
|
],
|
||||||
'Topic guides': ['topics/a-b-testing'],
|
},
|
||||||
|
{
|
||||||
|
Tutorials: [],
|
||||||
|
'Getting started 🏁': [
|
||||||
|
'user_guide/quickstart',
|
||||||
|
'user_guide/important-concepts',
|
||||||
|
'user_guide/v4-whats-new',
|
||||||
|
],
|
||||||
|
Advanced: [],
|
||||||
|
'Topic guides 🤓': ['topics/a-b-testing'],
|
||||||
'How-to guides': [],
|
'How-to guides': [],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user