mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
1d9065aff1
Co-authored-by: Christopher Kolstad <chriswk@fastmail.com> Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com> Co-authored-by: Ivar Conradi Østhus <ivarconr@gmail.com> Co-authored-by: Eco C <egilconr@gmail.com>
82 lines
1.9 KiB
JSON
82 lines
1.9 KiB
JSON
{
|
|
"documentation": {
|
|
"Getting started": [
|
|
"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"
|
|
],
|
|
"Working with your SDK": [
|
|
"sdks/java_sdk",
|
|
"sdks/node_sdk",
|
|
"sdks/dot_net_sdk",
|
|
"sdks/go_sdk",
|
|
"sdks/python_sdk",
|
|
"sdks/ruby_sdk"
|
|
],
|
|
"Addons framework": [
|
|
"addons/index",
|
|
"addons/webhook",
|
|
"addons/slack",
|
|
"addons/jira-commenter"
|
|
],
|
|
"Advanced": [
|
|
"user_guide/strategy_constraints",
|
|
"advanced/custom_activation_strategy",
|
|
"advanced/feature_toggle_types",
|
|
"advanced/toggle_variants",
|
|
"advanced/archived_toggles",
|
|
"advanced/audit_log",
|
|
"advanced/api_access",
|
|
"advanced/tags"
|
|
]
|
|
},
|
|
"api": {
|
|
"Client": [
|
|
"api/client/features",
|
|
"api/client/register",
|
|
"api/client/metrics"
|
|
],
|
|
"Admin": [
|
|
"api/admin/features",
|
|
"api/admin/strategies",
|
|
"api/admin/metrics",
|
|
"api/admin/events",
|
|
"api/admin/state",
|
|
"api/admin/feature-types",
|
|
"api/admin/addons"
|
|
],
|
|
"Internal": ["api/internal"],
|
|
"Specification": ["api/open_api"]
|
|
},
|
|
"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": {
|
|
"Integrations": [
|
|
"integrations/integrations"
|
|
]
|
|
},
|
|
"Contribute": {
|
|
"Contribute to Unleash": [
|
|
"developer_guide",
|
|
"client_specification",
|
|
"database_schema"
|
|
]
|
|
}
|
|
}
|
|
|