updated docs
This commit is contained in:
parent
30bef7b979
commit
832ae41fc6
2 changed files with 8 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -63,6 +63,6 @@ vendor:
|
|||
docs:
|
||||
mkdir -p /drone/tmp/docs
|
||||
mkdir -p /drone/tmp/static
|
||||
cp -a static/docs_gen/* /drone/tmp/docs/
|
||||
cp -a static/docs_gen/* /drone/tmp/
|
||||
cp -a static/styles_gen /drone/tmp/static/
|
||||
cp -a static/images /drone/tmp/static/
|
||||
|
|
13
README.md
13
README.md
|
@ -1,4 +1,4 @@
|
|||
> **WARNING** the 0.4 branch is very unstable. We only recommend running this branch if you plan to dig into the codebase, troubleshoot issues and contribute (please do!). We will notify the broader community once this branch is more stable.
|
||||
[![Build Status](http://beta.drone.io/api/badges/drone/drone/status.svg)](http://beta.drone.io/drone/drone)
|
||||
|
||||
Drone is a Continuous Integration platform built on container technology. Every build is executed inside an ephemeral Docker container, giving developers complete control over their build environment with guaranteed isolation.
|
||||
|
||||
|
@ -10,10 +10,11 @@ Drone's prime directive is to help teams [ship code like GitHub](https://github.
|
|||
|
||||
Drone documentation is organized into several categories:
|
||||
|
||||
* [Setup Guide](http://readme.drone.io/docs/setup/)
|
||||
* [Build Guide](http://readme.drone.io/docs/build/)
|
||||
* [Plugin Guide](http://readme.drone.io/docs/plugin/)
|
||||
* [API Reference](http://readme.drone.io/docs/api/)
|
||||
* [Setup Guide](http://readme.drone.io/setup/)
|
||||
* [Build Guide](http://readme.drone.io/build/)
|
||||
* [Plugin Guide](http://readme.drone.io/plugin/)
|
||||
* [CLI Reference](http://readme.drone.io/cli/)
|
||||
* [API Reference](http://readme.drone.io/api/)
|
||||
|
||||
### Community, Help
|
||||
|
||||
|
@ -63,5 +64,5 @@ drone --debug # Debug mode enables more verbose logging
|
|||
If you are seeing slow compile times please install the following:
|
||||
|
||||
```sh
|
||||
go install github.com/drone/drone/Godeps/_workspace/src/github.com/mattn/go-sqlite3
|
||||
go install github.com/mattn/go-sqlite3
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue