tent.io/layouts/doc.slim
2012-09-06 22:22:53 -04:00

28 lines
1.1 KiB
Text

doctype html
html lang='en'
head == render '_head'
body
== render '_navbar'
.container.doc
.row
.span2
ul.nav.nav-list.well
li.nav-header Tent
li == nav_link_with_active 'Protocol Introduction', '/docs'
li == nav_link_with_active 'Server Protocol', '/docs/server-protocol'
li == nav_link_with_active 'App Authentication', '/docs/app-auth'
li == nav_link_with_active 'Server API for Apps', '/docs/app-server'
li.nav-header Types
li == nav_link_with_active 'Post Types', '/docs/post-types'
li == nav_link_with_active 'Profile Info Types', '/docs/info-types'
.span8
.alert.alert-block
h4 Alpha Documentation
p These docs are very rough, incorrect, and incomplete. They will be modified heavily over the next few weeks.
p
' Please contribute by making Pull Requests and Issues on the
== link_to 'GitHub repository', 'https://github.com/tent/tent.io'
| .
== yield
== render '_footer'