Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: ian.alton@airbyte.io <ian.alton@airbyte.io>
33 lines
684 B
JavaScript
33 lines
684 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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
};
|