Skip to content

docs: Add page standardization to external tool integrations#2668

Merged
dishaprakash merged 28 commits intodocumentation-reorgfrom
tools-page-standard
Mar 12, 2026
Merged

docs: Add page standardization to external tool integrations#2668
dishaprakash merged 28 commits intodocumentation-reorgfrom
tools-page-standard

Conversation

@dishaprakash
Copy link
Copy Markdown
Contributor

@dishaprakash dishaprakash commented Mar 8, 2026

Description

This PR adds page standardization rules for the tool pages.

The proposed standard for tool pages is:

Frontmatter title must end with "Tool"

  • No # H1 heading as title acts as the heading
  • ## About (Required)
  • ## Compatible Sources (Optional)
  • ## Requirements (Optional)
  • ## Parameters (Optional)
  • ## Example (Required)
  • ## Output Format (Optional)
  • ## Reference (Optional)
  • ## Advanced Usage (Optional)
  • ## Troubleshooting (Optional)
  • ## Additional Resources (Optional)

This structure was chosen as the tools page vary widely between integrations

If the ## Compatible Sources heading is used, the {{< compatible-sources >}} shortcode must be placed directly beneath it.

The existing lint-docs.yml GHA Workflow is updated to conduct this CI check alongside the source pages, which runs the .ci/lint-docs-tool-page.sh script which has the bash script for the above mentioned check

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 04:14
@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 765
⏳ Timeouts 0
👻 Excluded 57
❓ Unknown 0
🚫 Errors 6
⛔ 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/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/user-guide/connect-to/client-sdks/javascript-sdk/core/index.md

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

Full Github Actions output

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented 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 significantly enhances the consistency and maintainability of the project's documentation by introducing and enforcing a standardized structure for all tool integration pages. It includes a new CI linting script to automate checks and updates existing documentation to comply with these new guidelines, making it easier for developers and users to navigate and understand tool functionalities.

Highlights

  • New Linting Script for Tool Pages: A new shell script, .ci/lint-docs-tool-page.sh, was added to enforce standardization of tool documentation pages, ensuring consistent frontmatter titles, heading usage, and section ordering.
  • Standardized Tool Page Structure: Documentation for tool integration pages now adheres to a strict standard, requiring frontmatter titles to end with 'Tool', prohibiting H1 headings, and enforcing a specific order for H2 headings such as 'About', 'Example', 'Parameters', 'Reference', 'Advanced Usage', 'Output Format', 'Troubleshooting', and 'Additional Resources'.
  • Updated Developer Documentation: The DEVELOPER.md and GEMINI.md files were updated to reflect the new documentation standards for both Source and Tool pages, providing clear guidelines for contributors.
  • Mass Updates to Tool Documentation Files: Numerous existing tool documentation files across various integrations (e.g., AlloyDB, BigQuery, Cloud SQL, Firestore, Postgres, Spanner, Serverless Spark) had their frontmatter titles updated to end with 'Tool' and their content restructured to align with the new heading hierarchy and section organization.
