mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-08 18:19:37 +00:00
36 lines
886 B
Text
36 lines
886 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/"]
|
|
.active ? Site.Name == "Install"
|
|
| Install
|
|
li.nav-item
|
|
a[class="nav-link"][href="../build/"]
|
|
.active ? Site.Name == "Builds"
|
|
| Builds
|
|
li.nav-item
|
|
a[class="nav-link"][href="../plugin/"]
|
|
.active ? Site.Name == "Plugins"
|
|
| Plugins
|
|
li.nav-item
|
|
a.nav-link[href="../api/i"] API Reference
|
|
|
|
block content
|
|
div.container-fluid.docs.docs-usage
|
|
div.row
|
|
div.content-nav
|
|
ul
|
|
#{Site.Nav.HTML}
|
|
div.content-main
|
|
#{Page.HTML}
|
|
|
|
block scripts
|
|
script[type="text/javascript"][src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"]
|
|
script[type="text/javascript"][src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha/js/bootstrap.min.js"]
|