mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-08 18:19:37 +00:00
32 lines
No EOL
683 B
Text
32 lines
No EOL
683 B
Text
extends base
|
|
|
|
block append head
|
|
title #{Site.Name} · Drone
|
|
|
|
block header
|
|
ol
|
|
li Documentation
|
|
ul.nav.nav-tabs
|
|
li.nav-item
|
|
a[class="nav-link"][href="../setup/ubuntu.html"]
|
|
.active ? Site.Name == "Install"
|
|
| Install
|
|
li.nav-item
|
|
a[class="nav-link"][href="../build/overview.html"]
|
|
.active ? Site.Name == "Builds"
|
|
| Builds
|
|
li.nav-item
|
|
a[class="nav-link"][href="../plugin/overview.html"]
|
|
.active ? Site.Name == "Plugins"
|
|
| Plugins
|
|
li.nav-item
|
|
a.nav-link[href="../api/index.html"] API Reference
|
|
|
|
block content
|
|
div.container-fluid.docs.docs-usage
|
|
div.row
|
|
div.content-nav
|
|
ul
|
|
#{Site.Nav.HTML}
|
|
div.content-main
|
|
#{Page.HTML} |