Skip to content

docs: Add Build with MCP Toolbox Section#2649

Merged
dishaprakash merged 23 commits into
documentation-reorgfrom
v1-docsite-build-with-mcp-toolbox
Mar 6, 2026
Merged

docs: Add Build with MCP Toolbox Section#2649
dishaprakash merged 23 commits into
documentation-reorgfrom
v1-docsite-build-with-mcp-toolbox

Conversation

@dishaprakash

Copy link
Copy Markdown
Contributor

Description

This PR Adds the Build with MCP Toolbox Section

  • /build-with-mcp-toolbox:
    • Move samples into this folder
    • This section will also contain all the SDK samples currently being added into the documentation
    • /python
      • /quickstart
    • /js
      • /quickstart
    • /go
      • /quickstart
      • /openai-go: Sample
      • /langchain-go: Sample
      • /genai-go: Sample
      • /adk-go: Sample
    • /mcp-inspector-quickstart
    • /prompts-with-gemini-cli
    • /deploy-adk-agent

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 and others added 13 commits March 5, 2026 19:00
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@dishaprakash dishaprakash changed the base branch from main to v1-docsite-integration March 5, 2026 20:58
@dishaprakash dishaprakash changed the title V1 docsite build with mcp toolbox docs: Add Build with MCP Toolbox Section Mar 5, 2026
@github-actions

github-actions Bot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

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 889
✅ Successful 659
⏳ Timeouts 0
👻 Excluded 47
❓ Unknown 0
🚫 Errors 63
⛔ Unsupported 0

Errors per input

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

Errors in docs/en/build-with-mcp-toolbox/bigquery/local_quickstart.md

Errors in docs/en/build-with-mcp-toolbox/looker/looker_gemini_oauth/_index.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/alloydb/_index.md

Errors in docs/en/integrations/bigquery/bigquery-sql.md

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

Errors in docs/en/integrations/bigtable/bigtable-sql.md

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

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

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

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

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

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

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

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

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

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

Errors in docs/en/integrations/serverless-spark/serverless-spark-get-batch.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/bigquery_mcp.md

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

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

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

Errors in docs/en/user-guide/connect-to/ides/postgres_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

@dishaprakash dishaprakash marked this pull request as ready for review March 5, 2026 21:00
@dishaprakash dishaprakash requested a review from a team as a code owner March 5, 2026 21:01
@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 undertakes a significant overhaul of the documentation site's structure, aiming to enhance clarity and user experience. It consolidates all 'build with' examples and quickstarts into a dedicated section, making it easier for users to find practical guides. Simultaneously, it refactors the organization of integration and tool-specific documentation, moving them into a unified 'integrations' hierarchy. This reorganization is supported by new Hugo shortcodes that automate the display of tool compatibility and listings, ensuring a more dynamic and maintainable documentation platform.

Highlights

  • Documentation Structure Reorganization: The pull request introduces a new top-level section, 'Build with MCP Toolbox', to centralize tutorials and project guides. Existing samples and quickstarts have been moved into this new, more intuitive location.
  • New Hugo Shortcodes for Dynamic Content: Two new Hugo shortcodes, compatible-sources.html and list-tools.html, were added. These shortcodes dynamically display compatible data sources for tools and list available tools within a directory, significantly improving documentation maintainability and consistency.
  • Integration and Tool Documentation Refactoring: All individual integration source and tool documentation files have been moved from resources/sources and resources/tools into a new integrations directory. This change streamlines the organization of integration-specific content and leverages the new shortcodes for displaying tool compatibility and listings.
  • Internal Link and Metadata Updates: Numerous internal links within the documentation were updated to reflect the new file paths. Additionally, metadata such as weight and aliases were adjusted, and no_list: true was added to integration index files to control their display in navigation.
