1
0
mirror of synced 2025-12-20 02:23:30 -05:00
Commit Graph

28 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]
5f9c5e92a3 docs: Add Keycloak ingress configuration for Self-Managed Enterprise (#66488)
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-22 10:54:49 -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
Jose Pefaur
8172dfd439 ci: misc changes to enable support for enterprise connectors (#65942) 2025-09-05 08:20:43 -05:00
Aaron ("AJ") Steers
a2b78a54f9 docs: improve AIRBYTE_ENTRYPOINT requirements with absolute path guidance (#64943)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-08-15 22:26:26 -07:00
Prabhat Agarwal
ab11d924b1 Update low-code-cdk-overview.md (#64876) 2025-08-14 08:53:57 -07:00
Yarden Carmeli
18cd563eae v1.7 - Improve CDC documentation for adding new schemas/columns (#63734)
Co-authored-by: ian-at-airbyte <ian.alton@airbyte.io>
2025-07-24 05:25:16 -07:00
Charles
50a97db804 chore: migrate connectors from MIT to ELv2 (#63723) 2025-07-22 14:26:58 -07:00
Matteo Palarchio
9c4df077cf Update cdc.md (#63722) 2025-07-22 14:16:01 -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
Ian Alton
aa9638ae02 Docs handle ingress change (#62940) 2025-07-11 11:34:47 -07:00
Ian Alton
cbd2253006 docs: 1.7 ingress review (#62511) 2025-07-07 13:06:55 -07:00
Edward Gao
910b171efe Connector dev setup docs fix (#62492) 2025-07-02 18:42:26 +00:00
Edward Gao
e4b58a0ecc Docs: cherrypick direct-load doc updates (#61672) 2025-06-17 15:43:22 -07:00
Ian Alton
c6016f1f30 Generate 1.7 docs (#61651) 2025-06-16 16:44:09 -07:00