Skip to content

Commit

Permalink
docs: move sdks to reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 25, 2022
1 parent 4f0fa7c commit 8828523
Showing 1 changed file with 40 additions and 28 deletions.
68 changes: 40 additions & 28 deletions website/sidebars.js
Expand Up @@ -13,8 +13,10 @@ module.exports = {
documentation: [
'user_guide/index',
{
Tutorials: [],
'Reference documentation': [
label: 'Reference documentation',
type: 'category',
collapsible: false,
items: [
{
type: 'category',
link: { type: 'doc', id: 'addons/index' },
Expand All @@ -41,13 +43,47 @@ module.exports = {
'api/admin/context',
'api/admin/user-admin',
],
'Client SDK API': [
'Client API': [
'api/client/features',
'api/client/register',
'api/client/metrics',
],
'Client SDKs': [
'sdks/index',
'sdks/java_sdk',
'sdks/node_sdk',
'sdks/dot_net_sdk',
'sdks/go_sdk',
'sdks/python_sdk',
'sdks/ruby_sdk',
'sdks/php_sdk',
'sdks/unleash-proxy',
'sdks/android_proxy_sdk',
'sdks/proxy-javascript',
'sdks/proxy-react',
'sdks/proxy-ios',
{
label: 'Community SDKs',
type: 'link',
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',
Expand All @@ -63,26 +99,6 @@ module.exports = {
'user_guide/api-token',
'user_guide/technical_debt',
],
'Unleash SDKs': [
'sdks/index',
'sdks/java_sdk',
'sdks/node_sdk',
'sdks/dot_net_sdk',
'sdks/go_sdk',
'sdks/python_sdk',
'sdks/ruby_sdk',
'sdks/php_sdk',
'sdks/unleash-proxy',
'sdks/android_proxy_sdk',
'sdks/proxy-javascript',
'sdks/proxy-react',
'sdks/proxy-ios',
{
label: 'Community SDKs',
type: 'link',
href: '/sdks#community-sdks',
},
],
Advanced: [
'advanced/strategy_constraints',
'advanced/custom_activation_strategy',
Expand All @@ -100,11 +116,7 @@ module.exports = {
'advanced/sso-google',
],
'Topic guides': ['topics/a-b-testing'],
'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',
],
'How-to guides': [],
},
],
api: {
Expand Down

0 comments on commit 8828523

Please sign in to comment.