File tree 3 files changed +22
-3
lines changed
3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,18 @@ 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 }}**
38
38
{%- endif -%}
39
39
{%- if segments[ 3] != last_kind -%}
40
40
{%- assign last_kind = segments[ 3] %}
41
- * [ ** {{ last_kind }}** ] ({{ site.baseurl }}/oas/{{ last_version }}/{{ last_kind }}/latest.html)
41
+ * [ ** view latest {{ last_kind }}** ] ({{ site.baseurl }}/oas/{{ last_version }}/{{ last_kind }}/latest.html)
42
+ download iteration
42
43
{%- assign separator = ": " -%}
43
44
{%- endif -%}
44
- {{ separator }} [ {{ file.basename }}] ({{ site.baseurl }}{{ file.path }})
45
+ {{ separator }} [ {{ file.basename | replace: "-", " &# 8209 ; " }}] ({{ site.baseurl }}{{ file.path }})
45
46
{%- assign separator = ", " -%}
46
47
{%- endif -%}
47
48
{%- endfor %}
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