generating documentation

This commit is contained in:
Brad Rydzewski 2015-10-07 11:35:35 -07:00
parent 7190facb41
commit a4eee9e510
18 changed files with 43 additions and 169 deletions

View file

@ -151,7 +151,7 @@ func toPage(site *Site, el *goquery.Selection) (*Page, error) {
// follow the link to see if this is a page
// that should be added to our documentation.
href, ok := el.Attr("href")
if !ok {
if !ok || href == "#" {
return nil, nil
}

View file

@ -1,38 +0,0 @@
{
"number": 1,
"status": "success",
"started_at": 5788800,
"finished_at": 5789500,
"head_commit": {
"sha": "d101ef3ed6e973b039c3fd5ccdec378b0fa8684c",
"ref": "refs\/heads\/master",
"branch": "master",
"message": "updated the README.md file",
"timestamp": "",
"remote": "https:\/\/github.com\/drone\/drone.git",
"author": {
"login": "bradrydzewski",
"email": "brad.rydzewski@gmail.com"
}
},
"jobs": [
{
"number": 1,
"status": "success",
"started_at": 5788800,
"finished_at": 5789500,
"exit_code": 0,
"environment": { "GO_VERSION": "1.4" }
},
{
"number": 2,
"status": "success",
"started_at": 5788800,
"finished_at": 5789500,
"exit_code": 0,
"environment": { "GO_VERSION": "1.5" }
}
]
}

View file

@ -1,20 +0,0 @@
[
{
"number": 1,
"status": "success",
"started_at": 5788800,
"finished_at": 5789500,
"head_commit": {
"sha": "d101ef3ed6e973b039c3fd5ccdec378b0fa8684c",
"ref": "refs\/heads\/master",
"branch": "master",
"message": "updated the README.md file",
"timestamp": "",
"remote": "https:\/\/github.com\/drone\/drone.git",
"author": {
"login": "bradrydzewski",
"email": "brad.rydzewski@gmail.com"
}
},
}
]

View file

@ -1,9 +0,0 @@
<Projects>
<Project
name="foo/bar"
activity="Sleeping"
lastBuildStatus="Success"
lastBuildLabel="8e88d525"
lastBuildTime="2015-06-24T14:27:49-04:00"
webUrl="http://localhost:8080/foo/bar" />
</Projects>

View file

@ -1,8 +0,0 @@
{
"number": 1,
"status": "success",
"started_at": 5788800,
"finished_at": 5789500,
"exit_code": 0,
"environment": { "GO_VERSION": "1.4" }
}

View file

@ -1,28 +0,0 @@
{
"owner":"drone",
"name":"drone-test-go",
"full_name":"drone/drone-test-go",
"self_url":"http://localhost:8080/drone/drone-test-go",
"link_url":"https://github.com/drone/drone-test-go",
"clone_url":"https://github.com/drone/drone-test-go.git",
"default_branch":"master",
"private":true,
"trusted":false,
"timeout":60,
"hooks":{
"pull_request":true,
"push":true,
"tags":false
},
"keypair":{
"public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDwXK..."
},
"permissions":{
"pull":true,
"push":true,
"admin":true
},
"params": {
"HEROKU_KEY": "f0e4c2f76c58916ec258f24"
}
}

View file

@ -1,19 +0,0 @@
[
{
"owner":"drone",
"name":"drone-test-go",
"full_name":"drone/drone-test-go",
"self_url":"http://localhost:8080/drone/drone-test-go",
"link_url":"https://github.com/drone/drone-test-go",
"clone_url":"https://github.com/drone/drone-test-go.git",
"default_branch":"master",
"private":true,
"trusted":false,
"timeout":60,
"hooks":{
"pull_request":true,
"push":true,
"tags":false
}
}
]

View file

@ -1,5 +0,0 @@
{
"label":"brads_token",
"issued_at":1435289846,
"hash":"yUQJHM4YfNZcCLlikAshgjM6hCMlFXmHuABAECGsMQ"
}

View file

@ -1,6 +0,0 @@
[
{
"label":"brads_token",
"issued_at":1435289846
}
]

View file

@ -1,7 +0,0 @@
{
"name": "Octocat",
"email": "octocat@github.com",
"avatar": "https://www.gravatar.com/avatar/7194e8d48fa1d2b689f99443b767316c",
"admin": false,
"active": true
}

View file

@ -1,9 +0,0 @@
[
{
"name": "Octocat",
"email": "octocat@github.com",
"avatar": "https://www.gravatar.com/avatar/7194e8d48fa1d2b689f99443b767316c",
"admin": false,
"active": true
}
]

View file

@ -1,13 +1,13 @@
* [Install](#)
* Install
* [Ubuntu](ubuntu.md)
* [Docker](install.md)
* [Setup](#)
* Setup
* [Server](server.md)
* [Docker](docker.md)
* [GitHub](github.md)
* [GitLab](gitlab.md)
* [Bitbucket](bitbucket.md)
* [Database](#)
* Database
* [SQLite](sqlite.md)
* [MySQL](mysql.md)
* [Postgres](postgres.md)

View file

@ -410,6 +410,9 @@ func (e *engine) runJobNotify(r *Task, client dockerclient.Client) error {
log.Infof("preparing container %s", name)
info, err := docker.Run(client, conf, name)
if err != nil {
log.Errorf("Error starting notification container %s. %s", name, err)
}
// for debugging purposes we print a failed notification executions
// output to the logs. Otherwise we have no way to troubleshoot failed

View file

@ -7,8 +7,10 @@ import (
)
//go:generate go run ../contrib/generate-js.go -dir scripts/ -o scripts_gen/drone.min.js
//go:generate go run ../contrib/generate-api-docs.go -input ../docs/swagger.yml -template ../template/amber/swagger.amber -output docs_gen/api/index.html
//go:generate go run ../contrib/generate-docs.go -input ../docs/build/README.md -template ../template/amber/docs.amber -output docs_gen/build/
//go:generate go run ../contrib/generate-api-docs.go -input ../docs/swagger.yml -template ../template/amber/swagger.amber -output docs_gen/api/index.html
//go:generate go run ../contrib/generate-docs.go -input ../docs/build/README.md -name Builds -template ../template/amber/docs.amber -output docs_gen/build/
//go:generate go run ../contrib/generate-docs.go -input ../docs/plugin/README.md -name Plugins -template ../template/amber/docs.amber -output docs_gen/plugin/
//go:generate go run ../contrib/generate-docs.go -input ../docs/setup/README.md -name Install -template ../template/amber/docs.amber -output docs_gen/setup/
//go:generate sassc --style compact styles/style.sass styles_gen/style.css
//go:generate go-bindata-assetfs -ignore "\\.go" -pkg static -o static_gen.go ./...

View file

@ -237,14 +237,21 @@
padding:0px;
margin:0px;
list-style-type: none;
a
li
position:relative;
color: rgba(0,0,0,0.5);
text-transform: uppercase;
font-size: 13px;
li a
color:rgba(43, 48, 59, 0.8);
line-height: 30px;
display: block;
li
position:relative;
font-size: 16px;
text-transform: none;
li.active a
color:#2b303b;
font-size: 16px;
text-transform: none;
li.active:before
content: "";
border-left: 4px solid #2b303b;
@ -252,6 +259,9 @@
top: 0px;
bottom: 0px;
left: -20px;
ul
margin-bottom: 25px;
margin-top: 5px;
.content-main
max-width: 900px;
margin: 0px auto;

View file

@ -381,14 +381,16 @@ body.login div.alert { position: fixed; top: 0px; left: 0px; right: 0px; line-he
.docs-usage .row .content-nav ul { padding: 0px; margin: 0px; list-style-type: none; }
.docs-usage .row .content-nav ul a { color: rgba(43, 48, 59, 0.8); line-height: 30px; display: block; }
.docs-usage .row .content-nav ul li { position: relative; color: rgba(0, 0, 0, 0.5); text-transform: uppercase; font-size: 13px; }
.docs-usage .row .content-nav ul li { position: relative; }
.docs-usage .row .content-nav ul li a { color: rgba(43, 48, 59, 0.8); line-height: 30px; display: block; font-size: 16px; text-transform: none; }
.docs-usage .row .content-nav ul li.active a { color: #2b303b; }
.docs-usage .row .content-nav ul li.active a { color: #2b303b; font-size: 16px; text-transform: none; }
.docs-usage .row .content-nav ul li.active:before { content: ""; border-left: 4px solid #2b303b; position: absolute; top: 0px; bottom: 0px; left: -20px; }
.docs-usage .row .content-nav ul ul { margin-bottom: 25px; margin-top: 5px; }
.docs-usage .row .content-main { max-width: 900px; margin: 0px auto; margin-bottom: 40px; font-size: 14px; }
.docs-usage .row .content-main p { line-height: 20px; margin: 20px 0px; }

View file

@ -8,13 +8,19 @@ block header
li Documentation
ul.nav.nav-tabs
li.nav-item
a.nav-link[href="#"] Install
a[class="nav-link"][href="../setup/ubuntu.html"]
.active ? Site.Name == "Install"
| Install
li.nav-item
a.nav-link[href="#"] Builds
a[class="nav-link"][href="../build/overview.html"]
.active ? Site.Name == "Builds"
| Builds
li.nav-item
a.nav-link[href="#"] Plugins
a[class="nav-link"][href="../plugin/overview.html"]
.active ? Site.Name == "Plugins"
| Plugins
li.nav-item
a.nav-link[href="#"] API Reference
a.nav-link[href="../api/index.html"] API Reference
block content
div.container-fluid.docs.docs-usage

View file

@ -8,11 +8,11 @@ block header
li Documentation
ul.nav.nav-tabs
li.nav-item
a.nav-link[href="#"] Install
a.nav-link[href="../setup/ubuntu.html"] Install
li.nav-item
a.nav-link[href="#"] Builds
a.nav-link[href="../build/overview.html"] Builds
li.nav-item
a.nav-link[href="#"] Plugins
a.nav-link[href="../plugin/overview.html"] Plugins
li.nav-item
a.nav-link.active[href="#"] API Reference
@ -27,7 +27,7 @@ block content
ul
each $op in $tag.Ops
li
a[href="#"+$op.ID][data-method=$op.Method] #{$op.Path}
a[href="#"+$op.ID][data-method=$op.Method] #{$op.Summary}
div.row
each $tag in Swagger.Tags
each $op in $tag.Ops