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

38 Commits

Author SHA1 Message Date
Aaron ("AJ") Steers
6d8dcdd082 docs: add inline scopedImpact example to breaking changes guide (#70353)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-12-05 01:12:38 +00:00
Aaron ("AJ") Steers
310d5978c2 docs(connector-development): Enhance breaking changes policy with additional requirements (#70344)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-12-04 15:10:34 -08:00
Aaron ("AJ") Steers
5299b6df33 docs: Improve $parameters documentation with automatic propagation details (#69249)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-11-08 23:43:16 -08:00
devin-ai-integration[bot]
41a178c5dc docs: fix typos and broken links in documentation (#69175)
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 10:43:05 -08:00
Ian Alton
975934cee8 Add Cloud product badge to AI Assistant (#63777) 2025-11-04 17:37:08 +00:00
devin-ai-integration[bot]
a605a81da9 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>
2025-11-03 18:22:15 -08:00
devin-ai-integration[bot]
4c03019e7e feat(docs): Add Navattic component for embedding Navattic demos (#69118)
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-31 22:51:43 -07:00
Ian Alton
b691f08936 docs: update guidance around 2.0 deployment to use Helm chart version (#68584) 2025-10-27 18:13:03 -07: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
Ian Alton
4f97ee2dab docs: update plan names in docs content (#67573)
## What
<!--
* Describe what the change is solving. Link all GitHub issues related to
this change.
-->

This pull request updates plan names across most of the Documentation so
they're consistent with our current plan names.

## How
<!--
* Describe how code changes achieve the solution.
-->

My original plan was to convert free text to MDX variables so we only
had to make future updates to names in one place. While broadly
successful, there were numerous edge cases that made rolling this out
almost impossible. There were too many ways and places you couldn't use
variables due to a variety of limitations in Docusaurus and Airbyte's
internal MarkDown processor. Explaining how to properly use them made me
realize how prohibitively insufficient this was. In the end, I opted to
return to using free text for plan names.

Scope is now broadly reduced. This PR:

- Converts remaining instances of old plan names to new plan names. In
most cases, I replaced old plan names with new plan names directly. In
some cases, sentences were rewritten to make a bit more sense or be more
maintainable in the future.

- Removes previously added preprocessor variables from Docusaurus
configuration.

- Update Vale styles or various artifacts of content based on linter
findings.

## Review guide
<!--
1. `x.py`
2. `y.py`
-->

Spot check updated pages to ensure plan names appear appropriately. It's
probably not necessary to check every single instance in detail.

For Platform docs, changes only apply to the Next/Cloud version. After
merging, I'll regenerate 2.0 docs based on this. 1.8 and before won't be
updated.

## User Impact
<!--
* What is the end result perceived by the user?
* If there are negative side effects, please list them. 
-->

People can see correct plan names in docs content.

## 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-17 17:34:29 -07:00
Ian Alton
8b40981ae9 Update breaking changes guide with how to use reusable content blocks (#68116)
## What
<!--
* Describe what the change is solving. Link all GitHub issues related to
this change.
-->

Updated the guide AJ produced for breaking connector changes. Adds
instructions to use the block of generic connector upgrade information
that can be added dynamically.

## How
<!--
* Describe how code changes achieve the solution.
-->

## Review guide
<!--
1. `x.py`
2. `y.py`
-->

## User Impact
<!--
* What is the end result perceived by the user?
* If there are negative side effects, please list them. 
-->

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

---------

Co-authored-by: Patrick Nilan <nilan.patrick@gmail.com>
2025-10-15 20:23:32 +00:00
Aaron ("AJ") Steers
e09ee0e04f 📝 Refactor connector breaking changes documentation (#68098) 2025-10-15 10:53:12 -07:00
Ian Alton
e70507fbfb Remove references to webapp in the docs (#64540)
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-09-27 14:12:44 -07:00
Ian Alton
93fb9f4567 Docs for new orgs and workspaces redesign aka Org Landing Page (#66550)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-25 13:52:43 -07:00
David Gold
962573e676 docs: update async stream contexts for download step (#66181)
Co-authored-by: Patrick Nilan <nilan.patrick@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-11 20:14:56 +00:00
Michel
c3afb714ab docs: Fix typo in documentation (#65109) 2025-08-21 13:13:56 -07:00
Ian Alton
401911eaa8 Docs connector builder schema second pass (#64165)
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-08-06 16:35:04 -07:00
Ian Alton
fbb4ae69dc Docs connector builder tutorial fix field name (#64128) 2025-07-30 13:34:57 -07:00
Ian Alton
2ea8ee2076 Fix typo in Connector Builder tutorial (#64115) 2025-07-29 16:20:34 -07:00
Charles
50a97db804 chore: migrate connectors from MIT to ELv2 (#63723) 2025-07-22 14:26:58 -07:00
Ian Alton
61f24719f8 13167 docs for connector builder new UI schemaform rollout (#63329)
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Lake Mossman <lake@airbyte.io>
2025-07-22 20:36:48 +02:00
Ian Alton
345f2b99b2 [DOCS] Helm chart 2.0 docs (#61577)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: perangel <perangel@gmail.com>
2025-07-16 21:59:34 -07:00
Edward Gao
910b171efe Connector dev setup docs fix (#62492) 2025-07-02 18:42:26 +00:00
Ian Alton
3487dc7e3e Docs property chunking (#61433)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-06-10 20:58:48 +00:00
Ian Alton
15829b6267 Docs file syncing low code (#61437)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-06-10 20:43:40 +00:00
Ian Alton
8e27321589 [Docs][1.7] Low resource mode disables the Connector Builder (#61346) 2025-06-03 15:51:44 -07: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
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
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
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
Przemysław Dąbek
e5506068ac [docs] Update Resumable Full Refresh Streams docs to use CheckpointMixin instead of StateMixin (#60212)
Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
2025-05-12 12:47:54 +00:00
Ian Alton
02968945d0 Docs link fixes as submitted by the MKT team (#59220)
Co-authored-by: tanmay21111 <169040595+tanmay21111@users.noreply.github.com>
2025-05-08 11:33:33 -07:00
Lake Mossman
04067426d7 add documentation for stream templates (#59665)
Adds documentation for stream templates in the connector builder
2025-05-07 16:35:31 -07:00
Aaron ("AJ") Steers
c944a40bb6 docs: improve local connector development page (#58676) 2025-04-25 13:44:46 -07: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