kopia lustrzana https://github.com/wagtail/wagtail
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).pull/7262/head
rodzic
d5b955b0e4
commit
87057501ac
|
@ -4,6 +4,7 @@ Reference
|
|||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:titlesonly:
|
||||
|
||||
pages/index
|
||||
streamfield/index
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
```eval_rst
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:titlesonly:
|
||||
|
||||
pages
|
||||
writing_templates
|
||||
|
|
Ładowanie…
Reference in New Issue