summaryrefslogtreecommitdiffstats
path: root/docs/user-guide
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-03-30 11:47:33 -0700
committerGitHub <noreply@github.com>2021-03-30 11:47:33 -0700
commit69f956fa1a00e0fe1c7651268fdf9b3c390fd1e7 (patch)
tree7c81e0c80116bf64576e2151c7e009aa8f0f74d9 /docs/user-guide
parent2df2267ca687a64ec6b507aaa0ec572b4fd59432 (diff)
Update 00-introduction.md
Diffstat (limited to 'docs/user-guide')
-rw-r--r--docs/user-guide/00-introduction.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/user-guide/00-introduction.md b/docs/user-guide/00-introduction.md
index 87a228089..bdb68f3d2 100644
--- a/docs/user-guide/00-introduction.md
+++ b/docs/user-guide/00-introduction.md
@@ -1,3 +1,7 @@
+---
+layout: user-guide
+---
+
Introduction
============
@@ -93,4 +97,4 @@ Before we dive into actually _using_ Slang, let us step back and highlight some
* **Limited Scope**: The Slang system is a language, compiler, and library. It is not an engine, not a renderer, and not a "framework." The Slang system explicitly does *not* assume responsibility for interacting with GPU APIs to load code, allocate resources, bind parameters, or kick off work. While a user *may* use the Slang runtime library in their application, they are not *required* to do so.
-The ordering here is significant, with earlier goals generally being more important than later ones. \ No newline at end of file
+The ordering here is significant, with earlier goals generally being more important than later ones.