mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Mobile page title
This commit is contained in:
@@ -202,67 +202,3 @@ layout: "no-hero"
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="wrapper p-v-lg">
|
||||
<div class="row center-xs">
|
||||
<div class="cards col-md-9">
|
||||
<div class="cards-item col-md-6">
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<div class="card-text">
|
||||
<h3 class="m-t-0">Rancher 2.x</h3>
|
||||
<p>Rancher manages all of your Kubernetes clusters everywhere, unifies them under centralized RBAC, monitors them and lets you easily deploy and manage workloads through an intuitive user interface.</p>
|
||||
</div>
|
||||
<div class="border-top p-t-xs m-t-sm">
|
||||
<p>Read about how to <a href="{{< baseurl >}}/rancher/v2.x/en/v1.6-migration/">migrate from Rancher v1.6 Cattle to v2.x</a></p>
|
||||
<a href="{{< baseurl >}}/rancher/v2.x/en/" class="btn bg-link">Read the Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cards-item col-md-6">
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<div class="card-text">
|
||||
<h3 class="m-t-0">Rancher 1.6</h3>
|
||||
<p>If you haven't yet migrated to Rancher 2.x, you can still find documentation for 1.6 here. This is only for legacy users of the 1.6 product.</p>
|
||||
</div>
|
||||
<div class="border-top p-t-xs m-t-sm">
|
||||
<a href="https://rancher.com/docs/rancher/v1.6/en/" target="_blank" class="btn bg-link">Read the Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cards-item col-md-6">
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<div class="card-text">
|
||||
<h3 class="m-t-0">RancherOS</h3>
|
||||
<p>RancherOS is the lightest, easiest way to run Docker in production. Engineered from the ground up for security and speed, it runs all system services and user workloads within Docker containers.</p>
|
||||
</div>
|
||||
<div class="border-top p-t-xs m-t-sm">
|
||||
<a href="{{< baseurl >}}/os/v1.x/en/" class="btn bg-link">Read the Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cards-item col-md-6">
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<div class="card-text">
|
||||
<h3 class="m-t-0">RKE</h3>
|
||||
<p>Rancher Kubernetes Engine (RKE) is an extremely simple, lightning fast Kubernetes installer that works everywhere.</p>
|
||||
</div>
|
||||
<div class="border-top p-t-xs m-t-sm">
|
||||
<a href="{{< baseurl >}}/rke/latest/en" class="btn bg-link">Read the Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
+1
-16
@@ -1,19 +1,4 @@
|
||||
{{ define "hero" }}
|
||||
<section class="hero">
|
||||
<div class="wrapper">
|
||||
<div class="row center-xs">
|
||||
<div class="col-md-8 p-b-lg">
|
||||
{{ with .Params.pageHeader }}
|
||||
<h1>{{ . }}</h1>
|
||||
{{end}}
|
||||
{{ with .Params.description }}
|
||||
<p class="p-t-sm">{{ . }}</p>
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
|
||||
|
||||
{{ define "main" }}
|
||||
<div>
|
||||
|
||||
@@ -48,7 +48,11 @@
|
||||
</div>
|
||||
|
||||
<div class="guide-menus-activator">
|
||||
Quick start guides
|
||||
{{ if .Title }}
|
||||
{{.Title}}
|
||||
{{ else }}
|
||||
Quick Start Guide
|
||||
{{end}}
|
||||
|
||||
<span class="indicator">
|
||||
<span class="object1"></span>
|
||||
|
||||
Reference in New Issue
Block a user