Files
velero/site/_layouts/docs.html
Lee Springer d995018a3e add velero.io site content, move docs to under site/docs (#1489)
* Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder

Signed-off-by: Lee Springer <lee@smalltalk.agency>

Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Restore main.go to original location

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Updates to footer

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Updates to homepage links

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Content updates

Signed-off-by: Lee Springer <lee@smalltalk.agency>
2019-05-17 10:56:03 -07:00

40 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
{% include head.html %}
{% if page.version != "master" %}
<!-- Block google from indexing versioned docs -->
<meta name="robots" content="noindex">
{% endif %}
<body id="docs">
<div class="container-fluid site-outer-container">
<div class="site-container">
{% include site-header.html %}
<div class="post-single-hero bg-color-{{ site.hero.background-color }}">
<div class="section">
<div class="section-content">
<h1>Documentation</h1>
</div>
</div>
</div>
<div class="post-single-body">
<div class="section section-card">
<div class="section-content pt-4 pb-0">
<div class="row">
<div class="col-md-3">
{% include versions.html %}
{% include nav.html %}
</div>
<div class="col-md-8 offset-md-1">
{% include version-warning.html %}
{{ content }}
</div>
</div>
</div>
</div>
</div>
{% include footer.html %}
</div>
</div>
</body>
</html>