1
0
mirror of synced 2025-12-22 11:31:02 -05:00
Commit Graph

275 Commits

Author SHA1 Message Date
Ian Alton
92fe232150 Fix typos (#55181) 2025-03-03 15:19:14 -08:00
Ian Alton
4018cf9460 Implement Vale to lint the docs (#54732) 2025-03-03 13:10:33 -08:00
Marcos Marx
1645341f3b [docs] update contributing guide (#53660)
Co-authored-by: Natik Gadzhi <natik@respawn.io>
2025-03-03 16:24:08 +00:00
Christo Grabowski
a221862e56 docs: remove deprecated Builder compatibility guide from docs (#54145) 2025-02-19 22:19:00 -08:00
Natik Gadzhi
b70b57bd5e chore(airbyte-ci): move common_utils into ci_credentials (#52643) 2025-01-30 17:18:06 -08:00
Ian Alton
f26cd8efb3 Replace GH Pages with Vercel (#51575) 2025-01-15 16:51:07 -08:00
Ian Alton
337597f828 11222 update docs contributor guide (#50974) 2025-01-08 22:10:03 +00:00
Aaron ("AJ") Steers
c7aeec0120 chore(makefile): update Makefile to run pre-commit formatters and decouple pre-commit install from git-hook install (#49921) 2024-12-18 14:04:25 -08:00
Aaron ("AJ") Steers
8002b1ffe9 Docs Update: Create new "Writing Connector Documentation" guide (#48083)
Co-authored-by: Aldo Gonzalez <aldo.gonzalez@airbyte.io>
2024-11-02 00:29:03 +02:00
Augustin
07bb0ed1fc connectors-qa: do not enforce PyPi publication (#47358) 2024-10-25 19:23:03 +02:00
Natik Gadzhi
943e07061f fix(source-postgres): replace path with field in source docs (#46900) 2024-10-15 00:45:02 +03:00
Natalie Kwong
f7aaadd5a7 docs: Update screenshots for Github PAT (#45909) 2024-09-25 13:46:16 -07:00
Natalie Kwong
1565ae0010 docs: Add GitHub PAT directions (#45904) 2024-09-25 12:06:01 -07:00
Marius Posta
b2e63f2b00 airbyte-ci: relax docs qa checks when sl == 0 (#45360) 2024-09-10 15:13:06 +00:00
Natik Gadzhi
4982562054 docs: document contributing via Builder (#44536) 2024-08-22 14:51:05 -07:00
Daryna Ishchenko
ba881951f4 feat(qa_check): enable checking connector docs structure via qa check (#39326) 2024-08-14 19:36:52 +03:00
Natik Gadzhi
91cfd893ab feat(connectors-qa): support manifest-only connectors (#43377) 2024-08-08 22:17:39 +00:00
Bryce Groff
96d1f19f72 docs: refactor the developing locally page around abctl (#42496)
Co-authored-by: Evan Tahler <evan@airbyte.io>
2024-08-01 07:55:13 -07:00
Charles
83cc5bcf6b docs: Add :oss namespace to platform commands (#42413) 2024-07-22 15:26:55 -07:00
Bryce Groff
402515e36d Rework the OSS deployment docs to center around Helm. (#39537)
Co-authored-by: Audrey Maldonado <audrey.maldonado@gmail.com>
Co-authored-by: Natalie Kwong <38087517+nataliekwong@users.noreply.github.com>
2024-07-12 10:14:30 -07:00
Natik Gadzhi
c194d3706d fix(docs): contribution documentation cleanup (#40761)
Co-authored-by: Audrey Maldonado <audrey.maldonado@gmail.com>
2024-07-07 16:23:21 -04:00
Lake Mossman
8e7f5022c2 Revert "Updating terminology Community Connector > Marketplace Connec… (#40710) 2024-07-03 14:03:25 -07:00
Audrey Maldonado
53c5dd6ce2 Updating terminology Community Connector > Marketplace Connector, Certified Connector > Integration (#40678)
Co-authored-by: Natik Gadzhi <natik@respawn.io>
2024-07-02 21:15:29 +00:00
Audrey Maldonado
afa71ae9fc Audrey/connector docs contribution guidelines (#39327)
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2024-06-07 11:57:46 -04:00
Ben Church
6db379dedf feat(qa-checks): Add AcceptanceTestsEnabledCheck (#38736)
Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>
2024-05-29 11:50:27 -04:00
Bryce Groff
af42c24591 Update the quickstart guide to remove some unneeded warnings and notices. Add clarity to how the tool is intended to be used. (#38536) 2024-05-22 09:15:04 -07:00
Natik Gadzhi
cb80e6922a [tools] prettier rules for .md + formatting cleanup 2024-05-07 08:19:33 -07:00
Danylo Jablonski
17a374eb73 connectors-qa: add check for 'maxSecondsBetweenMessages' presence in certified connectors metadata (#36803)
Co-authored-by: Natik Gadzhi <natik@respawn.io>
2024-04-25 14:17:37 +02:00
Natik Gadzhi
b753ade8a0 conectors-qa: verify connector breaking changes are at least 7 days ahead (#35387) 2024-04-08 15:29:39 +00:00
Losalini
a649cbc243 Fix misspellings & missing punctuations (#36747) 2024-04-02 10:25:54 -07:00
Losalini
fbfae4289d 📝 Fix misspelling & missing punctuation mark in Pull Request Handbook Documentation. (#36709) 2024-04-01 14:30:19 -07:00
Aaron ("AJ") Steers
894900a3d0 PyAirbyte: delete airbyte-lib folder (#35910)
Co-authored-by: Natik Gadzhi <natik@respawn.io>
2024-03-29 00:12:03 +00:00
Ben Davis
4652becd0b Bengineer/fix updating documentation local dev requirements (#36522) 2024-03-27 10:54:46 -03:00
Natik Gadzhi
0e9bdf314d connector-templates: move generated code from src so airbyte-ci builds it (#36428)
### What

For newly generated python and low-code connectors, move sources from `src` to `source_%CONN_NAME%` so `airbyte-ci build` can pick them up correctly. Closes #35893.

### What changed?

- Moved the sources from `src`
- Updated package paths in `pyproject.toml` templates

### How to test?

You can make a new connector with `./generate.sh` and verify that it works with Poetry and that it builds with `airbyte-ci build --name source-test`

---
2024-03-25 10:01:30 -07:00
Marius Posta
f90b5d1b62 docs: update and remove some bad content (#36197) 2024-03-15 13:12:37 -07:00
Augustin
f09c97cae3 connectors-qa: check cdk and language tags (#35685) 2024-03-08 08:00:08 +00:00
Ella Rohm-Ensing
d8bae3db0d Re-ignore documentation structure check for the time being (#35458) 2024-02-20 21:41:19 +00:00
Augustin
a54b310368 connectors_qa: make CheckPublishToPyPiIsEnabled only run on source connectors (#35426) 2024-02-19 20:06:24 +00:00
Augustin
87d792e980 doc: Document our connectors QA checks (#35324) 2024-02-19 17:06:37 +00:00
Tim Roes
a94a0707aa 📚 Adjust documentation for corepack (#35192) 2024-02-12 11:55:10 -08:00
Alex Birdsall
fdb3030ca0 Update docs reference from Java 17 to 21 (#34418) 2024-02-09 15:41:46 -08:00
Joe Reuter
2aa7327a8e airbyte-lib: Hidden documentation (#34702)
Co-authored-by: Aaron ("AJ") Steers <aj@airbyte.io>
2024-02-01 11:43:54 +01:00
Alex Birdsall
ab806f944f Use pnpm to manage docusaurus packages (#33922) 2024-01-04 12:44:11 -08:00
Ella Rohm-Ensing
7eba1ed98f add scopedImpact to metadata for scoping breaking changes (#33111) 2023-12-14 00:22:26 +00:00
Patrick Nilan
bc891eaa7e 📚 Docs: Updates Contributing to Airbyte documentation for accuracy (#33372) 2023-12-12 17:38:55 -08:00
Joe Bell
e20896cede Adding Mermaid Diagrams to Docs (#32667) 2023-12-12 23:32:36 +00:00
Joe Reuter
e2789b4f03 Update docusaurus to 3 (#33041) 2023-12-11 17:03:18 +01:00
Augustin
4b8919399c doc: add code-formatting to sidebar.js (#33252) 2023-12-11 10:05:39 +01:00
Augustin
649123eb15 airbyte-ci: create a pre-push hook running airbyte-ci format fix all (#33170) 2023-12-08 13:31:00 +01:00
Marcos Marx
7f96b2d111 📚 Contribution Guide: add msg about Java connectors in contribution guide (#33188)
Co-authored-by: Evan Tahler <evan@airbyte.io>
2023-12-06 15:00:54 -03:00