Changelog
  • .hugo/layouts/shortcodes/compatible-sources.html
    • Added a new Hugo shortcode to display compatible data sources for a given tool.
  • .hugo/layouts/shortcodes/list-tools.html
    • Added a new Hugo shortcode to list tools within a directory, with an option to include tools from other specified directories.
  • docs/en/_index.md
    • Updated the main documentation index title to 'MCP Toolbox for Databases'.
    • Updated the canonical and refresh URLs to point to the new 'user-guide/introduction/' path.
  • docs/en/build-with-mcp-toolbox/_index.md
    • Added a new index file for the 'Build with MCP Toolbox' section, providing an overview of tutorials and project guides.
  • docs/en/build-with-mcp-toolbox/alloydb/_index.md
    • Renamed from docs/en/samples/alloydb/_index.md.
    • Updated the document weight to 7.
  • docs/en/build-with-mcp-toolbox/alloydb/ai-nl/alloydb_ai_nl.ipynb
    • Renamed from docs/en/samples/alloydb/ai-nl/alloydb_ai_nl.ipynb.
  • docs/en/build-with-mcp-toolbox/alloydb/ai-nl/index.md
    • Renamed from docs/en/samples/alloydb/ai-nl/index.md.
  • docs/en/build-with-mcp-toolbox/alloydb/mcp_quickstart.md
    • Renamed from docs/en/samples/alloydb/mcp_quickstart.md.
    • Updated the document weight to 7.
    • Updated internal links to 'connect to Toolbox via MCP' and 'Tools' sections to reflect new documentation paths.
    • Updated internal links in the 'What's next' section to new documentation paths.
  • docs/en/build-with-mcp-toolbox/bigquery/_index.md
    • Renamed from docs/en/samples/bigquery/_index.md.
    • Updated the document weight to 7.
  • docs/en/build-with-mcp-toolbox/bigquery/colab_quickstart_bigquery.ipynb
    • Renamed from docs/en/samples/bigquery/colab_quickstart_bigquery.ipynb.
  • docs/en/build-with-mcp-toolbox/bigquery/local_quickstart.md
    • Renamed from docs/en/samples/bigquery/local_quickstart.md.
    • Updated internal link to 'Configuring Tools' section to reflect the new documentation path.
  • docs/en/build-with-mcp-toolbox/bigquery/mcp_quickstart/_index.md
    • Renamed from docs/en/samples/bigquery/mcp_quickstart/_index.md.
    • Updated internal links to 'connect to Toolbox via MCP' and 'Tools' sections to reflect new documentation paths.
  • docs/en/build-with-mcp-toolbox/colab_quickstart.ipynb
    • Renamed from docs/en/getting-started/colab_quickstart.ipynb.
  • docs/en/build-with-mcp-toolbox/deploy_adk_agent.md
    • Renamed from docs/en/how-to/deploy_adk_agent.md.
    • Updated internal links to 'Python Quickstart (Local)' and 'Deploy to Cloud Run' to reflect new documentation paths.
  • docs/en/build-with-mcp-toolbox/local_quickstart.md
    • Renamed from docs/en/getting-started/local_quickstart.md.
    • Updated the document weight to 1.
  • docs/en/build-with-mcp-toolbox/local_quickstart_go.md
    • Renamed from docs/en/getting-started/local_quickstart_go.md.
    • Updated the document weight to 3.
  • docs/en/build-with-mcp-toolbox/local_quickstart_js.md
    • Renamed from docs/en/getting-started/local_quickstart_js.md.
    • Updated the document weight to 2.
  • docs/en/build-with-mcp-toolbox/looker/_index.md
    • Renamed from docs/en/samples/looker/_index.md.
    • Updated the document weight to 7.
  • docs/en/build-with-mcp-toolbox/looker/looker_gemini.md
    • Renamed from docs/en/samples/looker/looker_gemini.md.
    • Updated internal link to 'connect to Toolbox via MCP' section to reflect the new documentation path.
  • docs/en/build-with-mcp-toolbox/looker/looker_gemini_oauth/_index.md
    • Renamed from docs/en/samples/looker/looker_gemini_oauth/_index.md.
  • docs/en/build-with-mcp-toolbox/looker/looker_mcp_inspector/_index.md
    • Renamed from docs/en/samples/looker/looker_mcp_inspector/_index.md.
    • Updated internal link to 'connect to Toolbox via MCP' section to reflect the new documentation path.
  • docs/en/build-with-mcp-toolbox/mcp_quickstart/_index.md
    • Renamed from docs/en/getting-started/mcp_quickstart/_index.md.
    • Updated internal links to 'connect to Toolbox via MCP' and 'Tools' sections to reflect new documentation paths.
  • docs/en/build-with-mcp-toolbox/neo4j/_index.md
    • Renamed from docs/en/samples/neo4j/_index.md.
    • Updated the document weight to 7.
  • docs/en/build-with-mcp-toolbox/neo4j/mcp_quickstart.md
    • Renamed from docs/en/samples/neo4j/mcp_quickstart.md.
    • Updated internal link to 'connect to Toolbox via MCP' section to reflect the new documentation path.
  • docs/en/build-with-mcp-toolbox/prompts_quickstart_gemini_cli.md
    • Renamed from docs/en/getting-started/prompts_quickstart_gemini_cli.md.
    • Updated the document weight to 6.
    • Fixed a newline character in the document content.
  • docs/en/build-with-mcp-toolbox/quickstart/go/adkgo/go.mod
    • Renamed from docs/en/getting-started/quickstart/go/adkgo/go.mod.
  • docs/en/build-with-mcp-toolbox/quickstart/go/adkgo/go.sum
    • Renamed from docs/en/getting-started/quickstart/go/adkgo/go.sum.
  • docs/en/build-with-mcp-toolbox/quickstart/go/adkgo/quickstart.go
    • Renamed from docs/en/getting-started/quickstart/go/adkgo/quickstart.go.
  • docs/en/build-with-mcp-toolbox/quickstart/go/genAI/go.mod
    • Renamed from docs/en/getting-started/quickstart/go/genAI/go.mod.
  • docs/en/build-with-mcp-toolbox/quickstart/go/genAI/go.sum
    • Renamed from docs/en/getting-started/quickstart/go/genAI/go.sum.
  • docs/en/build-with-mcp-toolbox/quickstart/go/genAI/quickstart.go
    • Renamed from docs/en/getting-started/quickstart/go/genAI/quickstart.go.
  • docs/en/build-with-mcp-toolbox/quickstart/go/genkit/go.mod
    • Renamed from docs/en/getting-started/quickstart/go/genkit/go.mod.
  • docs/en/build-with-mcp-toolbox/quickstart/go/genkit/go.sum
    • Renamed from docs/en/getting-started/quickstart/go/genkit/go.sum.
  • docs/en/build-with-mcp-toolbox/quickstart/go/genkit/quickstart.go
    • Renamed from docs/en/getting-started/quickstart/go/genkit/quickstart.go.
  • docs/en/build-with-mcp-toolbox/quickstart/go/langchain/go.mod
    • Renamed from docs/en/getting-started/quickstart/go/langchain/go.mod.
  • docs/en/build-with-mcp-toolbox/quickstart/go/langchain/go.sum
    • Renamed from docs/en/getting-started/quickstart/go/langchain/go.sum.
  • docs/en/build-with-mcp-toolbox/quickstart/go/langchain/quickstart.go
    • Renamed from docs/en/getting-started/quickstart/go/langchain/quickstart.go.
  • docs/en/build-with-mcp-toolbox/quickstart/go/openAI/go.mod
    • Renamed from docs/en/getting-started/quickstart/go/openAI/go.mod.
  • docs/en/build-with-mcp-toolbox/quickstart/go/openAI/go.sum
    • Renamed from docs/en/getting-started/quickstart/go/openAI/go.sum.
  • docs/en/build-with-mcp-toolbox/quickstart/go/openAI/quickstart.go
    • Renamed from docs/en/getting-started/quickstart/go/openAI/quickstart.go.
  • docs/en/build-with-mcp-toolbox/quickstart/go/quickstart_test.go
    • Renamed from docs/en/getting-started/quickstart/go/quickstart_test.go.
  • docs/en/build-with-mcp-toolbox/quickstart/js/adk/package-lock.json
    • Renamed from docs/en/getting-started/quickstart/js/adk/package-lock.json.
  • docs/en/build-with-mcp-toolbox/quickstart/js/adk/package.json
    • Renamed from docs/en/getting-started/quickstart/js/adk/package.json.
  • docs/en/build-with-mcp-toolbox/quickstart/js/adk/quickstart.js
    • Renamed from docs/en/getting-started/quickstart/js/adk/quickstart.js.
  • docs/en/build-with-mcp-toolbox/quickstart/js/genAI/package-lock.json
    • Renamed from docs/en/getting-started/quickstart/js/genAI/package-lock.json.
  • docs/en/build-with-mcp-toolbox/quickstart/js/genAI/package.json
    • Renamed from docs/en/getting-started/quickstart/js/genAI/package.json.
  • docs/en/build-with-mcp-toolbox/quickstart/js/genAI/quickstart.js
    • Renamed from docs/en/getting-started/quickstart/js/genAI/quickstart.js.
  • docs/en/build-with-mcp-toolbox/quickstart/js/genkit/package-lock.json
    • Renamed from docs/en/getting-started/quickstart/js/genkit/package-lock.json.
  • docs/en/build-with-mcp-toolbox/quickstart/js/genkit/package.json
    • Renamed from docs/en/getting-started/quickstart/js/genkit/package.json.
  • docs/en/build-with-mcp-toolbox/quickstart/js/genkit/quickstart.js
    • Renamed from docs/en/getting-started/quickstart/js/genkit/quickstart.js.
  • docs/en/build-with-mcp-toolbox/quickstart/js/langchain/package-lock.json
    • Renamed from docs/en/getting-started/quickstart/js/langchain/package-lock.json.
  • docs/en/build-with-mcp-toolbox/quickstart/js/langchain/package.json
    • Renamed from docs/en/getting-started/quickstart/js/langchain/package.json.
  • docs/en/build-with-mcp-toolbox/quickstart/js/langchain/quickstart.js
    • Renamed from docs/en/getting-started/quickstart/js/langchain/quickstart.js.
  • docs/en/build-with-mcp-toolbox/quickstart/js/llamaindex/package-lock.json
    • Renamed from docs/en/getting-started/quickstart/js/llamaindex/package-lock.json.
  • docs/en/build-with-mcp-toolbox/quickstart/js/llamaindex/package.json
    • Renamed from docs/en/getting-started/quickstart/js/llamaindex/package.json.
  • docs/en/build-with-mcp-toolbox/quickstart/js/llamaindex/quickstart.js
    • Renamed from docs/en/getting-started/quickstart/js/llamaindex/quickstart.js.
  • docs/en/build-with-mcp-toolbox/quickstart/js/quickstart.test.js
    • Renamed from docs/en/getting-started/quickstart/js/quickstart.test.js.
  • docs/en/build-with-mcp-toolbox/quickstart/python/init.py
    • Renamed from docs/en/getting-started/quickstart/python/__init__.py.
  • docs/en/build-with-mcp-toolbox/quickstart/python/adk/quickstart.py
    • Renamed from docs/en/getting-started/quickstart/python/adk/quickstart.py.
  • docs/en/build-with-mcp-toolbox/quickstart/python/adk/requirements.txt
    • Renamed from docs/en/getting-started/quickstart/python/adk/requirements.txt.
  • docs/en/build-with-mcp-toolbox/quickstart/python/core/quickstart.py
    • Renamed from docs/en/getting-started/quickstart/python/core/quickstart.py.
  • docs/en/build-with-mcp-toolbox/quickstart/python/core/requirements.txt
    • Renamed from docs/en/getting-started/quickstart/python/core/requirements.txt.
  • docs/en/build-with-mcp-toolbox/quickstart/python/langchain/quickstart.py
    • Renamed from docs/en/getting-started/quickstart/python/langchain/quickstart.py.
  • docs/en/build-with-mcp-toolbox/quickstart/python/langchain/requirements.txt
    • Renamed from docs/en/getting-started/quickstart/python/langchain/requirements.txt.
  • docs/en/build-with-mcp-toolbox/quickstart/python/llamaindex/quickstart.py
    • Renamed from docs/en/getting-started/quickstart/python/llamaindex/quickstart.py.
  • docs/en/build-with-mcp-toolbox/quickstart/python/llamaindex/requirements.txt
    • Renamed from docs/en/getting-started/quickstart/python/llamaindex/requirements.txt.
  • docs/en/build-with-mcp-toolbox/quickstart/python/quickstart_test.py
    • Renamed from docs/en/getting-started/quickstart/python/quickstart_test.py.
  • docs/en/build-with-mcp-toolbox/quickstart/shared/cloud_setup.md
    • Renamed from docs/en/getting-started/quickstart/shared/cloud_setup.md.
  • docs/en/build-with-mcp-toolbox/quickstart/shared/configure_toolbox.md
    • Renamed from docs/en/getting-started/quickstart/shared/configure_toolbox.md.
  • docs/en/build-with-mcp-toolbox/quickstart/shared/database_setup.md
    • Renamed from docs/en/getting-started/quickstart/shared/database_setup.md.
  • docs/en/build-with-mcp-toolbox/snowflake/_index.md
    • Renamed from docs/en/samples/snowflake/_index.md.
    • Updated the document weight to 7.
  • docs/en/build-with-mcp-toolbox/snowflake/runme.py
    • Renamed from docs/en/samples/snowflake/runme.py.
  • docs/en/build-with-mcp-toolbox/snowflake/snowflake-config.yaml
    • Renamed from docs/en/samples/snowflake/snowflake-config.yaml.
  • docs/en/build-with-mcp-toolbox/snowflake/snowflake-env.sh
    • Renamed from docs/en/samples/snowflake/snowflake-env.sh.
  • docs/en/build-with-mcp-toolbox/snowflake/test-snowflake.sh
    • Renamed from docs/en/samples/snowflake/test-snowflake.sh.
    • Updated internal paths to snowflake-config.yaml and snowflake-env.sh to reflect new documentation structure.
  • docs/en/concepts/_index.md
    • Removed the 'Concepts' index file.
  • docs/en/getting-started/_index.md
    • Removed the 'Getting Started' index file.
  • docs/en/how-to/_index.md
    • Removed the 'How-to' index file.
  • docs/en/integrations/_index.md
    • Added a new index file for the 'Integrations' section, describing its purpose and content.
  • docs/en/integrations/alloydb-admin/_index.md
    • Renamed from docs/en/resources/sources/alloydb-admin.md.
    • Added no_list: true to prevent listing in navigation.
    • Added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/alloydb-admin/alloydb-create-cluster.md
    • Renamed from docs/en/resources/tools/alloydb/alloydb-create-cluster.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/alloydb-admin/alloydb-create-instance.md
    • Renamed from docs/en/resources/tools/alloydb/alloydb-create-instance.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/alloydb-admin/alloydb-create-user.md
    • Renamed from docs/en/resources/tools/alloydb/alloydb-create-user.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/alloydb-admin/alloydb-get-cluster.md
    • Renamed from docs/en/resources/tools/alloydb/alloydb-get-cluster.md.
    • Removed alias front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/alloydb-admin/alloydb-get-instance.md
    • Renamed from docs/en/resources/tools/alloydb/alloydb-get-instance.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/alloydb-admin/alloydb-get-user.md
    • Renamed from docs/en/resources/tools/alloydb/alloydb-get-user.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/alloydb-admin/alloydb-list-clusters.md
    • Renamed from docs/en/resources/tools/alloydb/alloydb-list-clusters.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/alloydb-admin/alloydb-list-instances.md
    • Renamed from docs/en/resources/tools/alloydb/alloydb-list-instances.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/alloydb-admin/alloydb-list-users.md
    • Renamed from docs/en/resources/tools/alloydb/alloydb-list-users.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/alloydb-admin/alloydb-wait-for-operation.md
    • Renamed from docs/en/resources/tools/alloydb/alloydb-wait-for-operation.md.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/alloydb/_index.md
    • Renamed from docs/en/resources/sources/alloydb-pg.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list tools from the integrations/postgres directory.
    • Updated internal links to pre-built configurations to reflect new documentation paths.
  • docs/en/integrations/alloydb/alloydb-ai-nl.md
    • Renamed from docs/en/resources/tools/alloydbainl/alloydb-ai-nl.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Updated internal link for 'Authenticated Parameters'.
    • Added compatible-sources shortcode.
  • docs/en/integrations/bigquery/_index.md
    • Renamed from docs/en/resources/sources/bigquery.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/bigquery/bigquery-analyze-contribution.md
    • Renamed from docs/en/resources/tools/bigquery/bigquery-analyze-contribution.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/bigquery/bigquery-conversational-analytics.md
    • Renamed from docs/en/resources/tools/bigquery/bigquery-conversational-analytics.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/bigquery/bigquery-execute-sql.md
    • Renamed from docs/en/resources/tools/bigquery/bigquery-execute-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/bigquery/bigquery-forecast.md
    • Renamed from docs/en/resources/tools/bigquery/bigquery-forecast.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/bigquery/bigquery-get-dataset-info.md
    • Renamed from docs/en/resources/tools/bigquery/bigquery-get-dataset-info.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/bigquery/bigquery-get-table-info.md
    • Renamed from docs/en/resources/tools/bigquery/bigquery-get-table-info.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/bigquery/bigquery-list-dataset-ids.md
    • Renamed from docs/en/resources/tools/bigquery/bigquery-list-dataset-ids.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/bigquery/bigquery-list-table-ids.md
    • Renamed from docs/en/resources/tools/bigquery/bigquery-list-table-ids.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/bigquery/bigquery-search-catalog.md
    • Renamed from docs/en/resources/tools/bigquery/bigquery-search-catalog.md.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/bigquery/bigquery-sql.md
    • Renamed from docs/en/resources/tools/bigquery/bigquery-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/bigtable/_index.md
    • Renamed from docs/en/resources/sources/bigtable.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/bigtable/bigtable-sql.md
    • Renamed from docs/en/resources/tools/bigtable/bigtable-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cassandra/_index.md
    • Renamed from docs/en/resources/sources/cassandra.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/cassandra/cassandra-cql.md
    • Renamed from docs/en/resources/tools/cassandra/cassandra-cql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/clickhouse/_index.md
    • Renamed from docs/en/resources/sources/clickhouse.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/clickhouse/clickhouse-execute-sql.md
    • Renamed from docs/en/resources/tools/clickhouse/clickhouse-execute-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/clickhouse/clickhouse-list-databases.md
    • Renamed from docs/en/resources/tools/clickhouse/clickhouse-list-databases.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/clickhouse/clickhouse-list-tables.md
    • Renamed from docs/en/resources/tools/clickhouse/clickhouse-list-tables.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/clickhouse/clickhouse-sql.md
    • Renamed from docs/en/resources/tools/clickhouse/clickhouse-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloud-sql-admin/_index.md
    • Renamed from docs/en/resources/sources/cloud-sql-admin.md.
    • Added no_list: true to prevent listing in navigation.
    • Added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/cloud-sql-admin/cloudsqlcloneinstance.md
    • Renamed from docs/en/resources/tools/cloudsql/cloudsqlcloneinstance.md.
    • Replaced notice block with compatible-sources shortcode.
    • Updated internal link to 'Toolbox Cloud SQL tools documentation'.
  • docs/en/integrations/cloud-sql-admin/cloudsqlcreatebackup.md
    • Renamed from docs/en/resources/tools/cloudsql/cloudsqlcreatebackup.md.
    • Replaced notice block with compatible-sources shortcode.
    • Updated internal link to 'Toolbox Cloud SQL tools documentation'.
  • docs/en/integrations/cloud-sql-admin/cloudsqlcreatedatabase.md
    • Renamed from docs/en/resources/tools/cloudsql/cloudsqlcreatedatabase.md.
    • Replaced notice block with compatible-sources shortcode.
  • docs/en/integrations/cloud-sql-admin/cloudsqlcreateusers.md
    • Renamed from docs/en/resources/tools/cloudsql/cloudsqlcreateusers.md.
    • Replaced notice block with compatible-sources shortcode.
  • docs/en/integrations/cloud-sql-admin/cloudsqlgetinstances.md
    • Renamed from docs/en/resources/tools/cloudsql/cloudsqlgetinstances.md.
    • Replaced notice block with compatible-sources shortcode.
  • docs/en/integrations/cloud-sql-admin/cloudsqllistdatabases.md
    • Renamed from docs/en/resources/tools/cloudsql/cloudsqllistdatabases.md.
    • Replaced notice block with compatible-sources shortcode.
  • docs/en/integrations/cloud-sql-admin/cloudsqllistinstances.md
    • Renamed from docs/en/resources/tools/cloudsql/cloudsqllistinstances.md.
    • Replaced notice block with compatible-sources shortcode.
  • docs/en/integrations/cloud-sql-admin/cloudsqlmssqlcreateinstance.md
    • Renamed from docs/en/resources/tools/cloudsql/cloudsqlmssqlcreateinstance.md.
    • Replaced notice block with compatible-sources shortcode.
  • docs/en/integrations/cloud-sql-admin/cloudsqlmysqlcreateinstance.md
    • Renamed from docs/en/resources/tools/cloudsql/cloudsqlmysqlcreateinstance.md.
    • Replaced notice block with compatible-sources shortcode.
  • docs/en/integrations/cloud-sql-admin/cloudsqlpgcreateinstances.md
    • Renamed from docs/en/resources/tools/cloudsql/cloudsqlpgcreateinstances.md.
    • Replaced notice block with compatible-sources shortcode.
  • docs/en/integrations/cloud-sql-admin/cloudsqlpgupgradeprecheck.md
    • Renamed from docs/en/resources/tools/cloudsql/cloudsqlpgupgradeprecheck.md.
    • Replaced notice block with compatible-sources shortcode.
  • docs/en/integrations/cloud-sql-admin/cloudsqlrestorebackup.md
    • Renamed from docs/en/resources/tools/cloudsql/cloudsqlrestorebackup.md.
    • Replaced notice block with compatible-sources shortcode.
    • Updated internal link to 'Toolbox Cloud SQL tools documentation'.
  • docs/en/integrations/cloud-sql-admin/cloudsqlwaitforoperation.md
    • Renamed from docs/en/resources/tools/cloudsql/cloudsqlwaitforoperation.md.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloud-sql-mssql/_index.md
    • Renamed from docs/en/resources/sources/cloud-sql-mssql.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list tools from the integrations/mssql directory.
    • Updated internal link to 'Cloud SQL for SQL Server using MCP' to reflect new documentation path.
  • docs/en/integrations/cloud-sql-mysql/_index.md
    • Renamed from docs/en/resources/sources/cloud-sql-mysql.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list tools from the integrations/mysql directory.
  • docs/en/integrations/cloud-sql-pg/_index.md
    • Renamed from docs/en/resources/sources/cloud-sql-pg.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list tools from the integrations/postgres directory.
  • docs/en/integrations/cloudgda/_index.md
    • Renamed from docs/en/resources/sources/cloud-gda.md.
    • Added no_list: true to prevent listing in navigation.
    • Added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/cloudgda/cloud-gda-query.md
    • Renamed from docs/en/resources/tools/cloudgda/cloud-gda-query.md.
    • Removed aliases front matter.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/_index.md
    • Renamed from docs/en/resources/sources/cloud-healthcare.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-fhir-fetch-page.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-fhir-fetch-page.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-fhir-patient-everything.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-fhir-patient-everything.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-fhir-patient-search.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-fhir-patient-search.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-get-dataset.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-get-dataset.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-get-dicom-store-metrics.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-get-dicom-store-metrics.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-get-dicom-store.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-get-dicom-store.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-get-fhir-resource.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-get-fhir-resource.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-get-fhir-store-metrics.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-get-fhir-store-metrics.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-get-fhir-store.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-get-fhir-store.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-list-dicom-stores.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-list-dicom-stores.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-list-fhir-stores.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-list-fhir-stores.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-retrieve-rendered-dicom-instance.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-retrieve-rendered-dicom-instance.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-search-dicom-instances.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-search-dicom-instances.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-search-dicom-series.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-search-dicom-series.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudhealthcare/cloud-healthcare-search-dicom-studies.md
    • Renamed from docs/en/resources/tools/cloudhealthcare/cloud-healthcare-search-dicom-studies.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudloggingadmin/_index.md
    • Renamed from docs/en/resources/sources/cloud-logging-admin.md.
    • Added no_list: true to prevent listing in navigation.
    • Added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/cloudloggingadmin/cloud-logging-admin-list-log-names.md
    • Renamed from docs/en/resources/tools/cloudloggingadmin/cloud-logging-admin-list-log-names.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudloggingadmin/cloud-logging-admin-list-resource-types.md
    • Renamed from docs/en/resources/tools/cloudloggingadmin/cloud-logging-admin-list-resource-types.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudloggingadmin/cloud-logging-admin-query-logs.md
    • Renamed from docs/en/resources/tools/cloudloggingadmin/cloud-logging-admin-query-logs.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cloudmonitoring/_index.md
    • Renamed from docs/en/resources/sources/cloud-monitoring.md.
    • Added no_list: true to prevent listing in navigation.
    • Added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/cloudmonitoring/cloud-monitoring-query-prometheus.md
    • Renamed from docs/en/resources/tools/cloudmonitoring/cloud-monitoring-query-prometheus.md.
    • Removed explicit source compatibility mention.
    • Updated internal links to 'prebuilt tools' to reflect new documentation paths.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cockroachdb/_index.md
    • Renamed from docs/en/resources/sources/cockroachdb.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/cockroachdb/cockroachdb-execute-sql.md
    • Renamed from docs/en/resources/tools/cockroachdb/cockroachdb-execute-sql.md.
    • Updated internal links to cockroachdb-sql and CockroachDB Source to reflect new documentation paths.
    • Added compatible-sources shortcode.
  • docs/en/integrations/cockroachdb/cockroachdb-list-schemas.md
    • Renamed from docs/en/resources/tools/cockroachdb/cockroachdb-list-schemas.md.
    • Added compatible-sources shortcode.
    • Updated internal links to cockroachdb-sql and CockroachDB Source to reflect new documentation paths.
  • docs/en/integrations/cockroachdb/cockroachdb-list-tables.md
    • Renamed from docs/en/resources/tools/cockroachdb/cockroachdb-list-tables.md.
    • Added compatible-sources shortcode.
    • Updated internal links to cockroachdb-sql and CockroachDB Source to reflect new documentation paths.
  • docs/en/integrations/cockroachdb/cockroachdb-sql.md
    • Renamed from docs/en/resources/tools/cockroachdb/cockroachdb-sql.md.
    • Added compatible-sources shortcode.
    • Updated internal link to CockroachDB Source to reflect new documentation path.
  • docs/en/integrations/couchbase/_index.md
    • Renamed from docs/en/resources/sources/couchbase.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/couchbase/couchbase-sql.md
    • Renamed from docs/en/resources/tools/couchbase/couchbase-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/dataform/_index.md
    • Renamed from docs/en/resources/tools/dataform/_index.md.
  • docs/en/integrations/dataform/dataform-compile-local.md
    • Renamed from docs/en/resources/tools/dataform/dataform-compile-local.md.
    • Removed aliases front matter.
  • docs/en/integrations/dataplex/_index.md
    • Renamed from docs/en/resources/sources/dataplex.md.
    • Added no_list: true to prevent listing in navigation.
    • Added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/dataplex/dataplex-lookup-entry.md
    • Renamed from docs/en/resources/tools/dataplex/dataplex-lookup-entry.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/dataplex/dataplex-search-aspect-types.md
    • Renamed from docs/en/resources/tools/dataplex/dataplex-search-aspect-types.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/dataplex/dataplex-search-entries.md
    • Renamed from docs/en/resources/tools/dataplex/dataplex-search-entries.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/dgraph/_index.md
    • Renamed from docs/en/resources/sources/dgraph.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/dgraph/dgraph-dql.md
    • Renamed from docs/en/resources/tools/dgraph/dgraph-dql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/elasticsearch/_index.md
    • Renamed from docs/en/resources/sources/elasticsearch.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/elasticsearch/elasticsearch-esql.md
    • Renamed from docs/en/resources/tools/elasticsearch/elasticsearch-esql.md.
    • Removed aliases front matter.
    • Added compatible-sources shortcode.
  • docs/en/integrations/firebird/_index.md
    • Renamed from docs/en/resources/sources/firebird.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/firebird/firebird-execute-sql.md
    • Renamed from docs/en/resources/tools/firebird/firebird-execute-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/firebird/firebird-sql.md
    • Renamed from docs/en/resources/tools/firebird/firebird-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/firestore/_index.md
    • Renamed from docs/en/resources/sources/firestore.md.
    • Added no_list: true to prevent listing in navigation.
    • Added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/firestore/firestore-add-documents.md
    • Renamed from docs/en/resources/tools/firestore/firestore-add-documents.md.
    • Removed aliases front matter.
    • Changed 'Description' heading to 'About'.
    • Added compatible-sources shortcode.
  • docs/en/integrations/firestore/firestore-delete-documents.md
    • Renamed from docs/en/resources/tools/firestore/firestore-delete-documents.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/firestore/firestore-get-documents.md
    • Renamed from docs/en/resources/tools/firestore/firestore-get-documents.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/firestore/firestore-get-rules.md
    • Renamed from docs/en/resources/tools/firestore/firestore-get-rules.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/firestore/firestore-list-collections.md
    • Renamed from docs/en/resources/tools/firestore/firestore-list-collections.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/firestore/firestore-query-collection.md
    • Renamed from docs/en/resources/tools/firestore/firestore-query-collection.md.
    • Removed aliases front matter.
    • Added compatible-sources shortcode.
  • docs/en/integrations/firestore/firestore-query.md
    • Renamed from docs/en/resources/tools/firestore/firestore-query.md.
    • Removed aliases front matter.
    • Updated internal link to 'Firestore Source Configuration' to reflect new documentation path.
    • Added compatible-sources shortcode.
  • docs/en/integrations/firestore/firestore-update-document.md
    • Renamed from docs/en/resources/tools/firestore/firestore-update-document.md.
    • Removed aliases front matter.
    • Added compatible-sources shortcode.
  • docs/en/integrations/firestore/firestore-validate-rules.md
    • Renamed from docs/en/resources/tools/firestore/firestore-validate-rules.md.
    • Removed aliases front matter.
    • Added compatible-sources shortcode.
  • docs/en/integrations/http/_index.md
    • Renamed from docs/en/resources/sources/http.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/http/http-tool.md
    • Renamed from docs/en/resources/tools/http/http.md.
    • Removed aliases front matter.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/_index.md
    • Renamed from docs/en/resources/sources/looker.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
    • Fixed a newline character in the document content.
  • docs/en/integrations/looker/looker-add-dashboard-element.md
    • Renamed from docs/en/resources/tools/looker/looker-add-dashboard-element.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-add-dashboard-filter.md
    • Renamed from docs/en/resources/tools/looker/looker-add-dashboard-filter.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-conversational-analytics.md
    • Renamed from docs/en/resources/tools/looker/looker-conversational-analytics.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-create-project-directory.md
    • Renamed from docs/en/resources/tools/looker/looker-create-project-directory.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-create-project-file.md
    • Renamed from docs/en/resources/tools/looker/looker-create-project-file.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-delete-project-directory.md
    • Renamed from docs/en/resources/tools/looker/looker-delete-project-directory.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-delete-project-file.md
    • Renamed from docs/en/resources/tools/looker/looker-delete-project-file.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-dev-mode.md
    • Renamed from docs/en/resources/tools/looker/looker-dev-mode.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-generate-embed-url.md
    • Renamed from docs/en/resources/tools/looker/looker-generate-embed-url.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-connection-databases.md
    • Renamed from docs/en/resources/tools/looker/looker-get-connection-databases.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-connection-schemas.md
    • Renamed from docs/en/resources/tools/looker/looker-get-connection-schemas.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-connection-table-columns.md
    • Renamed from docs/en/resources/tools/looker/looker-get-connection-table-columns.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-connection-tables.md
    • Renamed from docs/en/resources/tools/looker/looker-get-connection-tables.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-connections.md
    • Renamed from docs/en/resources/tools/looker/looker-get-connections.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-dashboards.md
    • Renamed from docs/en/resources/tools/looker/looker-get-dashboards.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-dimensions.md
    • Renamed from docs/en/resources/tools/looker/looker-get-dimensions.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-explores.md
    • Renamed from docs/en/resources/tools/looker/looker-get-explores.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-filters.md
    • Renamed from docs/en/resources/tools/looker/looker-get-filters.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-looks.md
    • Renamed from docs/en/resources/tools/looker/looker-get-looks.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-measures.md
    • Renamed from docs/en/resources/tools/looker/looker-get-measures.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-models.md
    • Renamed from docs/en/resources/tools/looker/looker-get-models.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-parameters.md
    • Renamed from docs/en/resources/tools/looker/looker-get-parameters.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-project-directories.md
    • Renamed from docs/en/resources/tools/looker/looker-get-project-directories.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-project-file.md
    • Renamed from docs/en/resources/tools/looker/looker-get-project-file.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-project-files.md
    • Renamed from docs/en/resources/tools/looker/looker-get-project-files.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-get-projects.md
    • Renamed from docs/en/resources/tools/looker/looker-get-projects.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-health-analyze.md
    • Renamed from docs/en/resources/tools/looker/looker-health-analyze.md.
    • Removed aliases front matter.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-health-pulse.md
    • Renamed from docs/en/resources/tools/looker/looker-health-pulse.md.
    • Removed aliases front matter.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-health-vacuum.md
    • Renamed from docs/en/resources/tools/looker/looker-health-vacuum.md.
    • Removed aliases front matter.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-make-dashboard.md
    • Renamed from docs/en/resources/tools/looker/looker-make-dashboard.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-make-look.md
    • Renamed from docs/en/resources/tools/looker/looker-make-look.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-query-sql.md
    • Renamed from docs/en/resources/tools/looker/looker-query-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-query-url.md
    • Renamed from docs/en/resources/tools/looker/looker-query-url.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-query.md
    • Renamed from docs/en/resources/tools/looker/looker-query.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-run-dashboard.md
    • Renamed from docs/en/resources/tools/looker/looker-run-dashboard.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-run-look.md
    • Renamed from docs/en/resources/tools/looker/looker-run-look.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-update-project-file.md
    • Renamed from docs/en/resources/tools/looker/looker-update-project-file.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/looker/looker-validate-project.md
    • Renamed from docs/en/resources/tools/looker/looker-validate-project.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/mariadb/_index.md
    • Renamed from docs/en/resources/sources/mariadb.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list tools from the integrations/mysql directory.
  • docs/en/integrations/mindsdb/_index.md
    • Renamed from docs/en/resources/sources/mindsdb.md.
    • Added no_list: true to prevent listing in navigation.
    • Added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/mindsdb/mindsdb-execute-sql.md
    • Renamed from docs/en/resources/tools/mindsdb/mindsdb-execute-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/mindsdb/mindsdb-sql.md
    • Renamed from docs/en/resources/tools/mindsdb/mindsdb-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/mongodb/_index.md
    • Renamed from docs/en/resources/sources/mongodb.md.
    • Added no_list: true to prevent listing in navigation.
    • Added list-tools shortcode to dynamically list associated tools.
    • Fixed a newline character in the document content.
  • docs/en/integrations/mongodb/mongodb-aggregate.md
    • Renamed from docs/en/resources/tools/mongodb/mongodb-aggregate.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/mongodb/mongodb-delete-many.md
    • Renamed from docs/en/resources/tools/mongodb/mongodb-delete-many.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/mongodb/mongodb-delete-one.md
    • Renamed from docs/en/resources/tools/mongodb/mongodb-delete-one.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/mongodb/mongodb-find-one.md
    • Renamed from docs/en/resources/tools/mongodb/mongodb-find-one.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/mongodb/mongodb-find.md
    • Renamed from docs/en/resources/tools/mongodb/mongodb-find.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/mongodb/mongodb-insert-many.md
    • Renamed from docs/en/resources/tools/mongodb/mongodb-insert-many.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/mongodb/mongodb-insert-one.md
    • Renamed from docs/en/resources/tools/mongodb/mongodb-insert-one.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/mongodb/mongodb-update-many.md
    • Renamed from docs/en/resources/tools/mongodb/mongodb-update-many.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/mongodb/mongodb-update-one.md
    • Renamed from docs/en/resources/tools/mongodb/mongodb-update-one.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/mssql/_index.md
    • Renamed from docs/en/resources/sources/mssql.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/mssql/mssql-execute-sql.md
    • Renamed from docs/en/resources/tools/mssql/mssql-execute-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for cloud-sql-mssql.
  • docs/en/integrations/mssql/mssql-list-tables.md
    • Renamed from docs/en/resources/tools/mssql/mssql-list-tables.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for cloud-sql-mssql.
  • docs/en/integrations/mssql/mssql-sql.md
    • Renamed from docs/en/resources/tools/mssql/mssql-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for cloud-sql-mssql.
  • docs/en/integrations/mysql/_index.md
    • Renamed from docs/en/resources/sources/mysql.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/mysql/mysql-execute-sql.md
    • Renamed from docs/en/resources/tools/mysql/mysql-execute-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for cloud-sql-mysql.
  • docs/en/integrations/mysql/mysql-get-query-plan.md
    • Renamed from docs/en/resources/tools/mysql/mysql-get-query-plan.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for cloud-sql-mysql.
  • docs/en/integrations/mysql/mysql-list-active-queries.md
    • Renamed from docs/en/resources/tools/mysql/mysql-list-active-queries.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for cloud-sql-mysql.
  • docs/en/integrations/mysql/mysql-list-table-fragmentation.md
    • Renamed from docs/en/resources/tools/mysql/mysql-list-table-fragmentation.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for cloud-sql-mysql.
  • docs/en/integrations/mysql/mysql-list-tables-missing-unique-indexes.md
    • Renamed from docs/en/resources/tools/mysql/mysql-list-tables-missing-unique-indexes.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for cloud-sql-mysql.
  • docs/en/integrations/mysql/mysql-list-tables.md
    • Renamed from docs/en/resources/tools/mysql/mysql-list-tables.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for cloud-sql-mysql.
  • docs/en/integrations/mysql/mysql-sql.md
    • Renamed from docs/en/resources/tools/mysql/mysql-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for cloud-sql-mysql.
  • docs/en/integrations/neo4j/_index.md
    • Renamed from docs/en/resources/sources/neo4j.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/neo4j/neo4j-cypher.md
    • Renamed from docs/en/resources/tools/neo4j/neo4j-cypher.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/neo4j/neo4j-execute-cypher.md
    • Renamed from docs/en/resources/tools/neo4j/neo4j-execute-cypher.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/neo4j/neo4j-schema.md
    • Renamed from docs/en/resources/tools/neo4j/neo4j-schema.md.
    • Removed aliases front matter.
    • Added compatible-sources shortcode.
  • docs/en/integrations/oceanbase/_index.md
    • Renamed from docs/en/resources/sources/oceanbase.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/oceanbase/oceanbase-execute-sql.md
    • Renamed from docs/en/resources/tools/oceanbase/oceanbase-execute-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/oceanbase/oceanbase-sql.md
    • Renamed from docs/en/resources/tools/oceanbase/oceanbase-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/oracle/_index.md
    • Renamed from docs/en/resources/sources/oracle.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/oracle/oracle-execute-sql.md
    • Renamed from docs/en/resources/tools/oracle/oracle-execute-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/oracle/oracle-sql.md
    • Renamed from docs/en/resources/tools/oracle/oracle-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/postgres/_index.md
    • Added a new index file for the 'PostgreSQL' integration, describing its purpose and content.
  • docs/en/integrations/postgres/postgres-database-overview.md
    • Renamed from docs/en/resources/tools/postgres/postgres-database-overview.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-execute-sql.md
    • Renamed from docs/en/resources/tools/postgres/postgres-execute-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-get-column-cardinality.md
    • Renamed from docs/en/resources/tools/postgres/postgres-get-column-cardinality.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-active-queries.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-active-queries.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-available-extensions.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-available-extensions.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-database-stats.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-database-stats.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-indexes.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-indexes.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-installed-extensions.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-installed-extensions.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-locks.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-locks.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-pg-settings.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-pg-settings.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-publication-tables.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-publication-tables.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-query-stats.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-query-stats.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-roles.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-roles.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-schemas.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-schemas.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-sequences.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-sequences.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-stored-procedure.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-stored-procedure.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-table-stats.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-table-stats.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-tables.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-tables.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-tablespaces.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-tablespaces.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-triggers.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-triggers.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-list-views.md
    • Renamed from docs/en/resources/tools/postgres/postgres-list-views.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-long-running-transactions.md
    • Renamed from docs/en/resources/tools/postgres/postgres-long-running-transactions.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-replication-stats.md
    • Renamed from docs/en/resources/tools/postgres/postgres-replication-stats.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/postgres/postgres-sql.md
    • Renamed from docs/en/resources/tools/postgres/postgres-sql.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode with others parameter for AlloyDB and Cloud SQL PostgreSQL.
  • docs/en/integrations/redis/_index.md
    • Renamed from docs/en/resources/sources/redis.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/redis/redis-tool.md
    • Renamed from docs/en/resources/tools/redis/redis.md.
    • Removed aliases front matter.
    • Added compatible-sources shortcode.
  • docs/en/integrations/serverless-spark/_index.md
    • Renamed from docs/en/resources/sources/serverless-spark.md.
    • Added no_list: true to prevent listing in navigation.
    • Removed explicit tool listings and added list-tools shortcode to dynamically list associated tools.
  • docs/en/integrations/serverless-spark/serverless-spark-cancel-batch.md
    • Renamed from docs/en/resources/tools/serverless-spark/serverless-spark-cancel-batch.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/serverless-spark/serverless-spark-create-pyspark-batch.md
    • Renamed from docs/en/resources/tools/serverless-spark/serverless-spark-create-pyspark-batch.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
  • docs/en/integrations/serverless-spark/serverless-spark-create-spark-batch.md
    • Renamed from docs/en/resources/tools/serverless-spark/serverless-spark-create-spark-batch.md.
    • Removed aliases front matter.
    • Removed explicit source compatibility mention.
    • Added compatible-sources shortcode.
