1
0
mirror of synced 2025-12-19 10:00:34 -05:00
Files
airbyte/docusaurus/sidebar-developers.js
Ian Alton e57ab8cb0c docs(ai-agents): Add AI connector tutorials and Agent engine positioning (#70461)
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
2025-12-12 16:24:55 -08:00

45 lines
984 B
JavaScript

module.exports = {
developers: [
{
type: "category",
collapsible: false,
label: "Developers",
link: {
type: "doc",
id: "README",
},
items: [
"api-documentation",
"terraform-documentation",
{
type: "doc",
label: "PyAirbyte",
id: "using-pyairbyte",
},
{
type: 'link',
label: 'Python SDK',
href: 'https://github.com/airbytehq/airbyte-api-python-sdk',
},
{
type: 'link',
label: 'Java SDK',
href: 'https://github.com/airbytehq/airbyte-api-java-sdk',
},
{
type: 'category',
label: 'MCP Servers',
link: {
type: "doc",
id: 'mcp-servers/readme',
},
items: [
'mcp-servers/pyairbyte-mcp',
// 'mcp-servers/connector-builder-mcp',
],
},
],
},
],
};