We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080a1d0 commit 396cc7aCopy full SHA for 396cc7a
1 file changed
docs/tools/templates/template.cshtml
@@ -43,8 +43,10 @@
43
<li><a href="@Properties["project-github"]">Source Code on GitHub</a></li>
44
<li><a href="@Root/license.html">License</a></li>
45
<li><a href="@Root/release-notes.html">Release Notes</a></li>
46
-
+ <li class="divider"></li>
47
<li class="nav-header">Documentation</li>
48
+ <li><a href="@Root/terminology.html">Terminology</a></li>
49
+ <li><a href="@Root/library/AsyncSeq.html">AsyncSeq</a></li>
50
<li><a href="@Root/reference/index.html">API Reference</a></li>
51
</ul>
52
</div>
0 commit comments