forked from kedacore/keda-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
34 lines (29 loc) · 1.27 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{{ define "main"}}
<section class="section">
<div class="container">
<div class="content is-medium is-constrained has-bottom-margin">
<p class="title is-size-1 is-size-2-mobile has-text-weight-bold is-spaced">
Woops! Dead link...
</p>
That's not very convenient, sorry about that!
Maybe you were looking for:
<ul>
<li><a href="{{ .Site.BaseURL }}/docs/latest/concepts">An overview of our concepts</a></li>
<li><a href="{{ .Site.BaseURL }}/docs/latest/scalers">A list of all our supported scalers</a></li>
<li><a href="{{ .Site.BaseURL }}/docs/latest/deploy">How to deploy KEDA</a></li>
<li><a href="{{ .Site.BaseURL }}/docs/latest/operate">How to operate KEDA</a></li>
</ul>
<article class="message is-info">
<div class="message-header">
<p class="is-size-5 is-size-6-mobile">
Let us know
</p>
</div>
<div class="message-body">
Let us know so we can fix this dead link, you can report it <a href="https://github.com/kedacore/keda-docs/issues/new">here</a>.
</div>
</article></div>
</div>
</div>
</section>
{{ end }}