Skip to content

Commit a1c7fcc

Browse files
committed
Encapsulate SAP page layout
1 parent bec1c58 commit a1c7fcc

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

registries/_namespace/sap.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,10 @@ description: Extensions created and used by SAP
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 by SAP. These extensions are available for use by anyone.
1410

1511
The official list of supported SAP extensions can be found in [SAP/openapi-specification](https://github.com/SAP/openapi-specification) repository.
12+
{% endcapture %}
1613

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

0 commit comments

Comments
 (0)