diff options
| author | Yong He <yonghe@outlook.com> | 2021-04-22 17:14:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 17:14:52 -0700 |
| commit | 79675228cbe85937e8b41a46ad9ba0f5a528291d (patch) | |
| tree | 92d575df6650c7edbf7aa98efa3881c6afb74383 /docs/_includes/user-guide-toc.html | |
| parent | e8dee69592349cde50ddf8a4440f87e91808e6b6 (diff) | |
Fix documentation (#1811)
Diffstat (limited to 'docs/_includes/user-guide-toc.html')
| -rw-r--r-- | docs/_includes/user-guide-toc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/user-guide-toc.html b/docs/_includes/user-guide-toc.html index b3c1ed39f..511b30aad 100644 --- a/docs/_includes/user-guide-toc.html +++ b/docs/_includes/user-guide-toc.html @@ -1,6 +1,6 @@ <a href="/slang/user-guide/">Slang User's Guide</a> -<ol> +<ol class="toc_list"> <li><a href="/slang/user-guide/00-introduction.html">Introduction</a></li> <li><a href="/slang/user-guide/01-get-started.html">Getting Started</a></li> <li><a href="/slang/user-guide/02-conventional-features.html">Conventional Language Features</a></li> @@ -9,7 +9,7 @@ <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> + <ol class="toc_list"> <li><a href="/slang/user-guide/a1-01-matrix-layout.html">Matrix Layout</a></li> </ol> |
