1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/docusaurus/sidebar-ai-agents.js

71 lines
1.8 KiB
JavaScript

export default {
"ai-agents": [
{
type: "category",
collapsible: false,
label: "AI Agents",
link: {
type: "doc",
id: "README",
},
items: [
{
type: "category",
label: "Embedded",
items: [
{
type: "category",
label: "Widget",
items: [
"embedded/widget/quickstart",
{
type: "category",
label: "Tutorials",
items: [
"embedded/widget/tutorials/prerequisites-setup",
"embedded/widget/tutorials/develop-your-app",
"embedded/widget/tutorials/use-embedded",
],
},
"embedded/widget/managing-embedded",
"embedded/widget/template-tags",
],
},
{
type: "category",
label: "API",
items: [
"embedded/api/README",
{
type: "link",
label: "Sonar API reference",
href: "/embedded-api/sonar",
},
"embedded/api/connection-templates",
"embedded/api/source-templates",
"embedded/api/configuring-sources",
],
},
],
},
{
type: "category",
label: "MCP Servers",
items: [
{
type: "doc",
id: "pyairbyte-mcp",
label: "PyAirbyte MCP",
},
{
type: "doc",
id: "connector-builder-mcp",
label: "Connector Builder MCP",
},
]
}
]
}
],
};