Changelog
  • .ci/lint-docs-tool-page.sh
    • Added a new shell script to lint tool documentation pages, enforcing title format, H1 headings, required H2 headings, and heading order.
  • DEVELOPER.md
    • Updated developer guidelines by removing outdated integration documentation rules.
    • Added new, detailed documentation standards for both Source and Tool pages, including frontmatter, heading hierarchy, and shortcode placement.
  • GEMINI.md
    • Updated documentation guidelines by adding specific constraints for Tool pages, detailing title conventions, H1 usage, H2 heading order, and shortcode placement.
  • docs/en/integrations/alloydb-admin/alloydb-create-cluster.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/alloydb-admin/alloydb-create-instance.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/alloydb-admin/alloydb-create-user.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/alloydb-admin/alloydb-get-cluster.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/alloydb-admin/alloydb-get-instance.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/alloydb-admin/alloydb-get-user.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/alloydb-admin/alloydb-list-clusters.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/alloydb-admin/alloydb-list-instances.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/alloydb-admin/alloydb-list-users.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/alloydb-admin/alloydb-wait-for-operation.md
    • Updated the frontmatter title to include "Tool".
    • Added an "About" section.
  • docs/en/integrations/alloydb/alloydb-ai-nl.md
    • Updated the frontmatter title to include "Tool".
    • Demoted "Configuration" and "Specifying Parameters to PSV's" headings from H2 to H3 and H3 to H4 respectively.
  • docs/en/integrations/bigquery/bigquery-analyze-contribution.md
    • Updated the frontmatter title to include "Tool".
    • Reordered sections, moving "Reference" before "Advanced Usage".
    • Demoted "Sample Prompt" to an H3 under "Advanced Usage".
  • docs/en/integrations/bigquery/bigquery-conversational-analytics.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/bigquery/bigquery-execute-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/bigquery/bigquery-forecast.md
    • Updated the frontmatter title to include "Tool".
    • Reordered sections, moving "Reference" before "Advanced Usage".
    • Demoted "Sample Prompt" to an H3 under "Advanced Usage".
  • docs/en/integrations/bigquery/bigquery-get-dataset-info.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/bigquery/bigquery-get-table-info.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/bigquery/bigquery-list-dataset-ids.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/bigquery/bigquery-list-table-ids.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/bigquery/bigquery-search-catalog.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/bigquery/bigquery-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/bigtable/bigtable-sql.md
    • Updated the frontmatter title to include "Tool".
    • Renamed the "Tips" section to "Advanced Usage".
  • docs/en/integrations/cassandra/cassandra-cql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/clickhouse/clickhouse-execute-sql.md
    • Updated the frontmatter title to include "Tool".
    • Moved the "Parameters" section before "Example".
  • docs/en/integrations/clickhouse/clickhouse-list-databases.md
    • Updated the frontmatter title to include "Tool".
    • Renamed the "Return Value" section to "Output Format".
  • docs/en/integrations/clickhouse/clickhouse-list-tables.md
    • Updated the frontmatter title to include "Tool".
    • Moved the "Parameters" section before "Example".
    • Renamed the "Return Value" section to "Output Format".
  • docs/en/integrations/clickhouse/clickhouse-sql.md
    • Updated the frontmatter title to include "Tool".
    • Demoted "Template Parameters Example" from H2 to H3.
  • docs/en/integrations/cloud-sql-admin/cloudsqlcloneinstance.md
    • Updated the frontmatter title to include "Tool".
    • Added an "About" section.
    • Renamed "Examples" to "Example".
    • Renamed "Usage Notes" to "Advanced Usage".
    • Renamed "See Also" to "Additional Resources".
  • docs/en/integrations/cloud-sql-admin/cloudsqlcreatebackup.md
    • Updated the frontmatter title to include "Tool".
    • Added an "About" section.
    • Moved the "Parameters" section before "Example".
    • Removed the "Tool Inputs" section.
    • Renamed "See Also" to "Additional Resources".
  • docs/en/integrations/cloud-sql-admin/cloudsqlcreatedatabase.md
    • Updated the frontmatter title to include "Tool".
    • Added an "About" section.
    • Moved the "Parameters" section before "Example".
    • Removed the "Input Parameters" section.
  • docs/en/integrations/cloud-sql-admin/cloudsqlcreateusers.md
    • Updated the frontmatter title to include "Tool".
    • Added an "About" section.
  • docs/en/integrations/cloud-sql-admin/cloudsqlgetinstances.md
    • Updated the frontmatter title to include "Tool".
    • Added an "About" section.
  • docs/en/integrations/cloud-sql-admin/cloudsqllistdatabases.md
    • Updated the frontmatter title to include "Tool".
    • Added an "About" section.
    • Moved the "Parameters" section before "Example".
    • Removed the old "Parameters" section.
  • docs/en/integrations/cloud-sql-admin/cloudsqllistinstances.md
    • Updated the frontmatter title to include "Tool".
    • Added an "About" section.
    • Moved the "Parameters" section before "Example".
    • Removed the old "Parameters" section.
  • docs/en/integrations/cloud-sql-admin/cloudsqlmssqlcreateinstance.md
    • Updated the frontmatter title to include "Tool".
    • Added an "About" section.
  • docs/en/integrations/cloud-sql-admin/cloudsqlmysqlcreateinstance.md
    • Updated the frontmatter title to include "Tool".
    • Added an "About" section.
    • Moved the "Parameters" section before "Example".
    • Removed the old "Parameters" section.
  • docs/en/integrations/cloud-sql-admin/cloudsqlpgcreateinstances.md
    • Updated the frontmatter title to include "Tool".
    • Added an "About" section.
  • docs/en/integrations/cloud-sql-admin/cloudsqlpgupgradeprecheck.md
    • Updated the frontmatter title to include "Tool".
    • Added an "About" section.
    • Renamed "Tool Inputs" to "Example".
    • Demoted "Reference" from H2 to H3.
  • docs/en/integrations/cloud-sql-admin/cloudsqlrestorebackup.md
    • Updated the frontmatter title to include "Tool".
    • Added an "About" section.
    • Moved the "Parameters" section before "Example".
    • Removed the "Tool Inputs" section.
    • Renamed "Usage Notes" to "Advanced Usage".
    • Renamed "See Also" to "Additional Resources".
  • docs/en/integrations/cloud-sql-admin/cloudsqlwaitforoperation.md
    • Updated the frontmatter title to include "Tool".
    • Added an "About" section.
  • docs/en/integrations/cloudgda/cloud-gda-query.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-fhir-fetch-page.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-fhir-patient-everything.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-fhir-patient-search.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-get-dataset.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-get-dicom-store-metrics.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-get-dicom-store.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-get-fhir-resource.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-get-fhir-store-metrics.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-get-fhir-store.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-list-dicom-stores.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-list-fhir-stores.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-retrieve-rendered-dicom-instance.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-search-dicom-instances.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-search-dicom-series.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-search-dicom-studies.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudloggingadmin/cloud-logging-admin-list-log-names.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudloggingadmin/cloud-logging-admin-list-resource-types.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudloggingadmin/cloud-logging-admin-query-logs.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/cloudmonitoring/cloud-monitoring-query-prometheus.md
    • Updated the frontmatter title to include "Tool".
    • Demoted "Use Cases" to H3.
    • Moved "Compatible Sources", "Requirements", and "Parameters" sections before "Example".
  • docs/en/integrations/cockroachdb/cockroachdb-execute-sql.md
    • Updated the frontmatter title to include "Tool".
    • Added a "Parameters" section.
    • Demoted several H2 headings to H3 and H3 headings to H4.
    • Renamed "Configuration" to "Reference".
    • Renamed "Error Handling" to "Troubleshooting".
    • Renamed "See Also" to "Additional Resources".
  • docs/en/integrations/cockroachdb/cockroachdb-list-schemas.md
    • Updated the frontmatter title to include "Tool".
    • Added a "Requirements" section.
    • Moved "Usage Example" to H3.
    • Renamed "Configuration" to "Reference".
    • Renamed "Output Structure" to "Output Format".
    • Moved "Default Schemas" to H3 under "Advanced Usage".
    • Moved "Schema Management in CockroachDB" to H3 under "Advanced Usage".
    • Moved "Multi-Tenant Applications" to H3 under "Advanced Usage".
    • Moved "Best Practices" to H3 under "Advanced Usage".
    • Moved "Integration with Other Tools" to H3 under "Advanced Usage".
    • Moved "Common Use Cases" to H3 under "Advanced Usage".
    • Renamed "Error Handling" to "Troubleshooting".
    • Renamed "Permissions Required" to "Requirements".
    • Renamed "See Also" to "Additional Resources".
  • docs/en/integrations/cockroachdb/cockroachdb-list-tables.md
    • Updated the frontmatter title to include "Tool".
    • Added a "Parameters" section.
    • Demoted several H2 headings to H3 and H3 headings to H4.
    • Renamed "Configuration" to "Reference".
    • Renamed "Output Formats" to "Output Format".
    • Moved "Usage Examples" to H3 under "Advanced Usage".
    • Moved "Output Structure" to H4 under "Output Format".
    • Moved "CockroachDB-Specific Information" to H4 under "Advanced Usage".
    • Moved "Best Practices" to H3 under "Advanced Usage".
    • Moved "Excluded Tables" to H3 under "Advanced Usage".
    • Renamed "Error Handling" to "Troubleshooting".
    • Moved "Integration with AI Assistants" to H3 under "Advanced Usage".
    • Moved "Common Use Cases" to H3 under "Advanced Usage".
    • Moved "Performance Considerations" to H3 under "Advanced Usage".
    • Renamed "See Also" to "Additional Resources".
  • docs/en/integrations/cockroachdb/cockroachdb-sql.md
    • Updated the frontmatter title to include "Tool".
    • Moved the "Example" and "Reference" sections.
    • Renamed "Best Practices" to "Advanced Usage".
    • Renamed "Error Handling" to "Troubleshooting".
    • Renamed "See Also" to "Additional Resources".
  • docs/en/integrations/couchbase/couchbase-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/dataform/dataform-compile-local.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/dataplex/dataplex-lookup-entry.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/dataplex/dataplex-search-aspect-types.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/dataplex/dataplex-search-entries.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/dgraph/dgraph-dql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/elasticsearch/elasticsearch-esql.md
    • Updated the frontmatter title to include "Tool".
    • Renamed the "elasticsearch-esql" H1 heading to "About" H2.
    • Moved the "Parameters" section before "Example".
  • docs/en/integrations/firebird/firebird-execute-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/firebird/firebird-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/firestore/firestore-add-documents.md
    • Updated the frontmatter title to include "Tool".
    • Renamed "Output" to "Output Format".
    • Demoted "Data Type Format" and "Basic Types" to H3 and H4 respectively.
    • Renamed "Examples" to "Example".
    • Moved "Authentication" to H3 under "Advanced Usage".
    • Renamed "Error Handling" to "Troubleshooting".
    • Renamed "Related Tools" to "Additional Resources".
  • docs/en/integrations/firestore/firestore-delete-documents.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/firestore/firestore-get-documents.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/firestore/firestore-get-rules.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/firestore/firestore-list-collections.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/firestore/firestore-query-collection.md
    • Updated the frontmatter title to include "Tool".
    • Moved the "Parameters" section before "Example".
    • Demoted "Example Usage" and its sub-sections to H3 and H4 respectively.
    • Renamed "Response Format" to "Output Format".
    • Renamed "Error Handling" to "Troubleshooting".
  • docs/en/integrations/firestore/firestore-query.md
    • Updated the frontmatter title to include "Tool".
    • Renamed "Overview" to "About".
    • Moved the "Parameters" and "Filter Format" sections.
    • Renamed "Usage" to "Advanced Usage".
    • Demoted "Best Practices" to H3.
    • Demoted "Technical Notes" to H3.
    • Renamed "See Also" to "Additional Resources".
  • docs/en/integrations/firestore/firestore-update-document.md
    • Updated the frontmatter title to include "Tool".
    • Renamed "Description" to "About".
    • Demoted "Data Type Format" and "Basic Types" to H3 and H4 respectively.
    • Renamed "Update Modes" to H3.
    • Renamed "Examples" to "Example".
    • Moved "Authentication" to H3 under "Advanced Usage".
    • Renamed "Error Handling" to "Troubleshooting".
    • Renamed "Differences from Add Documents" to H3.
    • Renamed "Related Tools" to "Additional Resources".
  • docs/en/integrations/firestore/firestore-validate-rules.md
    • Updated the frontmatter title to include "Tool".
    • Renamed "Overview" to "About".
    • Added "Use Cases" under "About".
    • Moved the "Parameters" section before "Example".
    • Removed the "Authentication" section.
    • Renamed "Response" to "Output Format".
    • Renamed "Example Usage" to "Advanced Usage".
    • Renamed "Error Handling" to "Troubleshooting".
  • docs/en/integrations/http/http-tool.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-add-dashboard-element.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-add-dashboard-filter.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-conversational-analytics.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-create-project-directory.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-create-project-file.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-delete-project-directory.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-delete-project-file.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-dev-mode.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-generate-embed-url.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-connection-databases.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-connection-schemas.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-connection-table-columns.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-connection-tables.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-connections.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-dashboards.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-dimensions.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-explores.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-filters.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-looks.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-measures.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-models.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-parameters.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-project-directories.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-project-file.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-project-files.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-get-projects.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-health-analyze.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-health-pulse.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-health-vacuum.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-make-dashboard.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-make-look.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-query-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-query-url.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-query.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-run-dashboard.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-run-look.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-update-project-file.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/looker/looker-validate-project.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mindsdb/mindsdb-execute-sql.md
    • Updated the frontmatter title to include "Tool".
    • Moved the "Example" section.
    • Demoted "Example Queries" and its sub-sections to H3 and H4 respectively.
  • docs/en/integrations/mindsdb/mindsdb-sql.md
    • Updated the frontmatter title to include "Tool".
    • Moved the "Example Queries" section.
  • docs/en/integrations/mongodb/mongodb-aggregate.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mongodb/mongodb-delete-many.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mongodb/mongodb-delete-one.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mongodb/mongodb-find-one.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mongodb/mongodb-find.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mongodb/mongodb-insert-many.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mongodb/mongodb-insert-one.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mongodb/mongodb-update-many.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mongodb/mongodb-update-one.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mssql/mssql-execute-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mssql/mssql-list-tables.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mssql/mssql-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mysql/mysql-execute-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mysql/mysql-get-query-plan.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mysql/mysql-list-active-queries.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mysql/mysql-list-table-fragmentation.md
    • Updated the frontmatter title to include "Tool".
    • Corrected "Compatible Sourcess" to "Compatible Sources".
  • docs/en/integrations/mysql/mysql-list-tables-missing-unique-indexes.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mysql/mysql-list-tables.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/mysql/mysql-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/neo4j/neo4j-cypher.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/neo4j/neo4j-execute-cypher.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/neo4j/neo4j-schema.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/oceanbase/oceanbase-execute-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/oceanbase/oceanbase-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/oracle/oracle-execute-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/oracle/oracle-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-database-overview.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-execute-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-get-column-cardinality.md
    • Updated the frontmatter title to include "Tool".
    • Moved the "Notes" section to "Advanced Usage".
  • docs/en/integrations/postgres/postgres-list-active-queries.md
    • Updated the frontmatter title to include "Tool".
    • Moved the "Example" section before "Query".
    • Renamed "Query" to H3.
  • docs/en/integrations/postgres/postgres-list-available-extensions.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-list-database-stats.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-list-indexes.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-list-installed-extensions.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-list-locks.md
    • Updated the frontmatter title to include "Tool".
    • Moved the "Example" section before "Query".
    • Renamed "Return Value" to "Output Format".
  • docs/en/integrations/postgres/postgres-list-pg-settings.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-list-publication-tables.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-list-query-stats.md
    • Updated the frontmatter title to include "Tool".
    • Added a "Requirements" section.
    • Removed the "Notes" section.
  • docs/en/integrations/postgres/postgres-list-roles.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-list-schemas.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-list-sequences.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-list-stored-procedure.md
    • Updated the frontmatter title to include "Tool".
    • Added "Use Cases" under "About".
    • Renamed "Output Fields Reference" to "Output Format".
    • Moved "Use Cases", "Performance Considerations", and "Notes" to "Advanced Usage" as H3.
  • docs/en/integrations/postgres/postgres-list-table-stats.md
    • Updated the frontmatter title to include "Tool".
    • Added "Use Cases" under "About".
    • Moved the "Parameters" section before "Example".
    • Renamed "Output Fields Reference" to "Output Format".
    • Moved "Interpretation Guide", "Performance Considerations", and "Use Cases" to "Advanced Usage" as H3.
  • docs/en/integrations/postgres/postgres-list-tables.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-list-tablespaces.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-list-triggers.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-list-views.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-long-running-transactions.md
    • Updated the frontmatter title to include "Tool".
    • Moved the "Parameters" section.
    • Renamed "Query" to H3.
  • docs/en/integrations/postgres/postgres-replication-stats.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/postgres/postgres-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/redis/redis-tool.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/serverless-spark/serverless-spark-cancel-batch.md
    • Updated the frontmatter title to include "Tool".
    • Renamed "Response Format" to "Output Format".
  • docs/en/integrations/serverless-spark/serverless-spark-create-pyspark-batch.md
    • Updated the frontmatter title to include "Tool".
    • Moved "Custom Configuration" to H3.
    • Renamed "Response Format" to "Output Format".
  • docs/en/integrations/serverless-spark/serverless-spark-create-spark-batch.md
    • Updated the frontmatter title to include "Tool".
    • Moved "Custom Configuration" to H3.
    • Renamed "Response Format" to "Output Format".
  • docs/en/integrations/serverless-spark/serverless-spark-get-batch.md
    • Updated the frontmatter title to include "Tool".
    • Renamed the "serverless-spark-get-batch" H1 heading to "About" H2.
    • Renamed "Response Format" to "Output Format".
  • docs/en/integrations/serverless-spark/serverless-spark-list-batches.md
    • Updated the frontmatter title to include "Tool".
    • Renamed "Response Format" to "Output Format".
  • docs/en/integrations/singlestore/singlestore-execute-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/singlestore/singlestore-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/snowflake/snowflake-execute-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/snowflake/snowflake-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/spanner/spanner-execute-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/spanner/spanner-list-graphs.md
    • Updated the frontmatter title to include "Tool".
    • Added "Features" and "Use Cases" under "About".
    • Moved the "Parameters" section before "Example".
    • Renamed "Notes" to "Troubleshooting".
  • docs/en/integrations/spanner/spanner-list-tables.md
    • Updated the frontmatter title to include "Tool".
    • Added "Use Cases" under "Features".
    • Moved the "Parameters" section before "Example".
    • Renamed "Notes" to "Additional Resources".
  • docs/en/integrations/spanner/spanner-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/sqlite/sqlite-execute-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/sqlite/sqlite-sql.md
    • Updated the frontmatter title to include "Tool".
    • Moved "Example" from H3 to H2.
  • docs/en/integrations/tidb/tidb-execute-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/tidb/tidb-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/trino/trino-execute-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/trino/trino-sql.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/utility/wait.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/valkey/valkey-tool.md
    • Updated the frontmatter title to include "Tool".
  • docs/en/integrations/yuagbytedb/yugabytedb-sql.md
    • Updated the frontmatter title to include "Tool".
Ignored Files
  • Ignored by pattern: .github/workflows/** (1)
    • .github/workflows/docs_lint.yaml
Activity
  • No human activity (comments, reviews) has been recorded on this pull request yet.
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.

@dishaprakash dishaprakash assigned averikitsch and unassigned Yuan325 Mar 8, 2026
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 standard for tool documentation pages and updates existing pages to conform to it. A new linting script is added to enforce these standards, which is a great step towards maintaining consistency. The changes across the documentation are extensive and well-executed. I've identified a couple of minor areas for improvement in the new script and one of the updated markdown files.

@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
dishaprakash and others added 2 commits March 9, 2026 11:11
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 9, 2026

@github-actions
Copy link
Copy Markdown
Contributor

Base automatically changed from page-standardization to documentation-reorg March 12, 2026 10:42
@github-actions
Copy link
Copy Markdown
Contributor

@dishaprakash dishaprakash merged commit 7679d0a into documentation-reorg Mar 12, 2026
20 of 23 checks passed
@dishaprakash dishaprakash deleted the tools-page-standard branch March 12, 2026 11:32
@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.

3 participants