summaryrefslogtreecommitdiffstats
path: root/docs/_includes/user-guide-toc.html
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-04-22 13:59:52 -0700
committerGitHub <noreply@github.com>2021-04-22 13:59:52 -0700
commit5ad4d55f5620a18ef4c1e02366779809f934bfef (patch)
tree9415920eface09d666378914afe3487a7cc3dffb /docs/_includes/user-guide-toc.html
parentda0d295d6c8b6fb03245dea0583437c198890349 (diff)
Add doc on matrix layout (#1807)
* Add doc on matrix layout * Fixup
Diffstat (limited to 'docs/_includes/user-guide-toc.html')
-rw-r--r--docs/_includes/user-guide-toc.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_includes/user-guide-toc.html b/docs/_includes/user-guide-toc.html
index ec6f60d05..a761fe3fd 100644
--- a/docs/_includes/user-guide-toc.html
+++ b/docs/_includes/user-guide-toc.html
@@ -7,4 +7,9 @@
<li><a href="/slang/user-guide/04-interfaces-generics.html">Interfaces and Generics</a></li>
<li><a href="/slang/user-guide/05-compiling.html">Compiling Code with Slang</a></li>
<li><a href="/slang/user-guide/06-targets.html">Supported Compilation Targets</a></li>
+ <li><a href="/slang/user-guide/a1-special-topics.html">Special Topics</a></li>
+ <ol style="list-style-type:circle">
+ <li><a href="/slang/user-guide/a1-01-matrix-layout.html">Matrix Layout</a></li>
+ </ol>
+
</ol>