placeholders

This commit is contained in:
Alex Wolfe 2015-02-27 07:21:28 -08:00
parent e64f9f3584
commit b3a3587671
4 changed files with 7 additions and 1 deletions

View File

@ -5,4 +5,7 @@ nav.side-nav.l-pinned-left.l-layer-4.l-offset-nav
ul.side-nav-primary
for page, slug in public.docs[current.path[1]][current.path[2]]._data
li <a href="/docs/#{current.path[1]}/#{current.path[2]}/#{slug}.html">#{page.title}</a>
if slug == "index"
li <a href="/docs/#{current.path[1]}/#{current.path[2]}/#{slug}.html">Docs Home</a>
else
li <a href="/docs/#{current.path[1]}/#{current.path[2]}/#{slug}.html">#{page.title}</a>

View File

@ -0,0 +1 @@
H1 API

View File

@ -0,0 +1 @@
h1 Help &amp; Support

View File

@ -0,0 +1 @@
h1 resources