tent.io/layouts/doc.slim
2012-08-22 14:07:40 -04:00

33 lines
1.5 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 'Tent Profile', '/docs/profile'
li == nav_link_with_active 'App Authentication', '/docs/app-auth'
li == nav_link_with_active 'Server API for Apps', '/docs/app-server'
li == nav_link_with_active 'App Notifications', '/docs/app-notifications'
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'
li.nav-header Examples
li == nav_link_with_active 'Conversation', '/docs/example-conversation'
li == nav_link_with_active 'Conversation Thread', '/docs/example-conversation-thread'
.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'