From 74e1b2c54b84947cc5f9f2e58c41836f063f5ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loi=CC=88c=20Correnson?= <loic.correnson@cea.fr> Date: Wed, 13 May 2020 19:09:20 +0200 Subject: [PATCH] [ivette/doc] fix guides table of contents --- ivette/doc/pandoc/template.html | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/ivette/doc/pandoc/template.html b/ivette/doc/pandoc/template.html index e6ca378d1a7..07194cc6ea0 100644 --- a/ivette/doc/pandoc/template.html +++ b/ivette/doc/pandoc/template.html @@ -58,25 +58,7 @@ <nav class="tsd-navigation secondary menu-sticky"> <a href="#MAIN"><b>$subtitle$</b></a> <ul class="before-current"> - $if(link)$ - $if(toc)$ - $for(link)$ - $if(link.toc)$ $table-of-contents$ - $else$ - <li><a href="$link.href$.html">$link.title$</a></li> - $endif$ - $endfor$ - $else$ - <ul> - $for(link)$ - <li><a href="$link.href$.html">$link.title$</a></li> - $endfor$ - $endif$ - $else$ - $table-of-contents$ - $endif$ - </ul> </ul> </nav> </div> -- GitLab