1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/docusaurus/sidebar-developers.js
devin-ai-integration[bot] 6d8ed4ac77 Create Developers Docusaurus instance with moved documentation pages (#69264)
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>
2025-11-12 12:02:57 -08:00

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',
},
],
},
],
};