mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
87057501ac
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).
15 lines
183 B
Markdown
15 lines
183 B
Markdown
# Usage guide
|
|
|
|
```eval_rst
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:titlesonly:
|
|
|
|
pages
|
|
writing_templates
|
|
images
|
|
search/index
|
|
snippets
|
|
streamfield
|
|
permissions
|
|
``` |