Skip to content

Commit 56f3c6c

Browse files
authored
Merge pull request #4164 from ralfhandl/gh-pages-skip-base
gh-pages: skip dialect base & meta base
2 parents 4089a5d + be26d56 commit 56f3c6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
3737
* **v{{ last_version }}**
3838
{%- endif -%}
3939
{%- if segments[3] != last_kind -%}
40+
{%- if segments[4] == "base" -%}
41+
{%- continue -%}
42+
{%- endif -%}
4043
{%- assign last_kind = segments[3] %}
4144
* view [**{{ last_kind }}/{{ segments[4] }}**]({{ site.baseurl }}/oas/{{ last_version }}/{{ last_kind }}/{{ segments[4] }}.html)
4245
download iteration

0 commit comments

Comments
 (0)