Activity
  • The pull request description indicates the addition of a new 'Build with MCP Toolbox' section and the relocation of various samples and quickstarts into this new structure.
  • The PR description includes a checklist, suggesting a standard review process is being followed.
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 force-pushed the v1-docsite-build-with-mcp-toolbox branch from be961ab to fc285bc Compare March 5, 2026 21:08

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

Copy link
Copy Markdown
Contributor

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 reorganizes the documentation by creating a new 'Build with MCP Toolbox' section and moving existing samples and getting started guides into it. The changes primarily consist of file renames and updates to internal links to reflect the new structure.

The file moves and link updates appear to be correct. However, a couple of external links to Colab notebooks seem to have been missed during the refactoring and are now broken. Since these are outside the changed lines in the diff, I'm noting them here for you to address:

  • In docs/en/build-with-mcp-toolbox/local_quickstart.md, the 'Open in Colab' badge points to an old path (.../docs/en/getting-started/colab_quickstart.ipynb).
  • In docs/en/build-with-mcp-toolbox/bigquery/local_quickstart.md, the 'Open in Colab' badge also points to an old path (.../docs/en/samples/bigquery/colab_quickstart_bigquery.ipynb).

Please update these links to point to the new locations of the Colab notebooks.

@github-actions

github-actions Bot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

