File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change
1
+ # <a href =" .. " >{{ page.collection }}</a >
2
+
3
+ ## {{ page.slug }} - {{ page.description }}
4
+
5
+ {{ include.summary }}
6
+
7
+ {% if page.issue %}
8
+ ### GitHub Issue
9
+
10
+ * [ #{{ page.issue }}] (https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
11
+ {% endif %}
Original file line number Diff line number Diff line change @@ -5,15 +5,8 @@ description: Extensions created and used by Microsoft
5
5
layout : default
6
6
---
7
7
8
- # <a href =" .. " >{{ page.collection }}</a >
9
-
10
- ## {{ page.slug }} - {{ page.description }}
11
-
12
-
8
+ {% capture summary %}
13
9
The ` x-{{page.slug}}- ` prefix is reserved for extensions created by Microsoft. These extensions are available for use by anyone.
10
+ {% endcapture %}
14
11
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 %}
You can’t perform that action at this time.
0 commit comments