Skip to content

docs: Add page standardization to external source integrations#2666

Merged
dishaprakash merged 23 commits intodocumentation-reorgfrom
page-standardization
Mar 12, 2026
Merged

docs: Add page standardization to external source integrations#2666
dishaprakash merged 23 commits intodocumentation-reorgfrom
page-standardization

Conversation

@dishaprakash
Copy link
Copy Markdown
Contributor

@dishaprakash dishaprakash commented Mar 8, 2026

Description

This PR adds page standardization rules for the source integrations.

The proposed standard for source pages is:

  • No # H1 heading as title acts as the heading
  • ## About (Required)
  • ## Available Tools (Optional)
  • ## Requirements (Optional)
  • ## Example (Required)
  • ## Reference (Required)
  • ## Advanced Usage (Optional)
  • ## Troubleshooting (Optional)
  • ## Additional Resources (Optional)

A lint-docs.yaml GHA Workflow is added to conduct the CI check, which runs the .ci/lint-docs-source-page.sh script which has the bash script for the above mentioned check

This CI Check also checks for files above the size of 24MB

PR Checklist

Thank you for opening a Pull Request! Before submitting your PR, there are a
few things you can do to make sure it goes smoothly:

  • Make sure you reviewed
    CONTRIBUTING.md
  • Make sure to open an issue as a
    bug/issue
    before writing your code! That way we can discuss the change, evaluate
    designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)
  • Make sure to add ! if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

@dishaprakash dishaprakash requested a review from a team as a code owner March 8, 2026 01:52
@dishaprakash dishaprakash changed the title Page standardization docs: Add page standardization to external source integrations Mar 8, 2026
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request establishes and enforces a consistent structure for all source integration documentation pages. It introduces a new CI check to ensure compliance with these standards, which include specific heading requirements and ordering. Additionally, a new asset constraint limits the size of files within the documentation directory.

Highlights

  • Documentation Standardization: Implemented a standardized structure for source integration documentation pages, including required and optional H2 headings and their strict ordering.
  • CI Enforcement: Added a new CI workflow (lint-docs-source-page.sh) to automatically validate that source integration documentation adheres to the newly defined standards.
  • File Size Limits: Introduced a new constraint preventing files larger than 24MB from being added to the docs/ directory.
  • Documentation Updates: Updated numerous existing source integration documentation files to conform to the new title conventions, heading structures, and shortcode placements.
