1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

fix: minor docs cleanup

This commit is contained in:
Ivar Conradi Østhus 2021-05-04 15:33:31 +02:00
parent 2099bbea73
commit 2f2c2b74db
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
2 changed files with 10 additions and 2 deletions

View File

@ -11,12 +11,18 @@
"addons/index": { "addons/index": {
"title": "Addons Introduction" "title": "Addons Introduction"
}, },
"addons/datadog": {
"title": "Datadog"
},
"addons/jira-commenter": { "addons/jira-commenter": {
"title": "Jira commenter" "title": "Jira commenter"
}, },
"addons/slack": { "addons/slack": {
"title": "Slack" "title": "Slack"
}, },
"addons/teams": {
"title": "Microsoft Teams"
},
"addons/webhook": { "addons/webhook": {
"title": "Webhook" "title": "Webhook"
}, },
@ -149,6 +155,9 @@
"sdks/go_sdk": { "sdks/go_sdk": {
"title": "GO SDK" "title": "GO SDK"
}, },
"sdks/index": {
"title": "Introduction"
},
"sdks/java_sdk": { "sdks/java_sdk": {
"title": "Java SDK" "title": "Java SDK"
}, },

View File

@ -2,8 +2,6 @@
"documentation": { "documentation": {
"Getting started": [ "Getting started": [
"user_guide/index", "user_guide/index",
"user_guide/connect_sdk",
"user_guide/client_sdk",
"user_guide/create_feature_toggle", "user_guide/create_feature_toggle",
"user_guide/activation_strategy", "user_guide/activation_strategy",
"user_guide/control_rollout", "user_guide/control_rollout",
@ -13,6 +11,7 @@
"user_guide/single_page_apps" "user_guide/single_page_apps"
], ],
"Working with the SDK": [ "Working with the SDK": [
"sdks/index",
"sdks/java_sdk", "sdks/java_sdk",
"sdks/node_sdk", "sdks/node_sdk",
"sdks/dot_net_sdk", "sdks/dot_net_sdk",