Pārlūkot izejas kodu

Merge pull request #6284 from SvenDowideit/remove-table-of-contents-eyebrow

Remove the 'TABLE OF CONTENTS' header
James Turnbull 11 gadi atpakaļ
vecāks
revīzija
c9f216d2fa
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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_item.children %}
       <li class=""><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>