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>
45 lines
984 B
JavaScript
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',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
};
|