From 2f2c2b74db504af6b48b6bf9c343c851edbfb5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 4 May 2021 15:33:31 +0200 Subject: [PATCH] fix: minor docs cleanup --- website/i18n/en.json | 9 +++++++++ website/sidebars.json | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/website/i18n/en.json b/website/i18n/en.json index 64be53cd15..fb878e77d0 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -11,12 +11,18 @@ "addons/index": { "title": "Addons Introduction" }, + "addons/datadog": { + "title": "Datadog" + }, "addons/jira-commenter": { "title": "Jira commenter" }, "addons/slack": { "title": "Slack" }, + "addons/teams": { + "title": "Microsoft Teams" + }, "addons/webhook": { "title": "Webhook" }, @@ -149,6 +155,9 @@ "sdks/go_sdk": { "title": "GO SDK" }, + "sdks/index": { + "title": "Introduction" + }, "sdks/java_sdk": { "title": "Java SDK" }, diff --git a/website/sidebars.json b/website/sidebars.json index 90d934592a..a4d2c09cf3 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -2,8 +2,6 @@ "documentation": { "Getting started": [ "user_guide/index", - "user_guide/connect_sdk", - "user_guide/client_sdk", "user_guide/create_feature_toggle", "user_guide/activation_strategy", "user_guide/control_rollout", @@ -13,6 +11,7 @@ "user_guide/single_page_apps" ], "Working with the SDK": [ + "sdks/index", "sdks/java_sdk", "sdks/node_sdk", "sdks/dot_net_sdk",