Skip to content

Commit 8df0a05

Browse files
committed
Tweak the Markdown viewer some more
1 parent c9eeee5 commit 8df0a05

File tree

5 files changed

+1
-9
lines changed

5 files changed

+1
-9
lines changed

templates/registry/markdown/attribute_namespace.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
| Key | Stability | Value Type | Description | Example Values |
4343
| --- | --- | --- | --- | --- |
4444
{%- for attribute in group.attributes | sort(attribute="name") %}{% set attr_anchor = attribute.name | kebab_case %}
45-
| <a id="{{ attr_anchor }}" href="#{{ attr_anchor }}">`{{ attrs.name(attribute) }}`</a> | {{ stability.badge(attribute.stability, attribute.deprecated, attribute.brief) | trim }} | {{ attrs.type(attribute) }} | {{ attribute.brief | trim }}{{ notes.add({"note": attribute.note, "name": attrs.name(attribute)}) }} | {{ examples.format(attribute) }}|
45+
| `{{ attrs.name(attribute) }}` | {{ stability.badge(attribute.stability, attribute.deprecated, attribute.brief) | trim }} | {{ attrs.type(attribute) }} | {{ attribute.brief | trim }}{{ notes.add({"note": attribute.note, "name": attrs.name(attribute)}) }} | {{ examples.format(attribute) }}|
4646
{%- endfor %}
4747
{{ notes.render() }}
4848
{%- for enum in group.attributes | sort(attribute="name") %}

templates/registry/markdown/attributes_readme.md.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ All registered attributes are listed by namespace in this registry.
2929
>
3030
> Further attribute namespaces are currently being migrated and will appear in this registry soon.
3131

32-
Currently, the following namespaces exist:
33-
3432
{% for bundle in ctx %}
3533
{%- set my_file_name = bundle.id | kebab_case ~ ".md" -%}
3634
- [{{ bundle.id | title_case | acronym }}]({{ my_file_name }})

templates/registry/markdown/entity_readme.md.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ The entities registry is the catalog of available Entities.
1616
>
1717
> Relationships and signal associations are a work in progress.
1818

19-
Currently, the following namespaces exist:
20-
2119
| Namespace | Entity | Stability |
2220
| --------- | ------ | --------- |
2321
{%- for bundle in ctx %}

templates/registry/markdown/event_readme.md.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ The events registry is the catalog of available Events.
1414
>
1515
> The following registry overview is a work in progress.
1616

17-
Currently, the following namespaces exist:
18-
1917
| Namespace | Event | Stability |
2018
| --------- | ----- | --------- |
2119
{%- for bundle in ctx %}

templates/registry/markdown/metric_readme.md.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ The metrics registry is the catalog of available Dash0 metrics.
1313
>
1414
> The following registry overview is a work in progress.
1515

16-
Currently, the following namespaces exist:
17-
1816
| Namespace | Metric | Instrument | Unit | Stability |
1917
| --------- | ------ | ---------- | ---- | --------- |
2018
{%- import 'stability.j2' as stability -%}

0 commit comments

Comments
 (0)