mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Add Documentation in Markdown plus express middleware for in-site rendering.
This commit is contained in:
16
res/app/views/docs.jade
Normal file
16
res/app/views/docs.jade
Normal file
@@ -0,0 +1,16 @@
|
||||
//extends layout
|
||||
block content
|
||||
.row.stf-docs(ng-controller='DocsCtrl')
|
||||
.col-md-10.col-md-offset-1
|
||||
.widget-container.fluid-height
|
||||
.stf-docs-navigation
|
||||
button.btn.btn-primary-outline.docs-back(ng-click='goBack()')
|
||||
i.fa.fa-chevron-left.fa-fw
|
||||
//span Back
|
||||
button.btn.btn-primary-outline.docs-home(ng-click='goHome()')
|
||||
i.fa.fa-home.fa-fw
|
||||
//span Home
|
||||
.widget-content.padded
|
||||
.row
|
||||
.col-md-10.col-md-offset-1
|
||||
!= markdownFile.parseContent()
|
||||
Reference in New Issue
Block a user