diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-10-14 00:25:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 09:25:28 +0200 |
commit | 0c0f86b2c54d2ef367e5a401c8744b8f5295aaa5 (patch) | |
tree | cf67e6455b98fe30a80e9f6eb446a3a68e951df8 | |
parent | d1af9587b889bc1c9b080a48b9858436d2482599 (diff) | |
download | Nim-0c0f86b2c54d2ef367e5a401c8744b8f5295aaa5.tar.gz |
reference fusion docs (#15562)
-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> |