summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2021-03-30 13:31:32 -0700
committerGitHub <noreply@github.com>2021-03-30 13:31:32 -0700
commit6c5b463db2125c9876435993eae51519339b6f61 (patch)
tree5632446fb1a9c93ce0c6dd13a9c50e84304000da /docs
parentbac7f63a7b9273b47803b7befb381e7903b268c2 (diff)
Add layout front matter specifier for user-guide docs (#1770)
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide/02-conventional-features.md4
-rw-r--r--docs/user-guide/03-convenience-features.md4
-rw-r--r--docs/user-guide/04-interfaces-generics.md4
-rw-r--r--docs/user-guide/05-compiling.md4
-rw-r--r--docs/user-guide/06-targets.md4
-rw-r--r--docs/user-guide/README.md4
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
------------------