1
0
mirror of synced 2025-12-20 10:32:35 -05:00
Commit Graph

32 Commits

Author SHA1 Message Date
devin-ai-integration[bot]
262e52a419 chore(docs): default platform docs to Cloud/Next version (#70896)
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-12-15 11:10:29 -08:00
devin-ai-integration[bot]
6f3a9d89f6 docs: fix pages with multiple H1 headings (#70310)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Ian Alton <ian.alton@airbyte.io>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-03 00:37:40 +00:00
devin-ai-integration[bot]
5c07ae8497 docs: improve SFTP and SFTP Bulk connector documentation (#69209)
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-24 16:27:21 -08:00
Vai Ignatavicius
26274ba763 Fix typo in command instruction (#69240) 2025-11-08 16:41:57 +00:00
devin-ai-integration[bot]
4a0ad0a153 Update qa-checks.md generation path to reflect Docusaurus multi-instance structure (#69181)
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-05 09:54:02 -08:00
devin-ai-integration[bot]
2aa2d029c5 docs: Update Airbyte Academy page with API and PyAirbyte fundamentals courses (#69174)
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-04 11:02:00 -08:00
Ian Alton
975934cee8 Add Cloud product badge to AI Assistant (#63777) 2025-11-04 17:37:08 +00:00
Ian Alton
f259001baa docs: Remove future promise from Java destinations update (#68650)
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-10-27 10:20:34 -07:00
Lucas Leadbetter
b7f9c5bbea update otel docs to reflect proper configuration steps (#67719)
## What

The OpenTelemetry docs were unclear on how to actually configure the
Collector and Airbyte to connect, as well as necessary prereqs to do so.
This PR just updates to make those a little clearer.

## How

Docs updates. 

## Review guide

Validate docs makes sense. 

## User Impact

n/a

## Can this PR be safely reverted and rolled back?
<!--
* If unsure, leave it blank.
-->
- [x] YES 💚
- [ ] NO 

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-14 13:55:44 -07:00
devin-ai-integration[bot]
27ed20403e chore(workflows): Consolidate Vale linting into Reviewdog workflow (#67620)
## What

Consolidates the Vale linting job from PR #65973 into the existing
Reviewdog workflow. This adds Vale as a second documentation linting job
alongside MarkdownLint, both using the same reviewdog reporter for
consistency.

Related to #65973

## How

**Workflow Changes** (`.github/workflows/reviewdog.yml`):
- Updated workflow comments to reflect that both MarkdownLint and Vale
run on docs
- Added a new `vale` job that runs after the `markdownlint` job
- Configured Vale to use `github-pr-review` reporter (matching
MarkdownLint's configuration)
- Uses `filter_mode: added` to only lint newly added content
- Uses `fail_on_error: false` to keep Vale checks non-blocking

**Vale Configuration Changes** (`docusaurus/vale.ini`):
- Changed `MinAlertLevel` from `suggestion` to `warning`
- This scopes Vale to only report warnings and errors, excluding
suggestions

## Review guide

1. **`.github/workflows/reviewdog.yml`** - Review the Vale job
configuration:
   - Verify the `errata-ai/vale-action` parameters are correct
- Confirm `github-pr-review` is the appropriate reporter (changed from
`github-pr-check` in the original PR #65973)
- Check that `filter_mode: added` and `fail_on_error: false` are the
desired settings

2. **`docusaurus/vale.ini`** - Review the MinAlertLevel change:
- Confirm `MinAlertLevel = warning` is the desired behavior (excludes
suggestions, only shows warnings and errors)
- Note: The `airbyte.punctuation = NO` rule was already removed in
master, so no changes needed there

## User Impact

**Positive:**
- Documentation PRs will now receive automated Vale linting feedback
alongside MarkdownLint
- Both linters use the same reporter type for consistent PR annotations
- Vale will only flag warnings and errors, reducing noise from
suggestions

**Neutral:**
- This supersedes the separate Vale workflow from PR #65973, which can
be closed once this is merged
- No impact to existing MarkdownLint checks

## Can this PR be safely reverted and rolled back?

- [x] YES 💚

This only adds a new linting job to the Reviewdog workflow. Reverting
would simply remove the Vale checks without affecting the existing
MarkdownLint job or any other workflows.

---

**Session Details:**
- Requested by: Ian Alton (ian.alton@airbyte.io)
- Link to Devin run:
https://app.devin.ai/sessions/7993d1cba2464b48bbababe88bda0671

---------

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-10-10 23:01:49 +00:00
Lucas Leadbetter
9ab8811fc0 updating trial length docs per recent changes (#67513)
## What

Trial lengths were recently updated to 30 days from 14 days, so updating
docs to reflect this. I can't seem to find any other references to that
length in the docs, so this should be the only other references.

## How

Updated docs. 

## User Impact

Just minor docs update. 

## Can this PR be safely reverted and rolled back?
<!--
* If unsure, leave it blank.
-->
- [x] YES 💚
- [ ] NO 

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-08 07:46:16 -07:00
Vai Ignatavicius
ebbf6b1751 Fixed typo in heartbeats docs (#67013) 2025-10-02 19:03:57 +01:00
devin-ai-integration[bot]
63a3e5c39d docs(platform): Set Azure infrastructure page as draft (#66745)
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-09-29 11:40:57 -07:00
devin-ai-integration[bot]
6ce6038dd9 docs: Update product plan display names (#66548)
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>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-19 19:07:19 -07:00
Charles
50a97db804 chore: migrate connectors from MIT to ELv2 (#63723) 2025-07-22 14:26:58 -07:00
Ryan Br...
05cb813aca Update docs to mention clickhouse namespace -> database mapping (#62950) 2025-07-22 11:39:23 -07:00
devin-ai-integration[bot]
cca6dacb9d feat(docs): Add Cloud Enterprise product badge (#62945)
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-07-11 16:01:56 -07:00
Edward Gao
910b171efe Connector dev setup docs fix (#62492) 2025-07-02 18:42:26 +00:00
Aaron ("AJ") Steers
606a46a041 feat: add '/build-connector-images' command and related workflows for pre-release docker image builds (#61347) 2025-06-03 22:35:27 +00:00
Aaron ("AJ") Steers
f4f46c3668 docs: add docs for how to create a working docker image (#60898)
Co-authored-by: David Gold <32782137+dbgold17@users.noreply.github.com>
2025-06-03 12:38:13 -07:00
Aaron ("AJ") Steers
22673db0a1 ci: add on-demand CAT tests (#60980) 2025-05-29 11:35:43 -07:00
Aaron ("AJ") Steers
1979dd3b0f docs: update managing connector secrets section for clarity and detail (#60819) 2025-05-20 22:18:35 +00:00
Aaron ("AJ") Steers
a3c816d3eb docs: add documentation of CDKs and the new CDK CLI (#60817) 2025-05-20 18:43:06 +00:00
devin-ai-integration[bot]
0681d82733 docs: fix broken links to template.md.j2 using GitHub URLs (#60341)
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-05-20 09:26:24 -07:00
Aaron ("AJ") Steers
f9d738f8a1 ci: new Community CI workflow, including /run-connector-tests slash command and "BYO connector creds" (#60289) 2025-05-16 14:05:41 -07:00
Ian Alton
c6dc8eb827 Regenerate 1.6 platform docs due to a small delta with a patch (#59175) 2025-05-15 12:22:21 -07:00
Aaron ("AJ") Steers
42655c0e2c docs: update Poe the Poet installation instructions and Docker recommendations (#60281) 2025-05-14 16:11:22 -07:00
Aaron ("AJ") Steers
7a04e52299 docs: improve local connector development docs (#60248)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-14 08:35:11 -07:00
Shane Zarechian
eaa1b49da1 Typo fix (#59209) 2025-05-05 15:12:37 +03:00
Aaron ("AJ") Steers
c944a40bb6 docs: improve local connector development page (#58676) 2025-04-25 13:44:46 -07:00
Ian Alton
58240f15fc Add new cases to handle folders without a path (#58625) 2025-04-24 20:50:06 -04:00
Ian Alton
01cd16654e 11059 multi-instance, versioned docs (#58095)
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-04-24 02:58:09 +03:00