Docs: Reduce our TOC depth.

Reduce the TOC depth so that it's not quite so huge.

Change-Id: I5748edf0e715961da57eff7e0ade6fad175ab24b
Reviewed-on: https://code.wireshark.org/review/26110
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2018-02-25 18:40:11 -08:00
parent 03718fee4d
commit f5cd52c0fb
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ set (_common_xsltproc_args
--stringparam admon.graphics.extension .svg
--stringparam section.autolabel 1
--stringparam section.label.includes.component.label 1
--stringparam toc.section.depth 1
--stringparam html.stylesheet ws.css
)

View File

@ -317,6 +317,7 @@ COMMON_XSLTPROC_ARGS = \
--stringparam admon.graphics.extension .svg \
--stringparam section.autolabel 1 \
--stringparam section.label.includes.component.label 1 \
--stringparam toc.section.depth 1 \
--stringparam html.stylesheet ws.css
WSUG_XSLTPROC_ARGS = \