mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
docs: move sdks to reference docs
This commit is contained in:
parent
4f0fa7cfd2
commit
8828523e4d
@ -13,8 +13,10 @@ module.exports = {
|
|||||||
documentation: [
|
documentation: [
|
||||||
'user_guide/index',
|
'user_guide/index',
|
||||||
{
|
{
|
||||||
Tutorials: [],
|
label: 'Reference documentation',
|
||||||
'Reference documentation': [
|
type: 'category',
|
||||||
|
collapsible: false,
|
||||||
|
items: [
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
link: { type: 'doc', id: 'addons/index' },
|
link: { type: 'doc', id: 'addons/index' },
|
||||||
@ -41,29 +43,12 @@ module.exports = {
|
|||||||
'api/admin/context',
|
'api/admin/context',
|
||||||
'api/admin/user-admin',
|
'api/admin/user-admin',
|
||||||
],
|
],
|
||||||
'Client SDK API': [
|
'Client API': [
|
||||||
'api/client/features',
|
'api/client/features',
|
||||||
'api/client/register',
|
'api/client/register',
|
||||||
'api/client/metrics',
|
'api/client/metrics',
|
||||||
],
|
],
|
||||||
},
|
'Client SDKs': [
|
||||||
],
|
|
||||||
'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/control_rollout',
|
|
||||||
'user_guide/projects',
|
|
||||||
'user_guide/environments',
|
|
||||||
'user_guide/unleash_context',
|
|
||||||
'user_guide/user-management',
|
|
||||||
'user_guide/rbac',
|
|
||||||
'user_guide/api-token',
|
|
||||||
'user_guide/technical_debt',
|
|
||||||
],
|
|
||||||
'Unleash SDKs': [
|
|
||||||
'sdks/index',
|
'sdks/index',
|
||||||
'sdks/java_sdk',
|
'sdks/java_sdk',
|
||||||
'sdks/node_sdk',
|
'sdks/node_sdk',
|
||||||
@ -82,6 +67,37 @@ module.exports = {
|
|||||||
type: 'link',
|
type: 'link',
|
||||||
href: '/sdks#community-sdks',
|
href: '/sdks#community-sdks',
|
||||||
},
|
},
|
||||||
|
,
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
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/control_rollout',
|
||||||
|
'user_guide/projects',
|
||||||
|
'user_guide/environments',
|
||||||
|
'user_guide/unleash_context',
|
||||||
|
'user_guide/user-management',
|
||||||
|
'user_guide/rbac',
|
||||||
|
'user_guide/api-token',
|
||||||
|
'user_guide/technical_debt',
|
||||||
],
|
],
|
||||||
Advanced: [
|
Advanced: [
|
||||||
'advanced/strategy_constraints',
|
'advanced/strategy_constraints',
|
||||||
@ -100,11 +116,7 @@ module.exports = {
|
|||||||
'advanced/sso-google',
|
'advanced/sso-google',
|
||||||
],
|
],
|
||||||
'Topic guides': ['topics/a-b-testing'],
|
'Topic guides': ['topics/a-b-testing'],
|
||||||
'How-to guides': [
|
'How-to guides': [],
|
||||||
'how-to/how-to-add-strategy-constraints',
|
|
||||||
'how-to/how-to-define-custom-context-fields',
|
|
||||||
'how-to/how-to-use-custom-strategies',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
api: {
|
api: {
|
||||||
|
Loading…
Reference in New Issue
Block a user