Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _includes/alternative-schema-entry.md
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
# <a href="..">{{ page.collection }}</a>
{% assign registry = site.collections | where:"label", page.collection | first %}
# <a href=".">{{ registry.name }}</a>

## {{ page.slug }} - {{ page.description }}

Expand Down
3 changes: 2 additions & 1 deletion _includes/extension-entry.md
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
# <a href="..">{{ page.collection }}</a>
{% assign registry = site.collections | where:"label", page.collection | first %}
# <a href=".">{{ registry.name }}</a>

## {{ page.slug }} - {{ page.description }}

Expand Down
3 changes: 2 additions & 1 deletion _includes/format-entry.md
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
# <a href="..">{{ page.collection }}</a>
{% assign registry = site.collections | where:"label", page.collection | first %}
# <a href=".">{{ registry.name }}</a>

## {{ page.slug }} - {{ page.description }}

Expand Down
3 changes: 2 additions & 1 deletion _includes/namespace-entry.md
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
# <a href="..">{{ page.collection }}</a>
{% assign registry = site.collections | where:"label", page.collection | first %}
# <a href=".">{{ registry.name }}</a>

## {{ page.slug }} - {{ page.description }}

Expand Down
3 changes: 2 additions & 1 deletion _includes/tag-kind-entry.md
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
# <a href="..">{{ page.collection }}</a>
{% assign registry = site.collections | where:"label", page.collection | first %}
# <a href=".">{{ registry.name }}</a>

## {{ page.slug }} - {{ page.description }}

Expand Down
3 changes: 2 additions & 1 deletion registries/_draft-feature/alternativeSchema.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,8 @@ description: x-oas-draft-alternativeSchema
layout: default
---

# <a href="..">{{ page.collection }}</a>
{% assign registry = site.collections | where:"label", page.collection | first %}
# <a href=".">{{ registry.name }}</a>

## {{ page.slug }} - {{ page.description }}

Expand Down