1
0
mirror of synced 2025-12-23 21:03:15 -05:00

docs: Create community docs instance and move community content (#68675)

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>
This commit is contained in:
devin-ai-integration[bot]
2025-11-03 18:22:15 -08:00
committed by GitHub
parent 4774b7611a
commit a605a81da9
41 changed files with 601 additions and 785 deletions

View File

@@ -150,28 +150,6 @@ const buildAConnector = {
],
};
const contributeToAirbyte = {
type: "category",
label: "Contribute to Airbyte",
link: {
type: "doc",
id: "contributing-to-airbyte/README",
},
items: [
"contributing-to-airbyte/issues-and-requests",
"contributing-to-airbyte/developing-locally",
"contributing-to-airbyte/writing-docs",
{
type: "category",
label: "Resources",
items: [
"contributing-to-airbyte/resources/pull-requests-handbook",
"contributing-to-airbyte/resources/qa-checks",
],
},
],
};
const deployAirbyte = {
type: "category",
label: "Deploy Airbyte",
@@ -573,30 +551,6 @@ module.exports = {
id: "using-airbyte/pyairbyte/getting-started",
},
understandingAirbyte,
{
type: "category",
label: "Licenses",
link: {
type: "doc",
id: "developer-guides/licenses/README",
},
items: [
"developer-guides/licenses/license-faq",
"developer-guides/licenses/elv2-license",
"developer-guides/licenses/mit-license",
"developer-guides/licenses/examples",
],
},
sectionHeader("Community"),
contributeToAirbyte,
"community/getting-support",
"community/code-of-conduct",
sectionHeader("Product updates"),
{
type: "link",
label: "Roadmap",
href: "https://go.airbyte.com/roadmap",
},
],
},
],