File tree 3 files changed +19
-1
lines changed 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
31
31
{% assign last_kind = "" %}
32
32
{%- for file in schema_files -%}
33
33
{%- assign segments = file.path | split: "/" -%}
34
- {%- if segments[ 1] == "oas" and file.basename contains "-" -%}
34
+ {%- if segments[ 1] == "oas" -%}
35
35
{%- if segments[ 2] != last_version -%}
36
36
{%- assign last_version = segments[ 2] %}
37
37
* ** v{{ last_version }}**
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : JSON Schema dialect for OpenAPI
3
+ layout : default
4
+ parent : Schemas
5
+ ---
6
+
7
+ ``` json
8
+ {% include_relative base % }
9
+ ```
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : JSON Schema Vocabulary used in OpenAPI
3
+ layout : default
4
+ parent : Schemas
5
+ ---
6
+
7
+ ``` json
8
+ {% include_relative base % }
9
+ ```
You can’t perform that action at this time.
0 commit comments