From c4d8551eba47ddc2621f29024d88d5b7ecef06f3 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 30 Mar 2021 13:40:20 -0700 Subject: Move user-guide table of contents to _includes dir (#1771) --- docs/_includes/user-guide-toc.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/_includes/user-guide-toc.html (limited to 'docs/_includes') diff --git a/docs/_includes/user-guide-toc.html b/docs/_includes/user-guide-toc.html new file mode 100644 index 000000000..ec6f60d05 --- /dev/null +++ b/docs/_includes/user-guide-toc.html @@ -0,0 +1,10 @@ +Slang User's Guide +
    +
  1. Introduction
  2. +
  3. Getting Started
  4. +
  5. Conventional Language Features
  6. +
  7. Extended language features
  8. +
  9. Interfaces and Generics
  10. +
  11. Compiling Code with Slang
  12. +
  13. Supported Compilation Targets
  14. +
-- cgit v1.2.3