mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
33 lines
692 B
JSON
33 lines
692 B
JSON
{
|
|
"documentation": {
|
|
"User Documentation": [
|
|
"getting_started",
|
|
"securing_unleash",
|
|
"unleash_context",
|
|
"activation_strategy",
|
|
"client_specification",
|
|
"migration_guide"
|
|
],
|
|
"Developer Guide": [
|
|
"developer_guide",
|
|
"database_schema",
|
|
"database_backup"
|
|
],
|
|
"Guides": ["guides/google_auth", "guides/custom_activation_strategy"]
|
|
},
|
|
"api": {
|
|
"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"]
|
|
}
|
|
}
|