2018-11-20 20:34:42 +01:00
|
|
|
{
|
|
|
|
"documentation": {
|
2021-02-25 16:01:36 +01:00
|
|
|
"Getting started": [
|
2021-02-28 22:12:19 +01:00
|
|
|
"user_guide/index",
|
2021-02-25 16:01:36 +01:00
|
|
|
"user_guide/connect_sdk",
|
|
|
|
"user_guide/client_sdk",
|
|
|
|
"user_guide/create_feature_toggle",
|
|
|
|
"user_guide/activation_strategy",
|
|
|
|
"user_guide/control_rollout",
|
|
|
|
"user_guide/projects",
|
|
|
|
"user_guide/unleash_context",
|
|
|
|
"user_guide/native_apps",
|
|
|
|
"user_guide/single_page_apps"
|
|
|
|
],
|
2021-02-25 16:47:22 +01:00
|
|
|
"Working with the SDK": [
|
2021-02-25 16:01:36 +01:00
|
|
|
"sdks/java_sdk",
|
|
|
|
"sdks/node_sdk",
|
|
|
|
"sdks/dot_net_sdk",
|
|
|
|
"sdks/go_sdk",
|
|
|
|
"sdks/python_sdk",
|
|
|
|
"sdks/ruby_sdk"
|
2018-11-22 11:20:28 +01:00
|
|
|
],
|
2021-02-25 16:01:36 +01:00
|
|
|
"Addons framework": [
|
2021-02-05 14:19:04 +01:00
|
|
|
"addons/index",
|
|
|
|
"addons/webhook",
|
|
|
|
"addons/slack",
|
|
|
|
"addons/jira-commenter"
|
|
|
|
],
|
2021-02-25 16:01:36 +01:00
|
|
|
"Advanced": [
|
2021-02-28 21:49:56 +01:00
|
|
|
"advanced/strategy_constraints",
|
2021-02-25 16:01:36 +01:00
|
|
|
"advanced/custom_activation_strategy",
|
|
|
|
"advanced/feature_toggle_types",
|
|
|
|
"advanced/toggle_variants",
|
|
|
|
"advanced/archived_toggles",
|
|
|
|
"advanced/audit_log",
|
|
|
|
"advanced/api_access",
|
|
|
|
"advanced/tags"
|
2019-06-20 19:32:41 +02:00
|
|
|
]
|
2018-11-20 20:34:42 +01:00
|
|
|
},
|
|
|
|
"api": {
|
2018-11-22 11:20:28 +01:00
|
|
|
"Client": [
|
|
|
|
"api/client/features",
|
|
|
|
"api/client/register",
|
|
|
|
"api/client/metrics"
|
|
|
|
],
|
|
|
|
"Admin": [
|
|
|
|
"api/admin/features",
|
|
|
|
"api/admin/strategies",
|
|
|
|
"api/admin/metrics",
|
2019-03-15 15:39:26 +01:00
|
|
|
"api/admin/events",
|
2020-11-03 15:05:31 +01:00
|
|
|
"api/admin/state",
|
2021-01-19 10:42:45 +01:00
|
|
|
"api/admin/feature-types",
|
|
|
|
"api/admin/addons"
|
2018-11-22 11:20:28 +01:00
|
|
|
],
|
2021-02-25 16:55:18 +01:00
|
|
|
"Internal": ["api/internal/internal", "api/internal/health"],
|
2020-12-15 13:42:22 +01:00
|
|
|
"Specification": ["api/open_api"]
|
2021-02-25 16:01:36 +01:00
|
|
|
},
|
|
|
|
"Deploy and manage": {
|
|
|
|
"Deploy & configure": [
|
|
|
|
"deploy/getting_started",
|
|
|
|
"deploy/configuring_unleash",
|
|
|
|
"deploy/securing_unleash",
|
|
|
|
"deploy/google_auth",
|
|
|
|
"deploy/database_backup",
|
|
|
|
"deploy/migration_guide",
|
|
|
|
"deploy/import_export"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Integrations": {
|
2021-02-25 16:47:22 +01:00
|
|
|
"Integrations": ["integrations/integrations"]
|
2021-02-25 16:01:36 +01:00
|
|
|
},
|
|
|
|
"Contribute": {
|
|
|
|
"Contribute to Unleash": [
|
|
|
|
"developer_guide",
|
|
|
|
"client_specification",
|
|
|
|
"database_schema"
|
|
|
|
]
|
2018-11-20 20:34:42 +01:00
|
|
|
}
|
|
|
|
}
|