adding templates section to documentation

This commit is contained in:
Amruth Pillai
2020-03-29 17:01:15 +05:30
parent 20db67698f
commit 44381094b1
7 changed files with 26 additions and 0 deletions

View File

@ -12,6 +12,7 @@ module.exports = {
sidebar: [
'/',
'/features/',
'/templates/',
'/technology/',
'/contributing/',
'/building-from-source/',

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

25
docs/templates/README.md vendored Normal file
View File

@ -0,0 +1,25 @@
---
title: Templates
---
# Templates
<div style="display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem;
">
<div>
<h2 id="onyx"><a href="#onyx" class="header-anchor">#</a> Onyx</h2>
<img src="./images/Onyx.png" />
</div>
<div>
<h2 id="pikachu"><a href="#pikachu" class="header-anchor">#</a> Pikachu</h2>
<img src="./images/Pikachu.png" />
</div>
<div>
<h2 id="gengar"><a href="#gengar" class="header-anchor">#</a> Gengar</h2>
<img src="./images/Gengar.png" />
</div>
<div>
<h2 id="castform"><a href="#castform" class="header-anchor">#</a> Castform</h2>
<img src="./images/Castform.png" />
</div>
</div>

BIN
docs/templates/images/Castform.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB

BIN
docs/templates/images/Gengar.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 KiB

BIN
docs/templates/images/Onyx.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

BIN
docs/templates/images/Pikachu.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB