mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-30 01:07:59 -05:00
* docs(sdk): update README to reflect new interface * improvement(docs): add quick reference page and update SDK documentation * docs(copilot): update copilot documentation with all features
24 lines
420 B
JSON
24 lines
420 B
JSON
{
|
|
"title": "Sim Documentation",
|
|
"pages": [
|
|
"./introduction/index",
|
|
"./getting-started/index",
|
|
"./quick-reference/index",
|
|
"triggers",
|
|
"blocks",
|
|
"tools",
|
|
"connections",
|
|
"mcp",
|
|
"copilot",
|
|
"knowledgebase",
|
|
"variables",
|
|
"execution",
|
|
"permissions",
|
|
"sdks",
|
|
"self-hosting",
|
|
"./enterprise/index",
|
|
"./keyboard-shortcuts/index"
|
|
],
|
|
"defaultOpen": false
|
|
}
|