diff options
-rw-r--r-- | config/nimdoc.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/nimdoc.cfg b/config/nimdoc.cfg index a6a402bab..67d619ea1 100644 --- a/config/nimdoc.cfg +++ b/config/nimdoc.cfg @@ -132,7 +132,10 @@ doc.body_toc_group = """ <a href="$theindexhref">Index</a> </li> <li> - <a href="compiler/$theindexhref">Compiler docs</a> + <a href="compiler/$theindexhref">compiler docs</a> + </li> + <li> + <a href="https://nim-lang.github.io/fusion/theindex.html">fusion docs</a> </li> </ul> </div> |