Add a bunch of new pages to the docs, and update the nav.

This commit is contained in:
Jonathan Reinink 2017-08-14 20:14:13 -04:00
parent a6e2763dac
commit 233db2ae9f
7 changed files with 48 additions and 0 deletions

View File

@ -26,7 +26,14 @@
<ul>
<li><a class="{{ $page->getUrl() === '/' ? 'text-primary' : 'text-dark-soft' }}" href="{{ $page->baseUrl }}/">Welcome</a></li>
<li><a class="{{ $page->getUrl() === '/installation' ? 'text-primary' : 'text-dark-soft' }}" href="{{ $page->baseUrl }}/installation">Installation</a></li>
<li><a class="{{ $page->getUrl() === '/changelog' ? 'text-primary' : 'text-dark-soft' }}" href="{{ $page->baseUrl }}/changelog">Changelog</a></li>
</ul>
<div class="mt-8 mb-1 text-dark-softer text-uppercase text-xs">Concepts</div>
<ul>
<li><a class="{{ $page->getUrl() === '/principles' ? 'text-primary' : 'text-dark-soft' }}" href="{{ $page->baseUrl }}/principles">Principles</a></li>
<li><a class="{{ $page->getUrl() === '/customization' ? 'text-primary' : 'text-dark-soft' }}" href="{{ $page->baseUrl }}/customization">Customization</a></li>
<li><a class="{{ $page->getUrl() === '/responsive' ? 'text-primary' : 'text-dark-soft' }}" href="{{ $page->baseUrl }}/responsive">Responsive</a></li>
<li><a class="{{ $page->getUrl() === '/colors' ? 'text-primary' : 'text-dark-soft' }}" href="{{ $page->baseUrl }}/colors">Colors</a></li>
</ul>
<div class="mt-8 mb-1 text-dark-softer text-uppercase text-xs">Utilities</div>
<ul>
@ -42,6 +49,11 @@
<li><a class="{{ $page->getUrl() === '/text' ? 'text-primary' : 'text-dark-soft' }}" href="{{ $page->baseUrl }}/text">Text</a></li>
<li><a class="{{ $page->getUrl() === '/z-index' ? 'text-primary' : 'text-dark-soft' }}" href="{{ $page->baseUrl }}/z-index">Z-Index</a></li>
</ul>
<div class="mt-8 mb-1 text-dark-softer text-uppercase text-xs">Components</div>
<ul>
<li><a class="{{ $page->getUrl() === '/buttons' ? 'text-primary' : 'text-dark-soft' }}" href="{{ $page->baseUrl }}/buttons">Buttons</a></li>
<li><a class="{{ $page->getUrl() === '/forms' ? 'text-primary' : 'text-dark-soft' }}" href="{{ $page->baseUrl }}/forms">Forms</a></li>
</ul>
</nav>
<div class="p-12 constrain-lg markdown">
@yield('content')

6
docs/source/buttons.md Normal file
View File

@ -0,0 +1,6 @@
---
extends: _layouts.master
title: "Buttons"
---
# Buttons

6
docs/source/changelog.md Normal file
View File

@ -0,0 +1,6 @@
---
extends: _layouts.master
title: "Changelog"
---
# Changelog

6
docs/source/colors.md Normal file
View File

@ -0,0 +1,6 @@
---
extends: _layouts.master
title: "Colors"
---
# Colors

View File

@ -0,0 +1,6 @@
---
extends: _layouts.master
title: "Customization"
---
# Customization

6
docs/source/forms.md Normal file
View File

@ -0,0 +1,6 @@
---
extends: _layouts.master
title: "Forms"
---
# Forms

View File

@ -0,0 +1,6 @@
---
extends: _layouts.master
title: "Responsive"
---
# Responsive