From c823cc532de2d89c3345a64f4727e7c7a7747d9c Mon Sep 17 00:00:00 2001 From: Leonid Ganeline Date: Wed, 18 Dec 2024 18:28:37 -0800 Subject: [PATCH] docs: integration providers index update (#28808) Issue: integrations related to a provider can be spread across several packages and classes. It is very hard to find a provider using only ToCs. Fix: we have a very useful and helpful tool to search by provider name. It is the `Search` field. So, I've added recommendations for using this field. It seems obvious but it is not. --------- Co-authored-by: Erick Friis Co-authored-by: Eugene Yurtsev Co-authored-by: Chester Curme --- docs/scripts/partner_pkg_table.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/scripts/partner_pkg_table.py b/docs/scripts/partner_pkg_table.py index 37a8a2f1fdd10..6dfdcecbbf2bb 100644 --- a/docs/scripts/partner_pkg_table.py +++ b/docs/scripts/partner_pkg_table.py @@ -134,7 +134,8 @@ def doc() -> str: ## All Providers -Click [here](/docs/integrations/providers/all) to see all providers. +Click [here](/docs/integrations/providers/all) to see all providers. Or search for a +provider using the Search field in the top-right corner of the screen. """