mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-03 15:39:40 +00:00
25 lines
No EOL
442 B
Text
25 lines
No EOL
442 B
Text
extends base
|
|
|
|
block append head
|
|
title #{Site.Name} · Drone
|
|
|
|
block header
|
|
ol
|
|
li Documentation
|
|
ul.nav.nav-tabs
|
|
li.nav-item
|
|
a.nav-link[href="#"] Install
|
|
li.nav-item
|
|
a.nav-link[href="#"] Builds
|
|
li.nav-item
|
|
a.nav-link[href="#"] Plugins
|
|
li.nav-item
|
|
a.nav-link[href="#"] API Reference
|
|
|
|
block content
|
|
div.container-fluid.docs.docs-usage
|
|
div.row
|
|
div.content-nav
|
|
#{Site.Nav.HTML}
|
|
div.content-main
|
|
#{Page.HTML} |