summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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.