From ed632ab21e9c638328498a85ccf77452645943bb Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 17 Oct 2013 22:00:27 -0400 Subject: [PATCH] doc: Configure TOC generation in XSLT HTML build The default table of contents in the XSLT HTML build is much too big and deep. Configure it to look more like the one that is currently being produced by the DSSSL build. --- doc/src/sgml/stylesheet.xsl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/src/sgml/stylesheet.xsl b/doc/src/sgml/stylesheet.xsl index 09d8981e56..da82b63c62 100644 --- a/doc/src/sgml/stylesheet.xsl +++ b/doc/src/sgml/stylesheet.xsl @@ -18,6 +18,7 @@ pgsql-docs@postgresql.org +2 @@ -38,4 +39,27 @@
+ + + + +appendix toc,title +article/appendix nop +article toc,title +book toc,title +chapter toc,title +part toc,title +preface toc,title +qandadiv toc +qandaset toc +reference toc,title +sect1 toc +sect2 toc +sect3 toc +sect4 toc +sect5 toc +section toc +set toc,title + + -- 2.40.0