diff options
| author | Yong He <yonghe@outlook.com> | 2021-03-30 13:27:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-30 13:27:08 -0700 |
| commit | 4fcfd04ed88bdad892fdb25b8de86883aeb9d1f9 (patch) | |
| tree | eb6385efb56174fa7314c19e2beb54f9a25da33e /docs | |
| parent | 12b16349056982781e31eb04be1bc93301ae37a8 (diff) | |
Create toc.html
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user-guide/toc.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html new file mode 100644 index 000000000..ec6f60d05 --- /dev/null +++ b/docs/user-guide/toc.html @@ -0,0 +1,10 @@ +<a href="/slang/user-guide/">Slang User's Guide</a> +<ol style="list-style-type:decimal"> + <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> + <li><a href="/slang/user-guide/03-convenience-features.html">Extended language features</a></li> + <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> +</ol> |
