Hi,

we using Forrest (great tool) version 0.7 and in skinconf.xml the TOC setting is
<toc max-depth="4" min-sections="1" location="page"/>
thus each document (all forrest .xml doc files + all automatically rendered .html files) will contain a TOC.

1. Is it possible to suppress TOC generation for single document files?
E.g.
<toc max-depth="4" min-sections="1" location="page">
  <include name="**/*" />
  <exclude name="index.html"/>
  <exclude name="news.html"/>
</toc>


2. Is it possible to induce Forrest to generate an index of content for the whole web-site? I can't find such a topic in Forrest documentation. For bulky documentation it would be useful to provide such an IOC.
E.g.
<ioc max-depth="2" min-sections="1" target="guides/index.html">
  <include name="guides/*" />
  <exclude name="summary.html"/>
</ioc>

regards,
Armin