mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
Merge pull request #683 from lvuch/lv-0824
remove files not needed on docs
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Version</th>
|
||||
<th>Host OS</th>
|
||||
<th>Kubernetes*</th>
|
||||
<th>Docker</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{ range .Site.Data.compatibility.version }}
|
||||
<tr>
|
||||
<td>{{.number}}</td>
|
||||
<td>{{.os}}</td>
|
||||
<td>{{.kubernetes}}</td>
|
||||
<td>{{.docker}}</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
{{ range .Site.Data.homepage.testimonial }}
|
||||
<li class="js_slide testimonial m-a-sm">
|
||||
<!-- <hr/> -->
|
||||
<blockquote class="text-lg text-left p-a-md m-a-0">
|
||||
<div class="p-b-sm">"{{.quote}}"</div>
|
||||
<hr class="m-a-0" />
|
||||
<div class="row middle-md between-md p-a-sm border-right">
|
||||
<div class="col-md-2 p-a-sm p-l-0">
|
||||
<img src="{{ .Site.BaseURL }}/img/quotelogos/{{.logo}}" alt="{{.company}}">
|
||||
</div>
|
||||
<div class="col-md-10 p-a-0">
|
||||
<cite class="text-md text-left p-l-sm">{{.source}},<br/>{{.position}}, {{.company}}</cite>
|
||||
</div>
|
||||
</div>
|
||||
</blockquote>
|
||||
</li>
|
||||
{{ end }}
|
||||
@@ -1,14 +0,0 @@
|
||||
<div class="row">
|
||||
{{ range .Site.Data.partners.partner }}
|
||||
<div class="col-md-3 box m-a-sm">
|
||||
<img src="{{ .Site.BaseURL }}/img/{{.logo}}" height="50" alt="{{.name}}">
|
||||
<h3>{{.name}}</h3>
|
||||
<p>{{.description}}</p>
|
||||
<span class="row">
|
||||
{{ range .type }}
|
||||
<span class="bg-accent tag">{{ . }}</span>
|
||||
{{ end }}
|
||||
</span>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
@@ -1,20 +0,0 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Rancher Version</th>
|
||||
<th>Release Date</th>
|
||||
<th>End full support</th>
|
||||
<th>Dend maintainance support</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{ range .Site.Data.support.table }}
|
||||
<tr>
|
||||
<td>{{.rancher}}</td>
|
||||
<td>{{.release}}</td>
|
||||
<td>{{.full}}</td>
|
||||
<td>{{.maintain}}</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -1,22 +0,0 @@
|
||||
<div class="slider js_slider js_multislides multislides">
|
||||
<div class="frame js_frame">
|
||||
<ul class="testimonials slides js_slides">
|
||||
{{ range .Site.Data.testimonials.testimonial }}
|
||||
<li class="js_slide testimonial">
|
||||
<div class="p-a-xs bg-accent">{{.company}}</div>
|
||||
<div class="p-a-sm">
|
||||
<img src="{{ .Site.BaseURL }}/img/quotelogos/{{.logo}}" height="50" alt="{{.company}}">
|
||||
<p>{{.quote}}</p>
|
||||
<cite>{{.source}}, {{.position}}</cite>
|
||||
</div>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
<span class="js_prev prev">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 501.5 501.5"><g><path fill="#2E435A" d="M302.67 90.877l55.77 55.508L254.575 250.75 358.44 355.116l-55.77 55.506L143.56 250.75z"/></g></svg>
|
||||
</span>
|
||||
<span class="js_next next">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 501.5 501.5"><g><path fill="#2E435A" d="M199.33 410.622l-55.77-55.508L247.425 250.75 143.56 146.384l55.77-55.507L358.44 250.75z"/></g></svg>
|
||||
</span>
|
||||
</div>
|
||||
Reference in New Issue
Block a user