mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
38 lines
966 B
JSON
38 lines
966 B
JSON
{
|
|
"documentation": {
|
|
<<<<<<< HEAD
|
|
"User documentation": ["getting_started", "client_sdk", "securing_unleash", "unleash_context", "activation_strategy", "client_specification", "migration_guide"],
|
|
"Developer Guide": ["developer_guide", "database_schema", "database_backup"],
|
|
=======
|
|
"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
|
|
"Guides": ["guides/google_auth"]
|
|
},
|
|
"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"]
|
|
}
|
|
}
|