From b74fa7587228361f2e13606c260f559b56aaf323 Mon Sep 17 00:00:00 2001 From: "O.S.Tezer" Date: Wed, 16 Apr 2014 18:20:29 +0300 Subject: [PATCH] Amend breadcrumbs to link to the section indexes, i.e., home/section/ Docker-DCO-1.1-Signed-off-by: O.S. Tezer (github: ostezer) --- docs/theme/mkdocs/breadcrumbs.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/theme/mkdocs/breadcrumbs.html b/docs/theme/mkdocs/breadcrumbs.html index 5fa684432f..aa4e90af8b 100644 --- a/docs/theme/mkdocs/breadcrumbs.html +++ b/docs/theme/mkdocs/breadcrumbs.html @@ -2,13 +2,9 @@
  • {% for section in nav %} {% if section.active %} +
  • {{ section.title }}
  • {% if section.children %} - {% for page in section.children[:1] %} -
  • {{ section.title }}
  • - {% endfor %} - {% endif %} - {% if section.children %} -
  • {{ current_page.title }}
  • +
  • {{ current_page.title }}
  • {% endif %} {% endif %} {% endfor %}