2018-11-20 20:34:42 +01:00
|
|
|
{
|
|
|
|
"documentation": {
|
2018-11-22 11:20:28 +01:00
|
|
|
<<<<<<< HEAD
|
2018-11-22 20:33:28 +01:00
|
|
|
"User documentation": ["getting_started", "client_sdk", "securing_unleash", "unleash_context", "activation_strategy", "client_specification", "migration_guide"],
|
2018-11-22 04:07:15 +01:00
|
|
|
"Developer Guide": ["developer_guide", "database_schema", "database_backup"],
|
2018-11-22 11:20:28 +01:00
|
|
|
=======
|
|
|
|
"Getting Started": [
|
|
|
|
"getting_started",
|
|
|
|
"securing_unleash",
|
|
|
|
"unleash_context",
|
|
|
|
"activation_strategy",
|
|
|
|
"client_specification",
|
|
|
|
"migration_guide"
|
|
|
|
],
|
|
|
|
"Developer Guide": [
|
|
|
|
"developer_guide",
|
|
|
|
"database_schema",
|
|
|
|
"database_backup"
|
|
|
|
],
|
|
|
|
>>>>>>> chore: Fix formatting all the things
|
2018-11-22 04:07:15 +01:00
|
|
|
"Guides": ["guides/google_auth"]
|
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",
|
|
|
|
"api/admin/events"
|
|
|
|
],
|
|
|
|
"Internal": ["api/internal"]
|
2018-11-20 20:34:42 +01:00
|
|
|
}
|
|
|
|
}
|