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": {