diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user-guide/02-conventional-features.md | 4 | ||||
| -rw-r--r-- | docs/user-guide/03-convenience-features.md | 4 | ||||
| -rw-r--r-- | docs/user-guide/04-interfaces-generics.md | 4 | ||||
| -rw-r--r-- | docs/user-guide/05-compiling.md | 4 | ||||
| -rw-r--r-- | docs/user-guide/06-targets.md | 4 | ||||
| -rw-r--r-- | docs/user-guide/README.md | 4 |
6 files changed, 24 insertions, 0 deletions
diff --git a/docs/user-guide/02-conventional-features.md b/docs/user-guide/02-conventional-features.md index 8f05c2466..0c8a44d10 100644 --- a/docs/user-guide/02-conventional-features.md +++ b/docs/user-guide/02-conventional-features.md @@ -1,3 +1,7 @@ +--- +layout: user-guide +--- + Conventional Language Features ============================== diff --git a/docs/user-guide/03-convenience-features.md b/docs/user-guide/03-convenience-features.md index ff011af23..06db6535b 100644 --- a/docs/user-guide/03-convenience-features.md +++ b/docs/user-guide/03-convenience-features.md @@ -1,3 +1,7 @@ +--- +layout: user-guide +--- + # Basic Convenience Features This topic covers a series of nice-to-have language features in Slang. These features are not supported by HLSL but are introduced to Slang to simplify code development. Many of these features are added to Slang per request of our users. diff --git a/docs/user-guide/04-interfaces-generics.md b/docs/user-guide/04-interfaces-generics.md index 0a105d13d..a095b645d 100644 --- a/docs/user-guide/04-interfaces-generics.md +++ b/docs/user-guide/04-interfaces-generics.md @@ -1,3 +1,7 @@ +--- +layout: user-guide +--- + Interfaces and Generics =========================== diff --git a/docs/user-guide/05-compiling.md b/docs/user-guide/05-compiling.md index 67d9d31ef..dc47fc810 100644 --- a/docs/user-guide/05-compiling.md +++ b/docs/user-guide/05-compiling.md @@ -1,3 +1,7 @@ +--- +layout: user-guide +--- + Compiling Code with Slang ========================= diff --git a/docs/user-guide/06-targets.md b/docs/user-guide/06-targets.md index 21152701d..046e1dcbc 100644 --- a/docs/user-guide/06-targets.md +++ b/docs/user-guide/06-targets.md @@ -1,3 +1,7 @@ +--- +layout: user-guide +--- + Suported Compilation Targets ============================ diff --git a/docs/user-guide/README.md b/docs/user-guide/README.md index 1778178e7..4d82fa8ec 100644 --- a/docs/user-guide/README.md +++ b/docs/user-guide/README.md @@ -1,3 +1,7 @@ +---
+layout: user-guide
+---
+
Slang User's Guide
------------------
|
