Преглед на файлове

Remove the 'TABLE OF CONTENTS' header

Its tricked a number of readers, as its not a TOC, its just local to the
current topic. Now that the docs are not mobile responsive its not an
active UI element either.

Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
SvenDowideit преди 11 години
родител
ревизия
8e851aaa27
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      docs/theme/mkdocs/toc.html

+ 0 - 1
docs/theme/mkdocs/toc.html

@@ -1,4 +1,3 @@
-      <span class="menu-caption eyebrow">TABLE OF CONTENTS</span>
   {% for toc_item in toc %}
   {% for toc_item in toc %}
     {% for toc_item in toc_item.children %}
     {% for toc_item in toc_item.children %}
       <li class=""><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
       <li class=""><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>