File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22{{- $major := int (index $version 0) }}
33{{- $minor := int (index $version 1) }}
44{{- $id := "" }}
5- {{- if and (ge $major 0) (ge $major 108) }}
5+ {{- if or ( and (eq $major 0) (ge $minor 108)) (gt $major 0 ) }}
66 {{- $id = .Ordinal }}
77{{- end }}
88{{- partial "shortcodes/image.html" (dict
Original file line number Diff line number Diff line change 33{{- $major := int (index $version 0) }}
44{{- $minor := int (index $version 1) }}
55{{- $id := "" }}
6- {{- if and (ge $major 0) (ge $major 108) }}
6+ {{- if or ( and (eq $major 0) (ge $minor 108)) (gt $major 0 ) }}
77 {{- $id = .Ordinal }}
88{{- end }}
99{{- partial "shortcodes/expand.html" (dict
Original file line number Diff line number Diff line change 22{{- $major := int (index $version 0) }}
33{{- $minor := int (index $version 1) }}
44{{- $id := "" }}
5- {{- if and (ge $major 0) (ge $major 108) }}
5+ {{- if or ( and (eq $major 0) (ge $minor 108)) (gt $major 0 ) }}
66 {{- $id = .Ordinal }}
77{{- end }}
88{{- partial "shortcodes/openapi.html" (dict
Original file line number Diff line number Diff line change 22{{- $major := int (index $version 0) }}
33{{- $minor := int (index $version 1) }}
44{{- $id := "" }}
5- {{- if and (ge $major 0) (ge $major 108) }}
5+ {{- if or ( and (eq $major 0) (ge $minor 108)) (gt $major 0 ) }}
66 {{- $id = .Ordinal }}
77{{- end }}
88{{- partial "shortcodes/swagger.html" (dict
You can’t perform that action at this time.
0 commit comments