mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
* improvement(enterprise): enterprise checks code consolidation * update docs * revert isHosted check * add unique index to prevent multiple orgs per user * address greptile comments * ui bug
23 lines
389 B
JSON
23 lines
389 B
JSON
{
|
|
"title": "Sim Documentation",
|
|
"pages": [
|
|
"./introduction/index",
|
|
"./getting-started/index",
|
|
"triggers",
|
|
"blocks",
|
|
"tools",
|
|
"connections",
|
|
"mcp",
|
|
"copilot",
|
|
"knowledgebase",
|
|
"variables",
|
|
"execution",
|
|
"permissions",
|
|
"sdks",
|
|
"self-hosting",
|
|
"./enterprise/index",
|
|
"./keyboard-shortcuts/index"
|
|
],
|
|
"defaultOpen": false
|
|
}
|