File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,11 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
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 %}
You can’t perform that action at this time.
0 commit comments