Changelog
  • .ci/lint-docs-source-page.sh
    • Added a new shell script to lint source integration documentation for structural compliance.
  • DEVELOPER.md
    • Updated developer guidelines to include the new integration documentation rules and asset constraints.
  • GEMINI.md
    • Updated documentation guidelines to include the new integration documentation rules and asset constraints.
  • docs/en/integrations/alloydb-admin/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/alloydb/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/bigquery/_index.md
    • Updated the frontmatter title to end with "Source".
    • Changed the top-level H1 heading to ## About.
  • docs/en/integrations/bigtable/_index.md
    • Updated the frontmatter title to end with "Source".
    • Changed the top-level H1 heading to ## About.
  • docs/en/integrations/cassandra/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/clickhouse/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/cloud-sql-admin/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/cloud-sql-mssql/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/cloud-sql-mysql/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/cloud-sql-pg/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/cloudgda/_index.md
    • Updated the frontmatter title to end with "Source".
    • Corrected spacing for the list-tools shortcode.
  • docs/en/integrations/cloudhealthcare/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/cloudloggingadmin/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/cloudmonitoring/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/cockroachdb/_index.md
    • Updated the frontmatter title to end with "Source".
    • Removed blank lines around the list-tools shortcode.
    • Renamed ## Configuration Parameters to ## Reference.
    • Renamed ## Best Practices to ## Advanced Usage.
    • Re-leveled ## Troubleshooting to ### Troubleshooting.
  • docs/en/integrations/couchbase/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/dataplex/_index.md
    • Updated the frontmatter title to end with "Source".
    • Changed the top-level H1 heading to ## About.
    • Removed blank lines.
    • Renamed ## Sample System Prompt to ## Reference.
    • Moved ## Reference content to ## Advanced Usage.
  • docs/en/integrations/dgraph/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/elasticsearch/_index.md
    • Updated the frontmatter title to end with "Source".
    • Changed the top-level H1 heading to ## About.
  • docs/en/integrations/firebird/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/firestore/_index.md
    • Updated the frontmatter title to end with "Source".
    • Changed the top-level H1 heading to ## About.
  • docs/en/integrations/http/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/looker/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/mariadb/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/mindsdb/_index.md
    • Updated the frontmatter title to end with "Source".
    • Re-leveled sub-headings (e.g., ### to ####).
    • Moved ## Use Cases section.
    • Moved ## Available Tools section.
    • Renamed ## Resources to ## Additional Resources.
  • docs/en/integrations/mongodb/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/mssql/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/mysql/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/neo4j/_index.md
    • Updated the frontmatter title to end with "Source".
    • Removed blank lines.
  • docs/en/integrations/oceanbase/_index.md
    • Updated the frontmatter title to end with "Source".
    • Moved the ### Features section to an earlier position.
    • Removed redundant content.
  • docs/en/integrations/oracle/_index.md
    • Updated the frontmatter title to end with "Source".
    • Re-leveled ## Connection Methods to ### Connection Methods and its sub-sections to ####.
    • Renamed ## Examples to ## Example.
  • docs/en/integrations/postgres/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/redis/_index.md
    • Updated the frontmatter title to end with "Source".
    • Removed blank lines.
    • Added ## Example heading.
  • docs/en/integrations/serverless-spark/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/singlestore/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/snowflake/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/spanner/_index.md
    • Updated the frontmatter title to end with "Source".
    • Changed the top-level H1 heading to ## About.
  • docs/en/integrations/sqlite/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/tidb/_index.md
    • Updated the frontmatter title to end with "Source".
    • Removed blank lines.
    • Moved ## SSL Configuration section to ## Advanced Usage.
    • Removed redundant content.
  • docs/en/integrations/trino/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/valkey/_index.md
    • Updated the frontmatter title to end with "Source".
  • docs/en/integrations/yuagbytedb/_index.md
    • Updated the frontmatter title to end with "Source".
Ignored Files
  • Ignored by pattern: .github/workflows/** (1)
    • .github/workflows/docs_lint.yaml
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new documentation standard for source integration pages and adds a linting script to enforce it. A large number of existing documentation files have been updated to align with this new standard, which significantly improves consistency across the documentation. The new linting script is well-implemented. I've identified a couple of minor structural issues in the updated documentation and have provided specific comments with suggestions for correction.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

Link Resolution Note

Local links and directory changes work differently on GitHub than on the docsite. You must ensure fixes pass the GitHub check and also work with hugo server.
See Link Checking and Fixing with Lychee for more details.

Summary

Status Count
🔍 Total 1030
✅ Successful 776
⏳ Timeouts 0
👻 Excluded 57
❓ Unknown 0
🚫 Errors 27
⛔ Unsupported 0

Errors per input

Errors in DEVELOPER.md

  • [ERROR] https://play.dgraph.io/ | Network error: Connection failed. Check network connectivity and firewall settings (error sending request for url (https://play.dgraph.io/)): Connection failed. Check network connectivity and firewall settings

Errors in docs/en/build-with-mcp-toolbox/alloydb/mcp_quickstart.md

Errors in docs/en/integrations/alloydb-admin/alloydb-create-cluster.md

Errors in docs/en/integrations/alloydb-admin/alloydb-create-instance.md

Errors in docs/en/integrations/alloydb-admin/alloydb-create-user.md

Errors in docs/en/integrations/bigtable/_index.md

Errors in docs/en/integrations/cloud-sql-admin/cloudsqlrestorebackup.md

Errors in docs/en/integrations/cloud-sql-pg/_index.md

Errors in docs/en/integrations/redis/_index.md

Errors in docs/en/integrations/serverless-spark/_index.md

Errors in docs/en/user-guide/connect-to/client-sdks/javascript-sdk/core/index.md

Errors in docs/en/user-guide/connect-to/ides/firestore_mcp.md

Errors in docs/en/user-guide/connect-to/ides/spanner_mcp.md

Errors in docs/en/user-guide/connect-to/mcp-client/_index.md

Errors in docs/en/user-guide/monitoring/telemetry/index.md

Full Github Actions output

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 8, 2026

@dishaprakash dishaprakash assigned averikitsch and unassigned Yuan325 Mar 8, 2026
@dishaprakash dishaprakash added the priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. label Mar 8, 2026
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

Base automatically changed from v1-docsite-optimize to documentation-reorg March 12, 2026 10:32
@github-actions
Copy link
Copy Markdown
Contributor

@dishaprakash dishaprakash merged commit b4f910b into documentation-reorg Mar 12, 2026
20 of 23 checks passed
@dishaprakash dishaprakash deleted the page-standardization branch March 12, 2026 10:42
@github-actions
Copy link
Copy Markdown
Contributor

🧨 Preview deployments removed.

@dishaprakash dishaprakash mentioned this pull request Mar 24, 2026
6 tasks
dishaprakash added a commit that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- #2647
- #2648
- #2649
- #2650
- #2652
- #2664
- #2665
- #2666
- #2668
- #2670
- #2723
- #2779
- #2788
- #2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com>
github-actions bot pushed a commit to xaas-cloud/genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- #2647
- #2648
- #2649
- #2650
- #2652
- #2664
- #2665
- #2666
- #2668
- #2670
- #2723
- #2779
- #2788
- #2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- #2647
- #2648
- #2649
- #2650
- #2652
- #2664
- #2665
- #2666
- #2668
- #2670
- #2723
- #2779
- #2788
- #2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to renovate-bot/googleapis-_-genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to renovate-bot/googleapis-_-genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to xaas-cloud/genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to sumedhdk22/genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to sumedhdk22/genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to nowdaysmen-sudo/genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to nowdaysmen-sudo/genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to Jaleel-zhu/genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to Jaleel-zhu/genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to pepe57/genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to pepe57/genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to NirajNandre/genai-toolbox-fork that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to NirajNandre/genai-toolbox-fork that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to Deeven-Seru/genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to Deeven-Seru/genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to CrazyForks/genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to CrazyForks/genai-toolbox that referenced this pull request Mar 26, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
github-actions bot pushed a commit to bhardwajRahul/genai-toolbox that referenced this pull request Mar 27, 2026
## Description

This PR creates the new v1 docsite.

### Documentation Section
- Clear use-case based folder structure and navigation

### Integrations Section
- New folder structure for each source and compatible tools
- Integration specific samples are moved into their folders

### Samples
- New samples gallery to search for samples from all across the
documentation site
- Search and filter based on tags

### Reference
- FAQ and CLI details

### Hugo
- New secondary top navbar
- Increased search capability

## Merge conflicts
- versioning.md has been added to path `docs/en/reference/versioning.md`
- style-guide has been added to path `docs/en/reference/style-guide.md`

## CloudFlare setup
- workflows added to deploy to cloudflare for new release, dev and
previous release
- individual ephemeral PR preview using cloudflare pages

## Individual PRs
- googleapis#2647
- googleapis#2648
- googleapis#2649
- googleapis#2650
- googleapis#2652
- googleapis#2664
- googleapis#2665
- googleapis#2666
- googleapis#2668
- googleapis#2670
- googleapis#2723
- googleapis#2779
- googleapis#2788
- googleapis#2790

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [x] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [x] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [x] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com> 5b25ce0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants