0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/topics/index.md
Matt Westcott 87057501ac 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).
2021-06-18 15:17:24 +01:00

15 lines
183 B
Markdown

# Usage guide
```eval_rst
.. toctree::
:maxdepth: 2
:titlesonly:
pages
writing_templates
images
search/index
snippets
streamfield
permissions
```