+ + + + {{ .Content }} {{ range (.Paginator 5).Pages }} diff --git a/layouts/partials/page-nav.html b/layouts/partials/page-nav.html new file mode 100644 index 00000000000..566e9c70ba3 --- /dev/null +++ b/layouts/partials/page-nav.html @@ -0,0 +1,20 @@ + +{{ define "page-nav" }} + {{ range .Sections}} +
  • {{ .Title }} + {{if gt (len .Sections) 0}} + +
      + {{ range .Pages }} +
    • {{ .Title }}
    • + {{ end }} + {{ template "page-nav" . }} +
    + {{end}} +
  • + {{ end }} +{{ end }} From b232e2127e18818403aca57d3b3fd0d84dc0b3b4 Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Wed, 11 Jul 2018 15:50:15 -0700 Subject: [PATCH 3/3] Update _index.md --- content/rancher/v2.x/en/_index.md | 36 ------------------------------- 1 file changed, 36 deletions(-) diff --git a/content/rancher/v2.x/en/_index.md b/content/rancher/v2.x/en/_index.md index 4cd79299258..e35e6d789a9 100644 --- a/content/rancher/v2.x/en/_index.md +++ b/content/rancher/v2.x/en/_index.md @@ -15,39 +15,3 @@ However, for version 2.0, most of Rancher is redesigned to work on Kubernetes. R - Multi-cluster management - Rancher Kubernetes Engine (RKE) - Integration with cloud Kubernetes services, such as GKE, EKS, and AKS. - -