From 141b359330007bab2e99eebfe98341ce1a36a6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 4 May 2021 20:11:17 +0200 Subject: [PATCH] chore: moved technical debt docs to user-guides --- docs/{deploy => user_guide}/technical-debt.md | 0 website/i18n/en.json | 6 +++--- website/sidebars.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename docs/{deploy => user_guide}/technical-debt.md (100%) diff --git a/docs/deploy/technical-debt.md b/docs/user_guide/technical-debt.md similarity index 100% rename from docs/deploy/technical-debt.md rename to docs/user_guide/technical-debt.md diff --git a/website/i18n/en.json b/website/i18n/en.json index fb878e77d0..5aa2e2d5ef 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -131,9 +131,6 @@ "deploy/securing_unleash": { "title": "Securing Unleash" }, - "deploy/technical_debt": { - "title": "Technical Debt" - }, "developer_guide": { "title": "Developer guide" }, @@ -206,6 +203,9 @@ "user_guide/single_page_apps": { "title": "Working with single page apps" }, + "user_guide/technical_debt": { + "title": "Technical Debt" + }, "user_guide/unleash_context": { "title": "Unleash Context" } diff --git a/website/sidebars.json b/website/sidebars.json index a4d2c09cf3..e940c93d11 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -7,6 +7,7 @@ "user_guide/control_rollout", "user_guide/projects", "user_guide/unleash_context", + "user_guide/technical_debt", "user_guide/native_apps", "user_guide/single_page_apps" ], @@ -64,8 +65,7 @@ "deploy/google_auth", "deploy/database_backup", "deploy/migration_guide", - "deploy/import_export", - "deploy/technical_debt" + "deploy/import_export" ] }, "Integrations": {