mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
37 lines
795 B
JSON
37 lines
795 B
JSON
{
|
|
"title": "Documentation",
|
|
"root": true,
|
|
"description": "Technical reference and integration",
|
|
"icon": "Book",
|
|
"slug": "",
|
|
"pages": [
|
|
"---Getting Started---",
|
|
"start",
|
|
"motivation",
|
|
"---Usage---",
|
|
"./usage/setup",
|
|
"./usage/database",
|
|
"./usage/cli",
|
|
"./usage/sdk",
|
|
"./usage/react",
|
|
"./usage/elements",
|
|
"./usage/mcp/",
|
|
"---Extending---",
|
|
"./extending/config",
|
|
"./extending/events",
|
|
"./extending/plugins",
|
|
"./extending/admin",
|
|
"---Integration---",
|
|
"./integration/introduction",
|
|
"./integration/(frameworks)/",
|
|
"./integration/(runtimes)/",
|
|
"---Modules---",
|
|
"./modules/overview",
|
|
"./modules/server/",
|
|
"./modules/data",
|
|
"./modules/auth",
|
|
"./modules/media",
|
|
"./modules/flows"
|
|
]
|
|
}
|