-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (22 loc) · 2.56 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<title>Concourse</title>
<link href="/stylesheets/normalize.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/all.css" rel="stylesheet" type="text/css" />
<script src="/javascripts/all.js" type="text/javascript"></script>
</head>
<body class="index">
<div id="main">
<div id="content">
<h1 id="concourse">Concourse</h1>
<p id="blurb">continuous integration that scales with your project</p>
</div>
<div id="sidebar">
<ol><li class='parent'><span class='parent-label'><a href="/concepts/">Concepts</a></span><ol><li class='parent'><span class='parent-label'><a href="/concepts/builds/">Builds</a></span><ol><li class='child'><a href="/concepts/builds/01-configuring.html">Configuration</a></li><li class='child'><a href="/concepts/builds/02-runtime-environment.html">Runtime Environment</a></li></ol></li><li class='parent'><span class='parent-label'><a href="/concepts/jobs/">Jobs</a></span><ol><li class='child'><a href="/concepts/jobs/01-configuring.html">Configuration</a></li><li class='child'><a href="/concepts/jobs/02-inputs.html">Inputs</a></li><li class='child'><a href="/concepts/jobs/03-outputs.html">Outputs</a></li></ol></li><li class='parent'><span class='parent-label'><a href="/concepts/resources/">Resources</a></span><ol><li class='child'><a href="/concepts/resources/01-configuring.html">Configuration</a></li><li class='child'><a href="/concepts/resources/02-interface.html">Implementing a Resource</a></li></ol></li></ol></li><li class='parent'><span class='parent-label'><a href="/deploying/">Deploying</a></span><ol><li class='child'><a href="/deploying/01-vagrant.html">With Vagrant</a></li><li class='child'><a href="/deploying/02-bosh.html">With BOSH</a></li></ol></li><li class='parent'><span class='parent-label'><a href="/what-and-why/">What & Why</a></span><ol><li class='child'><a href="/what-and-why/01-easy-to-learn.html">Easy to learn</a></li><li class='child'><a href="/what-and-why/02-local-iteration.html">Local iteration</a></li><li class='child'><a href="/what-and-why/03-build-isolation.html">Build isolation</a></li><li class='child'><a href="/what-and-why/04-reproducible.html">Reproducible</a></li><li class='child'><a href="/what-and-why/05-unintrusive.html">Unintrusive</a></li><li class='child'><a href="/what-and-why/06-bootstrapped.html">Bootstrapped</a></li></ol></li></ol>
</div>
</div>
</body>
</html>