1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 23:48:09 +00:00

merge changes from rancher docs repo

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-03-17 12:54:39 +00:00
parent ff4b315d0c
commit daed587841
56 changed files with 9952 additions and 1429 deletions

View File

@@ -0,0 +1,34 @@
</div>
<div class="col span-8">
<div class="content-container">
<div class="banner bg-info p-10">
These docs are for Rancher {{page.version}}, for the current version, see <a href={{site.baseurl}}/rancher/latest/>here</a>.
</div>
{{ content }}
<footer class="clearfix">
<div class="copyright pull-left" >Copyright &copy; 2017 <a href="http://rancher.com">Rancher Labs</a>. All Rights Reserved.</div>
<a class="btn btn-primary pull-right" href="https://github.com/rancher/rancher.github.io/tree/master/{{page.path }}">Edit this page <i class="fa fa-pencil"></i></a>
</div>
</footer>
</div>
</div>
</div>
<!-- Start of Async HubSpot Analytics Code -->
<script type="text/javascript">
(function(d,s,i,r) {
if (d.getElementById(i)){return;}
var n=d.createElement(s),e=d.getElementsByTagName(s)[0];
n.id=i;n.src='//js.hs-analytics.net/analytics/'+(Math.ceil(new Date()/r)*r)+'/468859.js';
e.parentNode.insertBefore(n, e);
})(document,"script","hs-analytics",300000);
</script>
<!-- End of Async HubSpot Analytics Code -->
<script src="{{site.baseurl}}/vendor/jquery.js?t={{site.time}}"></script>
<script src="{{site.baseurl}}/js/jquery.slicknav.min.js?t={{site.time}}"></script>
<script src="{{site.baseurl}}/js/rancher-docs.js?t={{site.time}}"></script>
</body>
</html>