forked from kedacore/keda-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (18 loc) · 950 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{{ define "title" }}
{{ site.Title }} | {{ site.Params.tagline }}
{{ end }}
{{ define "main" }}
{{ partial "home/hero.html" . }}
{{ partial "home/what-is.html" . }}
{{ partial "home/features.html" . }}
{{ partial "home/video.html" . }}
{{ partial "home/scalers.html" . }}
{{ partial "home/samples.html" . }}
{{ partial "logo-section.html" (dict "title" "Users" "description" "A variety of users are autoscaling applications with KEDA:" "logos" site.Params.users) }}
<hr />
{{ partial "logo-section.html" (dict "title" "Partners" "description" "KEDA is supported by and built by our community, including the following companies:" "logos" site.Params.partners) }}
<hr />
{{ partial "logo-section.html" (dict "title" "Supported by" "description" "KEDA is supported by the following companies that provide their services for free:" "logos" site.Params.supportedby) }}
{{ partial "home/get-involved.html" . }}
{{ partial "home/cncf.html" . }}
{{ end }}