瀏覽代碼

Add titlesonly to reference / topics top-level TOCs

This prevents duplicated headings in places where the second-level index page has intro blurbs for each subsection (and also means we're not listing out long multi-section pages in full in the index, but given how big these indexes are that's probably not a bad thing).
Matt Westcott 3 年之前
父節點
當前提交
87057501ac
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      docs/reference/index.rst
  2. 1 0
      docs/topics/index.md

+ 1 - 0
docs/reference/index.rst

@@ -4,6 +4,7 @@ Reference
 
 .. toctree::
     :maxdepth: 2
+    :titlesonly:
 
     pages/index
     streamfield/index

+ 1 - 0
docs/topics/index.md

@@ -3,6 +3,7 @@
 ```eval_rst
 .. toctree::
     :maxdepth: 2
+    :titlesonly:
 
     pages
     writing_templates