1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-31 13:47:02 +02:00

chore: moved technical debt docs to user-guides

This commit is contained in:
Ivar Conradi Østhus 2021-05-04 20:11:17 +02:00
parent b5a36a6d42
commit 141b359330
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
3 changed files with 5 additions and 5 deletions

View File

@ -131,9 +131,6 @@
"deploy/securing_unleash": { "deploy/securing_unleash": {
"title": "Securing Unleash" "title": "Securing Unleash"
}, },
"deploy/technical_debt": {
"title": "Technical Debt"
},
"developer_guide": { "developer_guide": {
"title": "Developer guide" "title": "Developer guide"
}, },
@ -206,6 +203,9 @@
"user_guide/single_page_apps": { "user_guide/single_page_apps": {
"title": "Working with single page apps" "title": "Working with single page apps"
}, },
"user_guide/technical_debt": {
"title": "Technical Debt"
},
"user_guide/unleash_context": { "user_guide/unleash_context": {
"title": "Unleash Context" "title": "Unleash Context"
} }

View File

@ -7,6 +7,7 @@
"user_guide/control_rollout", "user_guide/control_rollout",
"user_guide/projects", "user_guide/projects",
"user_guide/unleash_context", "user_guide/unleash_context",
"user_guide/technical_debt",
"user_guide/native_apps", "user_guide/native_apps",
"user_guide/single_page_apps" "user_guide/single_page_apps"
], ],
@ -64,8 +65,7 @@
"deploy/google_auth", "deploy/google_auth",
"deploy/database_backup", "deploy/database_backup",
"deploy/migration_guide", "deploy/migration_guide",
"deploy/import_export", "deploy/import_export"
"deploy/technical_debt"
] ]
}, },
"Integrations": { "Integrations": {