Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
fixed a few typos
Browse files Browse the repository at this point in the history
updated the TOS page to use the new style
updated the docs home page to include the video
  • Loading branch information
bradrydzewski committed Feb 21, 2013
1 parent faf36bf commit b837abb
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 48 deletions.
22 changes: 8 additions & 14 deletions _layouts/full.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,23 @@
<link href="css/drone-base.css" rel="stylesheet" />
<link href="css/drone-docs.css" rel="stylesheet" />

<link href="https://fonts.googleapis.com/css?family=Orbitron" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">

<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- Primary Navigation
================================================== -->
<div class="navbar">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="https://drone.io"></a>
<ul class="nav pull-right" style>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="tos.html">Terms of Service</a></li>
<a class="brand" href="/">drone.io <small>Docs</small></a>
<ul class="nav pull-right">
<li><a href="http://blog.drone.io">Blog</a></li>
<li class="active"><a href="http://docs.drone.io">Documentation</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -58,15 +61,6 @@ <h1>{{ .page.title }}</h1>
<!-- Footer
================================================== -->
<footer>
<ul>
<li><a href="https://drone.io/pricing">Plans and Pricing</a></li>
<!--<li><a href="https://drone.io/features">Features</a></li>-->
<li><a href="http://blog.drone.io">Blog</a></li>
<li><a href="http://docs.drone.io/contact.html">Contact</a></li>
<li><a href="http://docs.drone.io">Documentation</a></li>
<li><a href="http://docs.drone.io/privacy.html">Privacy Policy</a></li>
<li><a href="http://docs.drone.io/tos.html">Terms of Service</a></li>
</ul>
<p class="copyright">&copy; 2013 <strong>Drone.io</strong> All Rights Reserved.</p>
</footer>

Expand Down
41 changes: 10 additions & 31 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,20 @@ layout: default
title: Documentation Overview
---

Drone.io is a hosted continuous integration service. It enables you to conveniently set up projects to automatically build, test, and deploy as you make changes to your code. Build artifacts can be archived and made available for download.
Drone is a hosted continuous integration service. It enables you to conveniently
set up projects to automatically build, test, and deploy as you make changes to
your code.

It works with Git, Bazaar, Mercurial, and Subversion, for both public and private repositories on sites like Github, Bitbucket, Google Code, and Launchpad.
Drone integrates seamlessly with Github, Bitbucket and Google Code as well
as third party services such as Heroku, Dotcloud, Google AppEngine and more.

Read through the guides below to get started. Also take a look at our [Frequently Asked Questions](/faq.html).

## Getting Started Guides
* [Quick Start Guide](/quickstart.html)
* [Create Account / Sign In](/createaccount.html)
* [Create Project & Add Repository](/newproject.html)
* [Configuring Build Scripts](/buildscript.html)
* [Triggering Builds](/triggers.html)
* [Deployments](/deployment.html)
* [Archiving Files & Build Artifacts](/artifacts.html)
* [Notifications](/notifications.html)

## Language Specific Build Setup
* [C](/c.html)
* [C++](/cpp.html)
* [Dart](/dart.html)
* [Go](/golang.html)
* [Java](/java.html)
* [Node.js](/node.html)
* [PHP (Beta)](/php.html)
* [Python (Beta)](/python.html)
* [Ruby (Beta)](/ruby.html)
* [Scala (Beta)](/scala.html)

## Repository Setup
* [Github](/github.html)
* [Bitbucket](/bitbucket.html)

## Deployment Guides
* [Dotcloud](/dotcloud.html)
* [Heroku](/heroku.html)
## Instructional Videos

Watch our instructional videos to see Drone in action:

<iframe width="640" height="360" src="https://www.youtube.com/embed/6vbYaWENwOY?feature=player_detailpage" frameborder="0" allowfullscreen></iframe>



Expand Down
2 changes: 1 addition & 1 deletion newproject.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Select your repository from the list:
Select the main programming language for your project:
![Lang](img/screenshot_repo_setup_lang.png)

The last step is to double check the build commands. You will see a list of common build and test commands based on the language you choose. If they look correct for your project, hit "Save" and your done.
The last step is to double check the build commands. You will see a list of common build and test commands based on the language you choose. If they look correct for your project, hit "Save" and you're done.
![Script](img/screenshot_repo_setup_cmds.png)

These build commands can be anything you enter on the command line. Once you are done making changes, hit "Save."
Expand Down
2 changes: 1 addition & 1 deletion quickstart.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Select your repository from the list:
Select the main programming language for your project:
![Lang](img/screenshot_repo_setup_lang.png)

The last step is to double check the build commands. You will see a list of common build and test commands based on the language you choose. If they look correct for your project, hit "Save" and your done.
The last step is to double check the build commands. You will see a list of common build and test commands based on the language you choose. If they look correct for your project, hit "Save" and you're done.
![Script](img/screenshot_repo_setup_cmds.png)

These build commands can be anything you enter on the command line. Once you are done making changes, hit "Save."
Expand Down
2 changes: 1 addition & 1 deletion teams.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Team Settings
---
**Drone** supports Github and Bitbucket organizations
out of the box. There is no extra setup. There are no additional fees. When
creating a new project you will see a list of all your repositories, individual
creating a new project you will see a list of all your repositories, both individual
and organization.

## Team Billing
Expand Down

0 comments on commit b837abb

Please sign in to comment.