Skip to content

Commit bec1c58

Browse files
committed
Encapsulate Draft page layout
1 parent 599f265 commit bec1c58

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

registries/_namespace/oas-draft.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,8 @@ description: Extensions created by OAI to indicate proposed changes to the OAS s
55
layout: default
66
---
77

8-
# <a href="..">{{ page.collection }}</a>
9-
10-
## {{ page.slug }} - {{ page.description }}
11-
12-
8+
{% capture summary %}
139
The `x-{{page.slug}}-` prefix is reserved for extensions created as part of the [draft features(https://github.com/OAI/OpenAPI-Specification/blob/main/DEVELOPMENT.md#draft-features)] process. These extensions are available for use by anyone.
10+
{% endcapture %}
1411

15-
{% if page.issue %}
16-
### GitHub Issue
17-
18-
* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
19-
{% endif %}
12+
{% include namespace-entry.md summary=summary %}

0 commit comments

Comments
 (0)