diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 8344579e..4c3a1122 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -12,6 +12,7 @@ module.exports = { sidebar: [ '/', '/features/', + '/templates/', '/technology/', '/contributing/', '/building-from-source/', diff --git a/docs/.vuepress/public/favicon.ico b/docs/.vuepress/public/favicon.ico new file mode 100644 index 00000000..00987df3 Binary files /dev/null and b/docs/.vuepress/public/favicon.ico differ diff --git a/docs/templates/README.md b/docs/templates/README.md new file mode 100644 index 00000000..6493754b --- /dev/null +++ b/docs/templates/README.md @@ -0,0 +1,25 @@ +--- +title: Templates +--- + +# Templates + +
+
+

# Onyx

+ +
+
+

# Pikachu

+ +
+
+

# Gengar

+ +
+
+

# Castform

+ +
+
diff --git a/docs/templates/images/Castform.png b/docs/templates/images/Castform.png new file mode 100644 index 00000000..84b8012a Binary files /dev/null and b/docs/templates/images/Castform.png differ diff --git a/docs/templates/images/Gengar.png b/docs/templates/images/Gengar.png new file mode 100644 index 00000000..a7033465 Binary files /dev/null and b/docs/templates/images/Gengar.png differ diff --git a/docs/templates/images/Onyx.png b/docs/templates/images/Onyx.png new file mode 100644 index 00000000..f82955dd Binary files /dev/null and b/docs/templates/images/Onyx.png differ diff --git a/docs/templates/images/Pikachu.png b/docs/templates/images/Pikachu.png new file mode 100644 index 00000000..5d8c18fd Binary files /dev/null and b/docs/templates/images/Pikachu.png differ