placeholders
This commit is contained in:
parent
e64f9f3584
commit
b3a3587671
|
@ -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>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
H1 API
|
|
@ -0,0 +1 @@
|
|||
h1 Help & Support
|
|
@ -0,0 +1 @@
|
|||
h1 resources
|
Loading…
Reference in New Issue