From 69f956fa1a00e0fe1c7651268fdf9b3c390fd1e7 Mon Sep 17 00:00:00 2001 From: Yong He Date: Tue, 30 Mar 2021 11:47:33 -0700 Subject: Update 00-introduction.md --- docs/user-guide/00-introduction.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.2.3