Skip to content

Commit

Permalink
Ensure that fuse.js-generated registry entries also render markdown, f…
Browse files Browse the repository at this point in the history
…ixes open-telemetry#2491

Signed-off-by: svrnm <neumanns@cisco.com>
  • Loading branch information
svrnm committed Dec 15, 2023
1 parent 1624836 commit 9b2dffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/registry/collector-exporter-alertmanager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/mai
license: Apache 2.0
description:
Exports OTel Events (SpanEvent in Tracing added by AddEvent API) as Alerts to
[Alertmanager] (https://prometheus.io/docs/alerting/latest/alertmanager/)
[Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/)
back-end to notify Errors or Change events.
authors: OpenTelemetry Authors
otVersion: latest
2 changes: 2 additions & 0 deletions layouts/ecosystem/registry.json.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{ $entries := slice -}}
{{ range $entry_name_ignored, $entry := .Site.Data.registry -}}
{{ $entry := merge $entry (dict "title" (markdownify $entry.title) ) }}
{{ $entry := merge $entry (dict "description" (markdownify $entry.description) ) }}
{{ $entries = $entries | append $entry -}}
{{ end -}}
{{ jsonify (dict "indent" " ") $entries -}}

0 comments on commit 9b2dffe

Please sign in to comment.