2015-10-06 21:41:55 +00:00
|
|
|
extends base
|
|
|
|
|
|
|
|
block append head
|
|
|
|
title #{Site.Name} · Drone
|
|
|
|
|
|
|
|
block header
|
|
|
|
ol
|
|
|
|
li Documentation
|
|
|
|
ul.nav.nav-tabs
|
|
|
|
li.nav-item
|
2015-10-07 18:35:35 +00:00
|
|
|
a[class="nav-link"][href="../setup/ubuntu.html"]
|
|
|
|
.active ? Site.Name == "Install"
|
|
|
|
| Install
|
2015-10-06 21:41:55 +00:00
|
|
|
li.nav-item
|
2015-10-07 18:35:35 +00:00
|
|
|
a[class="nav-link"][href="../build/overview.html"]
|
|
|
|
.active ? Site.Name == "Builds"
|
|
|
|
| Builds
|
2015-10-06 21:41:55 +00:00
|
|
|
li.nav-item
|
2015-10-07 18:35:35 +00:00
|
|
|
a[class="nav-link"][href="../plugin/overview.html"]
|
|
|
|
.active ? Site.Name == "Plugins"
|
|
|
|
| Plugins
|
2015-10-06 21:41:55 +00:00
|
|
|
li.nav-item
|
2015-10-07 18:35:35 +00:00
|
|
|
a.nav-link[href="../api/index.html"] API Reference
|
2015-10-06 21:41:55 +00:00
|
|
|
|
|
|
|
block content
|
2015-10-07 01:31:01 +00:00
|
|
|
div.container-fluid.docs.docs-usage
|
2015-10-06 21:41:55 +00:00
|
|
|
div.row
|
2015-10-07 01:31:01 +00:00
|
|
|
div.content-nav
|
2015-10-07 02:41:20 +00:00
|
|
|
ul
|
|
|
|
#{Site.Nav.HTML}
|
2015-10-07 01:31:01 +00:00
|
|
|
div.content-main
|
|
|
|
#{Page.HTML}
|