mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-26 10:03:18 +00:00
Agent-Logs-Url: https://github.com/velero-io/velero/sessions/e8c22e84-a488-4645-a0e1-aea5a2926503 Co-authored-by: kaovilai <11228024+kaovilai@users.noreply.github.com>
32 lines
782 B
HTML
32 lines
782 B
HTML
{{ define "siteHeader" }}
|
|
|
|
{{ template "_default/site-header.html" . }}
|
|
|
|
{{ end }}
|
|
|
|
{{ define "title"}}
|
|
<h1>Page Not Found</h1>
|
|
{{ end }}
|
|
|
|
{{ define "content"}}
|
|
<p> Whoops! It looks like we weren't able to find that page.<p>
|
|
|
|
|
|
<ul>
|
|
<li> <a href="/docs/latest">Documentation</a></li>
|
|
<li> <a href="/plugins">Plugins</a></li>
|
|
<li> <a href="/blog">Blog</a></li>
|
|
<li> <a href="/community">Community</a></li>
|
|
<li> <a href="/resources">Resources</a></li>
|
|
</ul>
|
|
|
|
<p> If you can't find what you are looking for, try asking a question in our <a href="https://kubernetes.slack.com/messages/velero">slack channel</a> or <a href="https://github.com/velero-io/velero/issues">filing an issue.</a><p>
|
|
|
|
{{ end }}
|
|
|
|
{{ define "footer" }}
|
|
|
|
{{ template "_default/footer.html" . }}
|
|
|
|
{{ end }}
|