dishaprakash and others added 4 commits March 6, 2026 19:12
Co-authored-by: Averi Kitsch <akitsch@google.com>
Co-authored-by: Averi Kitsch <akitsch@google.com>
Co-authored-by: Averi Kitsch <akitsch@google.com>
Co-authored-by: Averi Kitsch <akitsch@google.com>
Base automatically changed from v1-docsite-integration to documentation-reorg March 6, 2026 16:38
@dishaprakash dishaprakash merged commit 103b293 into documentation-reorg Mar 6, 2026
15 of 17 checks passed
@dishaprakash dishaprakash deleted the v1-docsite-build-with-mcp-toolbox branch March 6, 2026 16:40
@github-actions

github-actions Bot commented Mar 6, 2026

Copy link
Copy Markdown
Contributor

🧨 Preview deployments removed.

dishaprakash added a commit that referenced this pull request Mar 8, 2026
## Description

This PR Adds the Build with MCP Toolbox Section

* /build-with-mcp-toolbox:  
  * Move samples into this folder  
* This section will also contain all the SDK samples currently being
added into the documentation
  * /python  
    * /quickstart  
  * /js  
    * /quickstart   
  * /go  
    * /quickstart   
    * /openai-go: Sample  
    * /langchain-go: Sample  
    * /genai-go: Sample  
    * /adk-go: Sample  
  * /mcp-inspector-quickstart  
  * /prompts-with-gemini-cli  
  * /deploy-adk-agent

## 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](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [ ] 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
- [ ] 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>

---------

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

This PR Adds the Build with MCP Toolbox Section

* /build-with-mcp-toolbox:  
  * Move samples into this folder  
* This section will also contain all the SDK samples currently being
added into the documentation
  * /python  
    * /quickstart  
  * /js  
    * /quickstart   
  * /go  
    * /quickstart   
    * /openai-go: Sample  
    * /langchain-go: Sample  
    * /genai-go: Sample  
    * /adk-go: Sample  
  * /mcp-inspector-quickstart  
  * /prompts-with-gemini-cli  
  * /deploy-adk-agent

## 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](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [ ] 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
- [ ] 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>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com>
@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 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/mcp-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/mcp-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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants