1
0
mirror of synced 2025-12-21 19:11:14 -05:00
Commit Graph

19 Commits

Author SHA1 Message Date
Ian Alton
e57ab8cb0c docs(ai-agents): Add AI connector tutorials and Agent engine positioning (#70461)
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
2025-12-12 16:24:55 -08:00
devin-ai-integration[bot]
ca7f69f427 docs: Add gradient with noise texture to docs home page hero section (#69106)
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-30 13:45:25 -07:00
devin-ai-integration[bot]
2360fe0502 docs: add helm v2 unified ingress configuration documentation (#67577)
## What

Updates Airbyte's ingress documentation to acknowledge that ingress
support exists in both Helm chart V1 and V2, while maintaining focus on
the recommended V2 approach. This addresses the discovery that PR #17752
added unified ingress support to Helm V1 charts, making previous "V2
only" statements inaccurate.

Related to on-call issue #9393 and feature PRs #17787 (V2 ingress) and
#17752 (V1 ingress).

## How

- **Removed "V2 only" language** from ingress documentation sections
- **Added notes for V1 users** directing them to the [values.yaml
reference](/platform/deploying-airbyte/values) page for V1-specific
ingress configuration structure
- **Maintained V2 as primary focus** with comprehensive configuration
examples and guidance
- **Updated helm chart comparison table** to show ingress availability
in both versions
- **Restructured documentation** to clearly separate "Helm chart
ingress" vs "manual ingress" options
- **Combined and simplified examples** to focus on required backend
services (server + connector-builder-server)

## Review guide

1. **docs/platform/deploying-airbyte/integrations/ingress.md** - Main
ingress documentation restructuring
   - Verify the V1 note and values.yaml link accuracy
- Check that V2 examples are technically correct (backend field usage)
   - Ensure the two-option structure (Helm chart vs manual) is clear

2. **docs/platform/enterprise-setup/implementation-guide.md** -
Enterprise ingress documentation
   - Verify enterprise-specific configuration (keycloak backend)
   - Check V1 reference note consistency with main docs
   - Ensure switching instructions are clear

3. **docusaurus/static/_helm-chart-2-syntax-changes.md** - Helm
comparison table update
   - Verify ingress entry accurately represents V1 vs V2 differences
   - Check link to ingress documentation works

## User Impact

- **Helm V1 users** now have clear guidance that ingress is available
(previously told it was V2-only)
- **Helm V2 users** get improved, comprehensive ingress configuration
guidance
- **All users** benefit from clearer separation between Helm-managed vs
manual ingress approaches
- **Documentation accuracy** improved to reflect actual product
capabilities

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

- [x] YES 💚

This is documentation-only changes with no code modifications. Revert
would restore previous "V2 only" statements but wouldn't break
functionality.

---

**Link to Devin run**:
https://app.devin.ai/sessions/5f4a71d6776d486aa4ec93eec89bd643
**Requested by**: ian.alton@airbyte.io

---------

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-09 13:24:17 -07:00
devin-ai-integration[bot]
a8ef566ba3 chore(docs): Remove redundant static llms.txt file (#67572)
## What

Removes the redundant static `llms.txt` file from the Docusaurus static
directory. This file is no longer needed because the
`@signalwire/docusaurus-plugin-llms-txt` plugin automatically generates
the same content during the build process.

Requested by Ian Alton (ian.alton@airbyte.io) via Slack.

Link to Devin run:
https://app.devin.ai/sessions/7bfbeb068874484ca7987f541a0b89eb

## How

- Deleted `docusaurus/static/llms.txt` (100 lines of documentation
links)
- The `@signalwire/docusaurus-plugin-llms-txt` plugin configured in
`docusaurus.config.js` generates equivalent content at build time

## Review guide

1. Verify that `@signalwire/docusaurus-plugin-llms-txt` plugin is
properly configured in `docusaurus/docusaurus.config.js` (lines 207-218)
2. Confirm that the build process successfully generates
`build/llms.txt` during documentation builds
3. Check that no external systems or links specifically reference
`/static/llms.txt` path

## User Impact

- No user-facing impact - the `llms.txt` file will still be available at
the same URL path after build
- Content will now be automatically generated based on the actual
documentation structure rather than manually maintained
- Reduces maintenance burden by eliminating duplicate/redundant file

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

- [x] YES 💚

This change only removes a redundant file. If the plugin fails to work
as expected, the static file can be easily restored from git history.

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-08 14:09:46 -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
Ian Alton
0ad41616e9 Docs search console verification (#65123) 2025-08-21 09:21:54 -07:00
Ian Alton
c8cf650229 Added a single source of truth for keypair authentication in Snowflake (#63726)
Co-authored-by: Conall Ó Gribín <167999304+Conall-airbyte@users.noreply.github.com>
2025-08-20 08:06:49 -07: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
Yarden Carmeli
7e6c8e69ba Add readAnyDatabase Requirement to MongoDB Docs (related to v2.0.0) (#62062) 2025-06-30 11:52:20 -07:00
Matteo Palarchio
bc4cbd2404 Move missing Enterprise Connectors images and fix broken links (#60931) 2025-05-27 15:20:13 -07:00
letiescanciano
e2e4939ae0 feat: integrate Markprompt chat with custom trigger and global styles (#60789) 2025-05-23 13:20:06 -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
Ian Alton
c9a6210c98 Add llms.txt to docs.airbyte.com (#55261) 2025-03-10 10:01:27 -07:00
Ian Alton
c9237bdbb9 Docs for custom image registries (#49137)
Co-authored-by: Alex Buchanan <alex.buchanan@airbyte.io>
2024-12-23 10:41:56 -08:00
letiescanciano
f216a6065c 📚 docs: Enable ERDs for 10 top sources. (#45085) 2024-09-09 02:13:30 -05:00
Bindi Pankhudi
a6b3f0c96e Cleaned up PyAibyte docs (PR # 35603) (#35603)
Co-authored-by: bindipankhudi <bindi@airbyte.com>
2024-02-25 17:10:47 +00:00
Tim Roes
97517030b8 📃 Redesign doc header (#30475) 2023-09-18 17:49:41 +02:00
Upmitt
acf194dd73 logo update and removing shadows (#12020)
* logo update and removing shadows

* add border radius to images - remove alert shadows

* removed old logos
2022-04-19 16:10:35 +02:00
Topher Lubaway
17407da1e6 Add docusaurus tool not pipeline logic (#11716)
* Adds docusaurs tooling

tooling works
broken links still exist

needs the pipeline to work with GH pages
merging sooner means that we won't have forked problems from
the relatively frequently updated docs folder

* Updates readme

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/docusaurus.config.js

Co-authored-by: Davin Chia <davinchia@gmail.com>

Co-authored-by: Davin Chia <davinchia@gmail.com>
2022-04-06 10:32:36 -07:00