diff --git a/content/en/ecosystem/registry/_index.md b/content/en/ecosystem/registry/_index.md index d73ad20547d5..fb60269d34cf 100644 --- a/content/en/ecosystem/registry/_index.md +++ b/content/en/ecosystem/registry/_index.md @@ -39,6 +39,15 @@ redirects: [{ from: /ecosystem/registry*, to: '/ecosystem/registry?' }] {{< blocks/section color="white" type="container-lg" >}} +{{% alert color="info" %}} + +The OpenTelemetry Registry allows you to search for instrumentation libraries, +collector components, utilities, and other useful projects in the OpenTelemetry +ecosystem. If you are a project maintainer, you can +[add your project to the OpenTelemetry Registry](adding/). + +{{% /alert %}} + {{< ecosystem/registry/search-form >}} {{< /blocks/section >}} diff --git a/layouts/shortcodes/ecosystem/registry/search-form.html b/layouts/shortcodes/ecosystem/registry/search-form.html index b569bd4f4b0a..be1afe99d765 100644 --- a/layouts/shortcodes/ecosystem/registry/search-form.html +++ b/layouts/shortcodes/ecosystem/registry/search-form.html @@ -9,7 +9,6 @@ {{ $officialLanguages := slice "collector" "cpp" "erlang" "elixir" "dotnet" "go" "java" "js" "php" "python" "ruby" "rust" "swift" -}} - {{ $langs := slice -}} {{ range $registry -}} {{ $language := .language -}} @@ -67,13 +66,6 @@ {{ end -}} {{ $uniqueFlags := $allFlags | uniq | sort }} -
-The OpenTelemetry Registry allows you to search for instrumentation libraries, -collector components, utilities, and other useful projects in the OpenTelemetry -ecosystem. If you are a project maintainer, you can -add your project to the OpenTelemetry Registry -
-