File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
site/themes/arangodb-docs-theme/layouts/_default Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2727 {{ if $isProduction }}{{ partialCached "tracking/body-end.html" . }}{{ end -}}
2828 </ body >
2929</ html >
30+ {{- /* Trigger validation at the end of the build once */ -}}
31+ {{ if .IsHome -}}
32+ {{ with templates.Defer -}}
33+ {{ partial "openapi-validate.html" (dict "key" "global") -}}
34+ {{ end -}}
35+ {{ end -}}
Original file line number Diff line number Diff line change @@ -10,8 +10,4 @@ <h1>{{ .Title | markdownify }}</h1>
1010 {{ .Content | safeHTML }}
1111 </ article >
1212 {{- end -}}
13- {{/* Trigger validation at the end of the build (kind "home" is called once) */ -}}
14- {{ with templates.Defer -}}
15- {{ partial "openapi-validate.html" -}}
16- {{ end -}}
1713{{ end -}}
You can’t perform that action at this time.
0 commit comments