summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-04-24 00:33:57 -0700
committerGitHub <noreply@github.com>2021-04-24 00:33:57 -0700
commit8f4f9ab039470e12a1a73438d4b0704621b72bcc (patch)
treea526763382786655d905ee0428dc989650ff92c1 /docs
parentd8c50271fd73cf5def8e6a90c383eb19fe795c86 (diff)
Remove table of contents from user guide landing page.
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide/index.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/user-guide/index.md b/docs/user-guide/index.md
index 9f5a36e86..d57ea1446 100644
--- a/docs/user-guide/index.md
+++ b/docs/user-guide/index.md
@@ -10,15 +10,4 @@ Welcome to the Slang User's Guide, an introduction to the Slang language, compil
- The compiler API that controls how to assemble shaders from different pieces of code, and how they are compiled for different targets.
- The reflection API that allows the host application to query the details of shader code in order to generate the right shader kernel and to set shader parameters correctly.
-
-Table of Contents
-----------------
-1. [Introduction](00-introduction.md)
-2. [Getting Started](01-get-started.md)
-3. [Conventional Language Features](02-conventional-features.md)
-4. [Extended language features](03-convenience-features.md)
-5. [Interfaces and Generics](04-interfaces-generics.md)
-6. [Compiling Code with Slang](05-compiling.md)
-7. [Supported Compilation Targets](06-targets.md)
-
Note: this documentation is still under active development. While the coverage on language features is complete, we are still working on the remaining chapters on Slang's compilation and reflection API.