Added: aurora/site/publish/documentation/0.6.0-incubating/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.6.0-incubating/index.html?rev=1719756&view=auto
==============================================================================
--- aurora/site/publish/documentation/0.6.0-incubating/index.html (added)
+++ aurora/site/publish/documentation/0.6.0-incubating/index.html Sun Dec 13 
00:49:43 2015
@@ -0,0 +1,95 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+       <title>Apache Aurora</title>
+    <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css";>
+    <link href="/assets/css/main.css" rel="stylesheet">
+       <!-- Analytics -->
+       <script type="text/javascript">
+                 var _gaq = _gaq || [];
+                 _gaq.push(['_setAccount', 'UA-45879646-1']);
+                 _gaq.push(['_setDomainName', 'apache.org']);
+                 _gaq.push(['_trackPageview']);
+
+                 (function() {
+                   var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+                   ga.src = ('https:' == document.location.protocol ? 
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+                   var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+                 })();
+       </script>
+  </head>
+  <body>
+        <div class="container-fluid section-header">
+  <div class="container">
+    <div class="nav nav-bar">
+    <a href="/"><img src="/assets/img/aurora_logo_dkbkg.svg" width="300" 
alt="Transparent Apache Aurora logo with dark background"/></a>
+    <ul class="nav navbar-nav navbar-right">
+      <li><a href="/documentation/latest/">Documentation</a></li>
+      <li><a href="/community/">Community</a></li>
+      <li><a href="/downloads/">Downloads</a></li>
+      <li><a href="/blog/">Blog</a></li>
+    </ul>
+    </div>
+  </div>
+</div>
+       
+         <div class="container-fluid">
+               <div class="container content">
+          <div class="col-md-12 documentation">
+<h5 class="page-header text-uppercase">Documentation</h5>
+<h1 id="overview">Overview</h1>
+
+<p><em>Aurora</em> is a service scheduler that schedules jobs onto 
<em>Mesos</em>, which runs tasks at a specified cluster. Typical services 
consist of up to hundreds of task replicas.</p>
+
+<p>Aurora provides a <em>Job</em> abstraction consisting of a <em>Task</em> 
template and instructions for creating near-identical replicas of that Task 
(modulo things like &ldquo;instance id&rdquo; or specific port numbers which 
may differ from machine to machine).</p>
+
+<p><em>Terminology Note</em>: <em>Replicas</em> are also referred to as 
<em>shards</em> and <em>instances</em>. While there is a general desire to move 
to using &ldquo;instances&rdquo;, &ldquo;shard&rdquo; is still found in 
commands and help strings.</p>
+
+<p>Typically a Task is a single <em>Process</em> corresponding to a single 
command line, such as <code>python2.6 my_script.py</code>. However, sometimes 
you must colocate separate Processes together within a single Task, which runs 
within a single container and <code>chroot</code>, often referred to as a 
&ldquo;sandbox&rdquo;. For example, if you run multiple cooperating agents 
together such as <code>logrotate</code>, <code>installer</code>, and master or 
slave processes. <em>Thermos</em> provides a Process abstraction under the 
Mesos Tasks.</p>
+
+<p>To use and get up to speed on Aurora, you should look the docs in this 
directory in this order:</p>
+
+<ol>
+<li>How to <a 
href="/documentation/0.6.0-incubating/deploying-aurora-scheduler/">deploy 
Aurora</a> or, how to <a 
href="/documentation/0.6.0-incubating/vagrant/">install Aurora on virtual 
machines on your private machine</a> (the Tutorial uses the virtual machine 
approach).</li>
+<li>As a user, get started quickly with a <a 
href="/documentation/0.6.0-incubating/tutorial/">Tutorial</a>.</li>
+<li>For an overview of Aurora&rsquo;s process flow under the hood, see the <a 
href="/documentation/0.6.0-incubating/user-guide/">User Guide</a>.</li>
+<li>To learn how to write a configuration file, look at our <a 
href="/documentation/0.6.0-incubating/configuration-tutorial/">Configuration 
Tutorial</a>. From there, look at the <a 
href="/documentation/0.6.0-incubating/configuration-reference/">Aurora + 
Thermos Reference</a>.</li>
+<li>Then read up on the <a 
href="/documentation/0.6.0-incubating/client-commands/">Aurora Command Line 
Client</a>.</li>
+<li>Find out general information and useful tips about how Aurora does <a 
href="/documentation/0.6.0-incubating/resource-isolation/">Resource 
Isolation</a>.</li>
+</ol>
+
+<p>To contact the Aurora Developer List, email <a 
href="mailto:[email protected]";>[email protected]</a>.
 You may want to read the list <a 
href="http://mail-archives.apache.org/mod_mbox/incubator-aurora-dev/";>archives</a>.
 You can also use the IRC channel <code>#aurora</code> on 
<code>irc.freenode.net</code></p>
+
+</div>
+
+               </div>
+         </div>
+       <div class="container-fluid section-footer buffer">
+      <div class="container">
+        <div class="row">
+                 <div class="col-md-2 col-md-offset-1"><h3>Quick Links</h3>
+                 <ul>
+                   <li><a href="/downloads/">Downloads</a></li>
+            <li><a href="/community/">Mailing Lists</a></li>
+                       <li><a 
href="http://issues.apache.org/jira/browse/AURORA";>Issue Tracking</a></li>
+                       <li><a href="/documentation/latest/contributing/">How 
To Contribute</a></li>     
+                 </ul>
+             </div>
+                 <div class="col-md-2"><h3>The ASF</h3>
+          <ul>
+            <li><a href="http://www.apache.org/licenses/";>License</a></li>
+            <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>  
+            <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+            <li><a href="http://www.apache.org/security/";>Security</a></li>
+          </ul>
+                 </div>
+                 <div class="col-md-6">
+                       <p class="disclaimer">Copyright 2014 <a 
href="http://www.apache.org/";>Apache Software Foundation</a>. Licensed under 
the <a href="http://www.apache.org/licenses/";>Apache License v2.0</a>. The <a 
href="https://www.flickr.com/photos/trondk/12706051375/";>Aurora Borealis IX 
photo</a> displayed on the homepage is available under a <a 
href="https://creativecommons.org/licenses/by-nc-nd/2.0/";>Creative Commons 
BY-NC-ND 2.0 license</a>. Apache, Apache Aurora, and the Apache feather logo 
are trademarks of The Apache Software Foundation.</p>
+        </div>
+      </div>
+    </div>
+
+       </body>
+</html>
\ No newline at end of file

Modified: aurora/site/publish/documentation/0.6.0-incubating/sla/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.6.0-incubating/sla/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.6.0-incubating/sla/index.html (original)
+++ aurora/site/publish/documentation/0.6.0-incubating/sla/index.html Sun Dec 
13 00:49:43 2015
@@ -107,7 +107,7 @@ relevant to uptime calculations. By appl
 transition records, we can build a deterministic downtime trace for every 
given service instance.</p>
 
 <p>A task going through a state transition carries one of three possible SLA 
meanings
-(see <a 
href="../src/main/java/org/apache/aurora/scheduler/sla/SlaAlgorithm.java">SlaAlgorithm.java</a>
 for
+(see <a 
href="https://github.com/apache/aurora/blob/#{git_tag}/src/main/java/org/apache/aurora/scheduler/sla/SlaAlgorithm.java";>SlaAlgorithm.java</a>)
 for
 sla-to-task-state mapping):</p>
 
 <ul>
@@ -157,7 +157,7 @@ metric that helps track the dependency o
 <li>Per job - <code>sla_&lt;job_key&gt;_mtta_ms</code></li>
 <li>Per cluster - <code>sla_cluster_mtta_ms</code></li>
 <li>Per instance size (small, medium, large, x-large, xx-large). Size are 
defined in:
-<a 
href="../src/main/java/org/apache/aurora/scheduler/base/ResourceAggregates.java">ResourceAggregates.java</a>
+<a 
href="https://github.com/apache/aurora/blob/#{git_tag}/src/main/java/org/apache/aurora/scheduler/base/ResourceAggregates.java";>ResourceAggregates.java</a>)
 
 <ul>
 <li>By CPU:</li>
@@ -198,7 +198,7 @@ reflecting on the overall time it takes
 <li>Per job - <code>sla_&lt;job_key&gt;_mttr_ms</code></li>
 <li>Per cluster - <code>sla_cluster_mttr_ms</code></li>
 <li>Per instance size (small, medium, large, x-large, xx-large). Size are 
defined in:
-<a 
href="../src/main/java/org/apache/aurora/scheduler/base/ResourceAggregates.java">ResourceAggregates.java</a>
+<a 
href="https://github.com/apache/aurora/blob/#{git_tag}/src/main/java/org/apache/aurora/scheduler/base/ResourceAggregates.java";>ResourceAggregates.java</a>)
 
 <ul>
 <li>By CPU:</li>

Modified: 
aurora/site/publish/documentation/0.6.0-incubating/storage-config/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.6.0-incubating/storage-config/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/0.6.0-incubating/storage-config/index.html 
(original)
+++ 
aurora/site/publish/documentation/0.6.0-incubating/storage-config/index.html 
Sun Dec 13 00:49:43 2015
@@ -71,7 +71,7 @@
 <p>This document summarizes Aurora storage configuration and maintenance 
details and is
 intended for use by anyone deploying and/or maintaining Aurora.</p>
 
-<p>For a high level overview of the Aurora storage architecture refer to <a 
href="storage.md">this document</a>.</p>
+<p>For a high level overview of the Aurora storage architecture refer to <a 
href="/documentation/0.6.0-incubating/storage/">this document</a>.</p>
 
 <h2 id="scheduler-storage-configuration-flags">Scheduler storage configuration 
flags</h2>
 
@@ -83,7 +83,7 @@ or require attention before deploying in
 <h4 id="nativelogquorum_size">-native<em>log</em>quorum_size</h4>
 
 <p>Defines the Mesos replicated log quorum size. See
-<a href="deploying-aurora-scheduler.md#replicated-log-configuration">the 
replicated log configuration document</a>
+<a 
href="/documentation/0.6.0-incubating/deploying-aurora-scheduler/#replicated-log-configuration">the
 replicated log configuration document</a>
 on how to choose the right value.</p>
 
 <h4 id="nativelogfile_path">-native<em>log</em>file_path</h4>
@@ -95,7 +95,7 @@ for Mesos replicated log files to ensure
 
 <p>ZooKeeper path used for Mesos replicated log quorum discovery.</p>
 
-<p>See <a 
href="../src/main/java/org/apache/aurora/scheduler/log/mesos/MesosLogStreamModule.java">code</a>
 for
+<p>See <a 
href="https://github.com/apache/aurora/blob/#{git_tag}/src/main/java/org/apache/aurora/scheduler/log/mesos/MesosLogStreamModule.java";>code</a>)
 for
 other available Mesos replicated log configuration options and default 
values.</p>
 
 <h3 id="backup-configuration-flags">Backup configuration flags</h3>

Modified: aurora/site/publish/documentation/0.6.0-incubating/storage/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.6.0-incubating/storage/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.6.0-incubating/storage/index.html 
(original)
+++ aurora/site/publish/documentation/0.6.0-incubating/storage/index.html Sun 
Dec 13 00:49:43 2015
@@ -82,7 +82,7 @@ is <a href="https://github.com/apache/th
 This helps establishing periodic recovery checkpoints and speeds up volatile 
storage recovery on
 restart.</li>
 <li>Backup manager: as a precaution, snapshots are periodically written out 
into backup files.
-This solves a <a 
href="storage-config.md#recovering-from-a-scheduler-backup">disaster recovery 
problem</a>
+This solves a <a 
href="/documentation/0.6.0-incubating/storage-config/#recovering-from-a-scheduler-backup">disaster
 recovery problem</a>
 in case of a complete loss or corruption of Mesos log files.</li>
 </ul>
 

Modified: 
aurora/site/publish/documentation/0.6.0-incubating/test-resource-generation/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.6.0-incubating/test-resource-generation/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/0.6.0-incubating/test-resource-generation/index.html
 (original)
+++ 
aurora/site/publish/documentation/0.6.0-incubating/test-resource-generation/index.html
 Sun Dec 13 00:49:43 2015
@@ -44,7 +44,7 @@
 <h2 id="background">Background</h2>
 
 <p>The Aurora source repository and distributions contain several
-<a href="../src/test/resources/org/apache/thermos/root/checkpoints">binary 
files</a> to
+<a 
href="https://github.com/apache/aurora/blob/#{git_tag}/src/test/resources/org/apache/thermos/root/checkpoints";>binary
 files</a>) to
 qualify the backwards-compatibility of thermos with checkpoint data. Since
 thermos persists state to disk, to be read by other components (the GC executor
 and the thermos observer), it is important that we have tests that prevent
@@ -63,7 +63,7 @@ that would undermine the goal of ensurin
 <p>The most common reason to add a new checkpoint file would be to provide
 coverage for new thermos features that alter the data format. This is
 accomplished by writing and running a
-<a href="configuration-reference.md">job configuration</a> that exercises the 
feature, and
+<a href="/documentation/0.6.0-incubating/configuration-reference/">job 
configuration</a> that exercises the feature, and
 copying the checkpoint file from the sandbox directory, by default this is
 <code>/var/run/thermos/checkpoints/&lt;aurora task id&gt;</code>.</p>
 

Modified: aurora/site/publish/documentation/0.6.0-incubating/tutorial/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.6.0-incubating/tutorial/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.6.0-incubating/tutorial/index.html 
(original)
+++ aurora/site/publish/documentation/0.6.0-incubating/tutorial/index.html Sun 
Dec 13 00:49:43 2015
@@ -74,7 +74,7 @@ getting up to speed on the system.</p>
 <h2 id="setup-install-aurora">Setup: Install Aurora</h2>
 
 <p>You use the Aurora client and web UI to interact with Aurora jobs. To
-install it locally, see <a href="vagrant.md">vagrant.md</a>. The remainder of 
this
+install it locally, see <a 
href="/documentation/0.6.0-incubating/vagrant/">vagrant.md</a>. The remainder 
of this
 Tutorial assumes you are running Aurora using Vagrant.  Unless otherwise 
stated,
 all commands are to be run from the root of the aurora repository clone.</p>
 
@@ -146,8 +146,8 @@ code in the file <code>hello_world.auror
 <span style="background-color: #f8f8f8">]</span>
 </code></pre>
 
-<p>For more about Aurora configuration files, see the <a 
href="configuration-tutorial.md">Configuration
-Tutorial</a> and the <a href="configuration-reference.md">Aurora + Thermos
+<p>For more about Aurora configuration files, see the <a 
href="/documentation/0.6.0-incubating/configuration-tutorial/">Configuration
+Tutorial</a> and the <a 
href="/documentation/0.6.0-incubating/configuration-reference/">Aurora + Thermos
 Reference</a> (preferably after finishing this
 tutorial).</p>
 
@@ -298,13 +298,13 @@ vagrant@precise64:~$
 <p>Now that you&rsquo;ve finished this Tutorial, you should read or do the 
following:</p>
 
 <ul>
-<li><a href="configuration-tutorial.md">The Aurora Configuration Tutorial</a>, 
which provides more examples
+<li><a href="/documentation/0.6.0-incubating/configuration-tutorial/">The 
Aurora Configuration Tutorial</a>, which provides more examples
 and best practices for writing Aurora configurations. You should also look at
-the <a href="configuration-reference.md">Aurora + Thermos Configuration 
Reference</a>.</li>
-<li>The <a href="user-guide.md">Aurora User Guide</a> provides an overview of 
how Aurora, Mesos, and
+the <a href="/documentation/0.6.0-incubating/configuration-reference/">Aurora 
+ Thermos Configuration Reference</a>.</li>
+<li>The <a href="/documentation/0.6.0-incubating/user-guide/">Aurora User 
Guide</a> provides an overview of how Aurora, Mesos, and
 Thermos work &ldquo;under the hood&rdquo;.</li>
 <li>Explore the Aurora Client - use the <code>aurora help</code> subcommand, 
and read the
-<a href="client-commands.md">Aurora Client Commands</a> document.</li>
+<a href="/documentation/0.6.0-incubating/client-commands/">Aurora Client 
Commands</a> document.</li>
 </ul>
 
 </div>

Modified: 
aurora/site/publish/documentation/0.6.0-incubating/user-guide/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.6.0-incubating/user-guide/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.6.0-incubating/user-guide/index.html 
(original)
+++ aurora/site/publish/documentation/0.6.0-incubating/user-guide/index.html 
Sun Dec 13 00:49:43 2015
@@ -42,33 +42,33 @@
 <h2 id="aurora-user-guide">Aurora User Guide</h2>
 
 <ul>
-<li><a href="#user-content-overview">Overview</a></li>
-<li><a href="#user-content-job-lifecycle">Job Lifecycle</a>
+<li><a href="#overview">Overview</a></li>
+<li><a href="#job-lifecycle">Job Lifecycle</a>
 
 <ul>
-<li><a href="#user-content-life-of-a-task">Life Of A Task</a></li>
-<li><a href="#user-content-pending-to-running-states">PENDING to RUNNING 
states</a></li>
-<li><a href="#user-content-task-updates">Task Updates</a></li>
-<li><a href="#user-content-http-health-checking-and-graceful-shutdown">HTTP 
Health Checking and Graceful Shutdown</a>
+<li><a href="#life-of-a-task">Life Of A Task</a></li>
+<li><a href="#pending-to-running-states">PENDING to RUNNING states</a></li>
+<li><a href="#task-updates">Task Updates</a></li>
+<li><a href="#http-health-checking-and-graceful-shutdown">HTTP Health Checking 
and Graceful Shutdown</a>
 
 <ul>
-<li><a href="#user-content-tearing-a-task-down">Tearing a task down</a></li>
+<li><a href="#tearing-a-task-down">Tearing a task down</a></li>
 </ul></li>
-<li><a 
href="#user-content-giving-priority-to-production-tasks-preempting">Giving 
Priority to Production Tasks: PREEMPTING</a></li>
-<li><a href="#user-content-natural-termination-finished-failed">Natural 
Termination: FINISHED, FAILED</a></li>
-<li><a href="#user-content-forceful-termination-killing-restarting">Forceful 
Termination: KILLING, RESTARTING</a></li>
+<li><a href="#giving-priority-to-production-tasks-preempting">Giving Priority 
to Production Tasks: PREEMPTING</a></li>
+<li><a href="#natural-termination-finished-failed">Natural Termination: 
FINISHED, FAILED</a></li>
+<li><a href="#forceful-termination-killing-restarting">Forceful Termination: 
KILLING, RESTARTING</a></li>
 </ul></li>
-<li><a href="#user-content-service-discovery">Service Discovery</a></li>
-<li><a href="#user-content-configuration">Configuration</a></li>
-<li><a href="#user-content-creating-jobs">Creating Jobs</a></li>
-<li><a href="#user-content-interacting-with-jobs">Interacting With 
Jobs</a></li>
+<li><a href="#service-discovery">Service Discovery</a></li>
+<li><a href="#configuration">Configuration</a></li>
+<li><a href="#creating-jobs">Creating Jobs</a></li>
+<li><a href="#interacting-with-jobs">Interacting With Jobs</a></li>
 </ul>
 
 <h2 id="overview">Overview</h2>
 
 <p>This document gives an overview of how Aurora works under the hood.
 It assumes you&rsquo;ve already worked through the &ldquo;hello world&rdquo; 
example
-job in the <a href="tutorial.md">Aurora Tutorial</a>. Specifics of how to use 
Aurora are <strong>not</strong>
+job in the <a href="/documentation/0.6.0-incubating/tutorial/">Aurora 
Tutorial</a>. Specifics of how to use Aurora are <strong>not</strong>
  given here, but pointers to documentation about how to use Aurora are
 provided.</p>
 
@@ -280,7 +280,7 @@ requests:</p>
 </tbody></table>
 
 <p>Please see the
-<a 
href="configuration-reference.md#user-content-healthcheckconfig-objects">configuration
 reference</a> for
+<a 
href="/documentation/0.6.0-incubating/configuration-reference/#healthcheckconfig-objects">configuration
 reference</a> for
 configuration options for this feature.</p>
 
 <h4 id="snoozing-health-checks">Snoozing Health Checks</h4>
@@ -363,8 +363,8 @@ Aurora configuration files. Their filena
 suffix, and you write them in Python making use of the Pystachio
 templating language, along
 with specific Aurora, Mesos, and Thermos commands and methods. See the
-<a href="configuration-reference.md">Configuration Guide and Reference</a> and
-<a href="configuration-tutorial.md">Configuration Tutorial</a>.</p>
+<a 
href="/documentation/0.6.0-incubating/configuration-reference/">Configuration 
Guide and Reference</a> and
+<a 
href="/documentation/0.6.0-incubating/configuration-tutorial/">Configuration 
Tutorial</a>.</p>
 
 <h2 id="service-discovery">Service Discovery</h2>
 
@@ -380,13 +380,13 @@ of which there are several reference imp
 
 <p>These can also be used natively in Finagle using the <a 
href="https://github.com/twitter/finagle/blob/master/finagle-serversets/src/main/scala/com/twitter/finagle/zookeeper/ZookeeperServerSetCluster.scala";>ZookeeperServerSetCluster</a>.</p>
 
-<p>For more information about how to configure announcing, see the <a 
href="configuration-reference.md">Configuration Reference</a>.</p>
+<p>For more information about how to configure announcing, see the <a 
href="/documentation/0.6.0-incubating/configuration-reference/">Configuration 
Reference</a>.</p>
 
 <h2 id="creating-jobs">Creating Jobs</h2>
 
 <p>You create and manipulate Aurora Jobs with the Aurora client, which starts 
all its
 command line commands with
-<code>aurora</code>. See <a href="client-commands.md">Aurora Client 
Commands</a> for details
+<code>aurora</code>. See <a 
href="/documentation/0.6.0-incubating/client-commands/">Aurora Client 
Commands</a> for details
 about the Aurora Client.</p>
 
 <h2 id="interacting-with-jobs">Interacting With Jobs</h2>
@@ -434,7 +434,7 @@ about the Aurora Client.</p>
   command help, <code>aurora help [command]</code>. <strong>Note</strong>: 
<code>aurora help open</code>
   returns <code>&quot;subcommand open not found&quot;</code> due to our 
reflection tricks not
   working on words that are also builtin Python function names. Or see the
-  <a href="client-commands.md">Aurora Client Commands</a> document.</p>
+  <a href="/documentation/0.6.0-incubating/client-commands/">Aurora Client 
Commands</a> document.</p>
 
 </div>
 

Modified: 
aurora/site/publish/documentation/0.7.0-incubating/client-commands/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/client-commands/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/0.7.0-incubating/client-commands/index.html 
(original)
+++ 
aurora/site/publish/documentation/0.7.0-incubating/client-commands/index.html 
Sun Dec 13 00:49:43 2015
@@ -128,7 +128,7 @@ communicates with a single (non-leader-e
 </code></pre>
 
 <p>For more details on cluster configuration see the
-<a href="/documentation/0.7.0-incubating//">Client Cluster Configuration</a> 
documentation.</p>
+<a href="/documentation/0.7.0-incubating/client-cluster-configuration/">Client 
Cluster Configuration</a> documentation.</p>
 
 <h2 id="job-keys">Job Keys</h2>
 
@@ -174,7 +174,7 @@ the machine executing Aurora commands.</
 </ul>
 
 <p>The process for writing and activating them is complex enough
-that we explain it in a devoted document, <a 
href="/documentation/0.7.0-incubating//">Hooks for Aurora Client API</a>.</p>
+that we explain it in a devoted document, <a 
href="/documentation/0.7.0-incubating/hooks/">Hooks for Aurora Client 
API</a>.</p>
 
 <h2 id="regular-jobs">Regular Jobs</h2>
 
@@ -316,7 +316,7 @@ if it contains hook definitions and acti
 <h2 id="cron-jobs">Cron Jobs</h2>
 
 <p>You can manage cron jobs using the <code>aurora cron</code> command.  
Please see
-<a href="/documentation/0.7.0-incubating//">cron-jobs.md</a> for more 
details.</p>
+<a href="/documentation/0.7.0-incubating/cron-jobs/">cron-jobs.md</a> for more 
details.</p>
 
 <p>You will see various commands and options relating to cron jobs in
 <code>aurora -h</code> and similar. Ignore them, as they&rsquo;re not yet 
implemented.</p>

Modified: 
aurora/site/publish/documentation/0.7.0-incubating/configuration-reference/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/configuration-reference/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/0.7.0-incubating/configuration-reference/index.html
 (original)
+++ 
aurora/site/publish/documentation/0.7.0-incubating/configuration-reference/index.html
 Sun Dec 13 00:49:43 2015
@@ -112,8 +112,8 @@ powerful, and configurations can become
 cases.</p>
 
 <p>For examples of simple configurations to get something up and running
-quickly, check out the <a 
href="/documentation/0.7.0-incubating//">Tutorial</a>. When you feel 
comfortable with the basics, move
-on to the <a href="/documentation/0.7.0-incubating//">Configuration 
Tutorial</a> for more in-depth coverage of
+quickly, check out the <a 
href="/documentation/0.7.0-incubating/tutorial/">Tutorial</a>. When you feel 
comfortable with the basics, move
+on to the <a 
href="/documentation/0.7.0-incubating/configuration-tutorial/">Configuration 
Tutorial</a> for more in-depth coverage of
 configuration design.</p>
 
 <p>For additional basic configuration examples, see <a 
href="#BasicExamples">the end of this document</a>.</p>
@@ -433,7 +433,7 @@ ordering constraints.</p>
 <h3 id="resource-object">Resource Object</h3>
 
 <p>Specifies the amount of CPU, Ram, and disk resources the task needs. See the
-<a href="/documentation/0.7.0-incubating//">Resource Isolation document</a> 
for suggested values and to understand how
+<a href="/documentation/0.7.0-incubating/resource-isolation/">Resource 
Isolation document</a> for suggested values and to understand how
 resources are allocated.</p>
 
 <table><thead>
@@ -509,7 +509,7 @@ resources are allocated.</p>
 <tr>
 <td><code>cron_schedule</code></td>
 <td style="text-align: center">String</td>
-<td>Cron schedule in cron format. May only be used with non-service jobs. See 
<a href="/documentation/0.7.0-incubating//">Cron Jobs</a> for more 
information. Default: None (not a cron job.)</td>
+<td>Cron schedule in cron format. May only be used with non-service jobs. See 
<a href="/documentation/0.7.0-incubating/cron-jobs/">Cron Jobs</a> for more 
information. Default: None (not a cron job.)</td>
 </tr>
 <tr>
 <td><code>cron_collision_policy</code></td>
@@ -644,7 +644,7 @@ either due to human error or machine fai
 <p>If the <code>announce</code> field in the Job configuration is set, each 
task will be
 registered in the ServerSet <code>/aurora/role/environment/jobname</code> in 
the
 zookeeper ensemble configured by the executor.  If no Announcer object is 
specified,
-no announcement will take place.  For more information about ServerSets, see 
the <a href="/documentation/0.7.0-incubating//">User Guide</a>.</p>
+no announcement will take place.  For more information about ServerSets, see 
the <a href="/documentation/0.7.0-incubating/user-guide/">User Guide</a>.</p>
 
 <table><thead>
 <tr>

Modified: 
aurora/site/publish/documentation/0.7.0-incubating/configuration-tutorial/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/configuration-tutorial/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/0.7.0-incubating/configuration-tutorial/index.html
 (original)
+++ 
aurora/site/publish/documentation/0.7.0-incubating/configuration-tutorial/index.html
 Sun Dec 13 00:49:43 2015
@@ -47,7 +47,7 @@ and best practices. When writing a confi
 arguments as <code>aurora create</code> or <code>aurora update</code>. It 
first ensures the
 configuration parses, then outputs it in human-readable form.</p>
 
-<p>You should read this after going through the general <a 
href="/documentation/0.7.0-incubating//">Aurora Tutorial</a>.</p>
+<p>You should read this after going through the general <a 
href="/documentation/0.7.0-incubating/tutorial/">Aurora Tutorial</a>.</p>
 
 <ul>
 <li><a href="#aurora-configuration-tutorial">Aurora Configuration Tutorial</a>
@@ -151,12 +151,12 @@ configuration specification and reuse. P
 via {{}} surrounded templates.</p>
 
 <p>When writing your <code>.aurora</code> file, you may use any Pystachio 
datatypes, as
-well as any objects shown in the <a 
href="/documentation/0.7.0-incubating//"><em>Aurora+Thermos Configuration
+well as any objects shown in the <a 
href="/documentation/0.7.0-incubating/configuration-reference/"><em>Aurora+Thermos
 Configuration
 Reference</em></a>, without <code>import</code> statements - the
 Aurora config loader injects them automatically. Other than that, an 
<code>.aurora</code>
 file works like any other Python script.</p>
 
-<p><a href="/documentation/0.7.0-incubating//"><em>Aurora+Thermos 
Configuration Reference</em></a>
+<p><a 
href="/documentation/0.7.0-incubating/configuration-reference/"><em>Aurora+Thermos
 Configuration Reference</em></a>
 has a full reference of all Aurora/Thermos defined Pystachio objects.</p>
 
 <h3 id="use-bottom-to-top-object-ordering">Use Bottom-To-Top Object 
Ordering</h3>
@@ -714,7 +714,7 @@ task is unhealthy.</li>
 constraints. Most users will not need to specify constraints, as the
 scheduler automatically inserts reasonable defaults. Please do not
 set this field unless you are sure of what you are doing. See the
-section in the Aurora + Thermos Reference manual on <a 
href="/documentation/0.7.0-incubating//">Specifying
+section in the Aurora + Thermos Reference manual on <a 
href="/documentation/0.7.0-incubating/configuration-reference/">Specifying
 Scheduling Constraints</a> for more information.</li>
 </ul>
 
@@ -732,7 +732,7 @@ following runs first <code>job1</code>,
 <code>Process</code>, and other classes are defined by a templating library 
called
 <em>Pystachio</em>, a powerful tool for configuration specification and 
reuse.</p>
 
-<p><a href="/documentation/0.7.0-incubating//">Aurora+Thermos Configuration 
Reference</a>
+<p><a 
href="/documentation/0.7.0-incubating/configuration-reference/">Aurora+Thermos 
Configuration Reference</a>
 has a full reference of all Aurora/Thermos defined Pystachio objects.</p>
 
 <p>When writing your <code>.aurora</code> file, you may use any Pystachio 
datatypes, as

Modified: 
aurora/site/publish/documentation/0.7.0-incubating/cron-jobs/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/cron-jobs/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.7.0-incubating/cron-jobs/index.html 
(original)
+++ aurora/site/publish/documentation/0.7.0-incubating/cron-jobs/index.html Sun 
Dec 13 00:49:43 2015
@@ -74,11 +74,11 @@
 
 <p>A job is identified as a cron job by the presence of a
 <code>cron_schedule</code> attribute containing a cron-style schedule in the
-<a href="/documentation/0.7.0-incubating//"><code>Job</code></a> object. 
Examples of cron schedules
+<a 
href="/documentation/0.7.0-incubating/configuration-reference/#job-objects"><code>Job</code></a>
 object. Examples of cron schedules
 include &ldquo;every 5 minutes&rdquo; (<code>*/5 * * * *</code>), 
&ldquo;Fridays at 17:00&rdquo; (<code>* 17 * * FRI</code>), and
 &ldquo;the 1st and 15th day of the month at 03:00&rdquo; (<code>0 3 1,15 
*</code>).</p>
 
-<p>Example (available in the <a 
href="/documentation/0.7.0-incubating//">Vagrant environment</a>):</p>
+<p>Example (available in the <a 
href="/documentation/0.7.0-incubating/vagrant/">Vagrant environment</a>):</p>
 <pre class="highlight plaintext"><code>$ cat 
/vagrant/examples/job/cron_hello_world.aurora
 # cron_hello_world.aurora
 # A cron job that runs every 5 minutes.
@@ -119,7 +119,7 @@ grow faster than they can process it.</p
 
 <p>Unlike with services, which aurora will always re-execute regardless of 
exit status, instances of
 cron jobs retry according to the <code>max_task_failures</code> attribute of 
the
-<a href="/documentation/0.7.0-incubating//">Task</a> object. To get 
&ldquo;run-until-failure&rdquo; semantics,
+<a 
href="/documentation/0.7.0-incubating/configuration-reference/#task-objects">Task</a>
 object. To get &ldquo;run-until-failure&rdquo; semantics,
 set <code>max_task_failures</code> to <code>-1</code>.</p>
 
 <h2 id="interacting-with-cron-jobs-via-the-aurora-cli">Interacting with cron 
jobs via the Aurora CLI</h2>

Modified: 
aurora/site/publish/documentation/0.7.0-incubating/deploying-aurora-scheduler/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/deploying-aurora-scheduler/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/0.7.0-incubating/deploying-aurora-scheduler/index.html
 (original)
+++ 
aurora/site/publish/documentation/0.7.0-incubating/deploying-aurora-scheduler/index.html
 Sun Dec 13 00:49:43 2015
@@ -193,7 +193,7 @@ should be set to <code>2</code>, and in
 
 <p><em>Incorrectly setting this flag will cause data corruption to 
occur!</em></p>
 
-<p>See <a href="/documentation/0.7.0-incubating//">this document</a> for 
more replicated
+<p>See <a 
href="/documentation/0.7.0-incubating/storage-config/#scheduler-storage-configuration-flags">this
 document</a> for more replicated
 log and storage configuration options.</p>
 
 <h2 id="initializing-the-replicated-log">Initializing the Replicated Log</h2>
@@ -208,7 +208,7 @@ log and storage configuration options.</
 
 <h3 id="storage-performance-considerations">Storage Performance 
Considerations</h3>
 
-<p>See <a href="/documentation/0.7.0-incubating//">this document</a> for 
scheduler storage performance considerations.</p>
+<p>See <a href="/documentation/0.7.0-incubating/scheduler-storage/">this 
document</a> for scheduler storage performance considerations.</p>
 
 <h3 id="network-considerations">Network considerations</h3>
 
@@ -264,7 +264,7 @@ restarted.</p>
 
 <h3 id="monitoring">Monitoring</h3>
 
-<p>Please see our dedicated <a 
href="/documentation/0.7.0-incubating//">monitoring guide</a> for in-depth 
discussion on monitoring.</p>
+<p>Please see our dedicated <a 
href="/documentation/0.7.0-incubating/monitoring/">monitoring guide</a> for 
in-depth discussion on monitoring.</p>
 
 <h3 id="running-stateful-services">Running stateful services</h3>
 
@@ -277,7 +277,7 @@ like databases, or services that otherwi
 static attributes (not to be confused with <code>--resources</code>, which are 
dynamic and accounted).</p>
 
 <p>Aurora makes these attributes available for matching with scheduling
-<a href="/documentation/0.7.0-incubating//">constraints</a>.  Most of these
+<a 
href="/documentation/0.7.0-incubating/configuration-reference/#specifying-scheduling-constraints">constraints</a>.
  Most of these
 constraints are arbitrary and available for custom use.  There is one 
exception, though: the
 <code>dedicated</code> attribute.  Aurora treats this specially, and only 
allows matching jobs to run on these
 machines, and will only schedule matching jobs on these machines.</p>

Modified: 
aurora/site/publish/documentation/0.7.0-incubating/developing-aurora-client/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/developing-aurora-client/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/0.7.0-incubating/developing-aurora-client/index.html
 (original)
+++ 
aurora/site/publish/documentation/0.7.0-incubating/developing-aurora-client/index.html
 Sun Dec 13 00:49:43 2015
@@ -48,9 +48,9 @@
 
 <p>The client uses a configuration file that specifies available clusters. 
More information about the
 contents of this file can be found in the
-<a href="/documentation/0.7.0-incubating//">Client Cluster Configuration</a> 
documentation. Information about
+<a href="/documentation/0.7.0-incubating/client-cluster-configuration/">Client 
Cluster Configuration</a> documentation. Information about
 how the client locates this file can be found in the
-<a href="/documentation/0.7.0-incubating//">Client Commands</a> 
documentation.</p>
+<a 
href="/documentation/0.7.0-incubating/client-commands/#cluster-configuration">Client
 Commands</a> documentation.</p>
 
 <h1 id="building-and-testing-the-client">Building and Testing the Client</h1>
 

Modified: aurora/site/publish/documentation/0.7.0-incubating/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.7.0-incubating/index.html (original)
+++ aurora/site/publish/documentation/0.7.0-incubating/index.html Sun Dec 13 
00:49:43 2015
@@ -54,35 +54,35 @@
 <h2 id="users">Users</h2>
 
 <ul>
-<li><a href="/documentation/0.7.0-incubating//">Install Aurora on virtual 
machines on your private machine</a></li>
-<li><a href="/documentation/0.7.0-incubating//">Hello World Tutorial</a></li>
-<li><a href="/documentation/0.7.0-incubating//">User Guide</a></li>
-<li><a href="/documentation/0.7.0-incubating//">Configuration 
Tutorial</a></li>
-<li><a href="/documentation/0.7.0-incubating//">Aurora + Thermos 
Reference</a></li>
-<li><a href="/documentation/0.7.0-incubating//">Command Line Client</a></li>
-<li><a href="/documentation/0.7.0-incubating//">Cron Jobs</a></li>
+<li><a href="/documentation/0.7.0-incubating/vagrant/">Install Aurora on 
virtual machines on your private machine</a></li>
+<li><a href="/documentation/0.7.0-incubating/tutorial/">Hello World 
Tutorial</a></li>
+<li><a href="/documentation/0.7.0-incubating/user-guide/">User Guide</a></li>
+<li><a 
href="/documentation/0.7.0-incubating/configuration-tutorial/">Configuration 
Tutorial</a></li>
+<li><a href="/documentation/0.7.0-incubating/configuration-reference/">Aurora 
+ Thermos Reference</a></li>
+<li><a href="/documentation/0.7.0-incubating/client-commands/">Command Line 
Client</a></li>
+<li><a href="/documentation/0.7.0-incubating/cron-jobs/">Cron Jobs</a></li>
 </ul>
 
 <h2 id="operators">Operators</h2>
 
 <ul>
-<li><a href="/documentation/0.7.0-incubating//">Deploy Aurora</a></li>
-<li><a href="/documentation/0.7.0-incubating//">Monitoring</a></li>
-<li><a href="/documentation/0.7.0-incubating//">Hooks for Aurora Client 
API</a></li>
-<li><a href="/documentation/0.7.0-incubating//">Scheduler Storage</a></li>
-<li><a href="/documentation/0.7.0-incubating//">Scheduler Storage and 
Maintenance</a></li>
-<li><a href="/documentation/0.7.0-incubating//">SLA Measurement</a></li>
-<li><a href="/documentation/0.7.0-incubating//">Resource Isolation and 
Sizing</a></li>
-<li><a href="/documentation/0.7.0-incubating//">Generating test 
resources</a></li>
+<li><a 
href="/documentation/0.7.0-incubating/deploying-aurora-scheduler/">Deploy 
Aurora</a></li>
+<li><a href="/documentation/0.7.0-incubating/monitoring/">Monitoring</a></li>
+<li><a href="/documentation/0.7.0-incubating/hooks/">Hooks for Aurora Client 
API</a></li>
+<li><a href="/documentation/0.7.0-incubating/storage/">Scheduler 
Storage</a></li>
+<li><a href="/documentation/0.7.0-incubating/storage-config/">Scheduler 
Storage and Maintenance</a></li>
+<li><a href="/documentation/0.7.0-incubating/sla/">SLA Measurement</a></li>
+<li><a href="/documentation/0.7.0-incubating/resource-isolation/">Resource 
Isolation and Sizing</a></li>
+<li><a 
href="/documentation/0.7.0-incubating/test-resource-generation/">Generating 
test resources</a></li>
 </ul>
 
 <h2 id="developers">Developers</h2>
 
 <ul>
-<li><a href="/documentation/0.7.0-incubating//">Contributing to the 
project</a></li>
-<li><a href="/documentation/0.7.0-incubating//">Developing the Aurora 
Scheduler</a></li>
-<li><a href="/documentation/0.7.0-incubating//">Developing the Aurora 
Client</a></li>
-<li><a href="/documentation/0.7.0-incubating//">Committers Guide</a></li>
+<li><a href="/documentation/0.7.0-incubating/CONTRIBUTING/">Contributing to 
the project</a></li>
+<li><a 
href="/documentation/0.7.0-incubating/developing-aurora-scheduler/">Developing 
the Aurora Scheduler</a></li>
+<li><a 
href="/documentation/0.7.0-incubating/developing-aurora-client/">Developing the 
Aurora Client</a></li>
+<li><a href="/documentation/0.7.0-incubating/committers/">Committers 
Guide</a></li>
 </ul>
 
 </div>

Modified: 
aurora/site/publish/documentation/0.7.0-incubating/storage-config/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/storage-config/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/0.7.0-incubating/storage-config/index.html 
(original)
+++ 
aurora/site/publish/documentation/0.7.0-incubating/storage-config/index.html 
Sun Dec 13 00:49:43 2015
@@ -71,7 +71,7 @@
 <p>This document summarizes Aurora storage configuration and maintenance 
details and is
 intended for use by anyone deploying and/or maintaining Aurora.</p>
 
-<p>For a high level overview of the Aurora storage architecture refer to <a 
href="/documentation/0.7.0-incubating//">this document</a>.</p>
+<p>For a high level overview of the Aurora storage architecture refer to <a 
href="/documentation/0.7.0-incubating/storage/">this document</a>.</p>
 
 <h2 id="scheduler-storage-configuration-flags">Scheduler storage configuration 
flags</h2>
 
@@ -83,7 +83,7 @@ or require attention before deploying in
 <h4 id="nativelogquorum_size">-native<em>log</em>quorum_size</h4>
 
 <p>Defines the Mesos replicated log quorum size. See
-<a href="/documentation/0.7.0-incubating//">the replicated log configuration 
document</a>
+<a 
href="/documentation/0.7.0-incubating/deploying-aurora-scheduler/#replicated-log-configuration">the
 replicated log configuration document</a>
 on how to choose the right value.</p>
 
 <h4 id="nativelogfile_path">-native<em>log</em>file_path</h4>

Modified: aurora/site/publish/documentation/0.7.0-incubating/storage/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/storage/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.7.0-incubating/storage/index.html 
(original)
+++ aurora/site/publish/documentation/0.7.0-incubating/storage/index.html Sun 
Dec 13 00:49:43 2015
@@ -82,7 +82,7 @@ is <a href="https://github.com/apache/th
 This helps establishing periodic recovery checkpoints and speeds up volatile 
storage recovery on
 restart.</li>
 <li>Backup manager: as a precaution, snapshots are periodically written out 
into backup files.
-This solves a <a href="/documentation/0.7.0-incubating//">disaster recovery 
problem</a>
+This solves a <a 
href="/documentation/0.7.0-incubating/storage-config/#recovering-from-a-scheduler-backup">disaster
 recovery problem</a>
 in case of a complete loss or corruption of Mesos log files.</li>
 </ul>
 

Modified: 
aurora/site/publish/documentation/0.7.0-incubating/test-resource-generation/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/test-resource-generation/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/0.7.0-incubating/test-resource-generation/index.html
 (original)
+++ 
aurora/site/publish/documentation/0.7.0-incubating/test-resource-generation/index.html
 Sun Dec 13 00:49:43 2015
@@ -63,7 +63,7 @@ that would undermine the goal of ensurin
 <p>The most common reason to add a new checkpoint file would be to provide
 coverage for new thermos features that alter the data format. This is
 accomplished by writing and running a
-<a href="/documentation/0.7.0-incubating//">job configuration</a> that 
exercises the feature, and
+<a href="/documentation/0.7.0-incubating/configuration-reference/">job 
configuration</a> that exercises the feature, and
 copying the checkpoint file from the sandbox directory, by default this is
 <code>/var/run/thermos/checkpoints/&lt;aurora task id&gt;</code>.</p>
 

Modified: aurora/site/publish/documentation/0.7.0-incubating/tutorial/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/tutorial/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.7.0-incubating/tutorial/index.html 
(original)
+++ aurora/site/publish/documentation/0.7.0-incubating/tutorial/index.html Sun 
Dec 13 00:49:43 2015
@@ -74,7 +74,7 @@ getting up to speed on the system.</p>
 <h2 id="setup-install-aurora">Setup: Install Aurora</h2>
 
 <p>You use the Aurora client and web UI to interact with Aurora jobs. To
-install it locally, see <a 
href="/documentation/0.7.0-incubating//">vagrant.md</a>. The remainder of this
+install it locally, see <a 
href="/documentation/0.7.0-incubating/vagrant/">vagrant.md</a>. The remainder 
of this
 Tutorial assumes you are running Aurora using Vagrant.  Unless otherwise 
stated,
 all commands are to be run from the root of the aurora repository clone.</p>
 
@@ -146,8 +146,8 @@ code in the file <code>hello_world.auror
 <span style="background-color: #f8f8f8">]</span>
 </code></pre>
 
-<p>For more about Aurora configuration files, see the <a 
href="/documentation/0.7.0-incubating//">Configuration
-Tutorial</a> and the <a href="/documentation/0.7.0-incubating//">Aurora + 
Thermos
+<p>For more about Aurora configuration files, see the <a 
href="/documentation/0.7.0-incubating/configuration-tutorial/">Configuration
+Tutorial</a> and the <a 
href="/documentation/0.7.0-incubating/configuration-reference/">Aurora + Thermos
 Reference</a> (preferably after finishing this
 tutorial).</p>
 
@@ -298,13 +298,13 @@ vagrant@precise64:~$
 <p>Now that you&rsquo;ve finished this Tutorial, you should read or do the 
following:</p>
 
 <ul>
-<li><a href="/documentation/0.7.0-incubating//">The Aurora Configuration 
Tutorial</a>, which provides more examples
+<li><a href="/documentation/0.7.0-incubating/configuration-tutorial/">The 
Aurora Configuration Tutorial</a>, which provides more examples
 and best practices for writing Aurora configurations. You should also look at
-the <a href="/documentation/0.7.0-incubating//">Aurora + Thermos 
Configuration Reference</a>.</li>
-<li>The <a href="/documentation/0.7.0-incubating//">Aurora User Guide</a> 
provides an overview of how Aurora, Mesos, and
+the <a href="/documentation/0.7.0-incubating/configuration-reference/">Aurora 
+ Thermos Configuration Reference</a>.</li>
+<li>The <a href="/documentation/0.7.0-incubating/user-guide/">Aurora User 
Guide</a> provides an overview of how Aurora, Mesos, and
 Thermos work &ldquo;under the hood&rdquo;.</li>
 <li>Explore the Aurora Client - use <code>aurora -h</code>, and read the
-<a href="/documentation/0.7.0-incubating//">Aurora Client Commands</a> 
document.</li>
+<a href="/documentation/0.7.0-incubating/client-commands/">Aurora Client 
Commands</a> document.</li>
 </ul>
 
 </div>

Modified: 
aurora/site/publish/documentation/0.7.0-incubating/user-guide/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.7.0-incubating/user-guide/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.7.0-incubating/user-guide/index.html 
(original)
+++ aurora/site/publish/documentation/0.7.0-incubating/user-guide/index.html 
Sun Dec 13 00:49:43 2015
@@ -68,7 +68,7 @@
 
 <p>This document gives an overview of how Aurora works under the hood.
 It assumes you&rsquo;ve already worked through the &ldquo;hello world&rdquo; 
example
-job in the <a href="/documentation/0.7.0-incubating//">Aurora Tutorial</a>. 
Specifics of how to use Aurora are <strong>not</strong>
+job in the <a href="/documentation/0.7.0-incubating/tutorial/">Aurora 
Tutorial</a>. Specifics of how to use Aurora are <strong>not</strong>
  given here, but pointers to documentation about how to use Aurora are
 provided.</p>
 
@@ -280,7 +280,7 @@ requests:</p>
 </tbody></table>
 
 <p>Please see the
-<a href="/documentation/0.7.0-incubating//">configuration reference</a> for
+<a 
href="/documentation/0.7.0-incubating/configuration-reference/#healthcheckconfig-objects">configuration
 reference</a> for
 configuration options for this feature.</p>
 
 <h4 id="snoozing-health-checks">Snoozing Health Checks</h4>
@@ -363,8 +363,8 @@ Aurora configuration files. Their filena
 suffix, and you write them in Python making use of the Pystachio
 templating language, along
 with specific Aurora, Mesos, and Thermos commands and methods. See the
-<a href="/documentation/0.7.0-incubating//">Configuration Guide and 
Reference</a> and
-<a href="/documentation/0.7.0-incubating//">Configuration Tutorial</a>.</p>
+<a 
href="/documentation/0.7.0-incubating/configuration-reference/">Configuration 
Guide and Reference</a> and
+<a 
href="/documentation/0.7.0-incubating/configuration-tutorial/">Configuration 
Tutorial</a>.</p>
 
 <h2 id="service-discovery">Service Discovery</h2>
 
@@ -380,13 +380,13 @@ of which there are several reference imp
 
 <p>These can also be used natively in Finagle using the <a 
href="https://github.com/twitter/finagle/blob/master/finagle-serversets/src/main/scala/com/twitter/finagle/zookeeper/ZookeeperServerSetCluster.scala";>ZookeeperServerSetCluster</a>.</p>
 
-<p>For more information about how to configure announcing, see the <a 
href="/documentation/0.7.0-incubating//">Configuration Reference</a>.</p>
+<p>For more information about how to configure announcing, see the <a 
href="/documentation/0.7.0-incubating/configuration-reference/">Configuration 
Reference</a>.</p>
 
 <h2 id="creating-jobs">Creating Jobs</h2>
 
 <p>You create and manipulate Aurora Jobs with the Aurora client, which starts 
all its
 command line commands with
-<code>aurora</code>. See <a href="/documentation/0.7.0-incubating//">Aurora 
Client Commands</a> for details
+<code>aurora</code>. See <a 
href="/documentation/0.7.0-incubating/client-commands/">Aurora Client 
Commands</a> for details
 about the Aurora Client.</p>
 
 <h2 id="interacting-with-jobs">Interacting With Jobs</h2>
@@ -426,7 +426,7 @@ about the Aurora Client.</p>
 <li>The Aurora client</li>
 </ul>
 
-<p>See <a href="/documentation/0.7.0-incubating//">client commands</a>.</p>
+<p>See <a href="/documentation/0.7.0-incubating/client-commands/">client 
commands</a>.</p>
 
 </div>
 

Modified: aurora/site/publish/documentation/0.8.0/client-commands/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/client-commands/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.8.0/client-commands/index.html 
(original)
+++ aurora/site/publish/documentation/0.8.0/client-commands/index.html Sun Dec 
13 00:49:43 2015
@@ -129,7 +129,7 @@ communicates with a single (non-leader-e
 </code></pre>
 
 <p>For more details on cluster configuration see the
-<a href="/documentation/0.8.0//">Client Cluster Configuration</a> 
documentation.</p>
+<a href="/documentation/0.8.0/client-cluster-configuration/">Client Cluster 
Configuration</a> documentation.</p>
 
 <h2 id="job-keys">Job Keys</h2>
 
@@ -175,7 +175,7 @@ the machine executing Aurora commands.</
 </ul>
 
 <p>The process for writing and activating them is complex enough
-that we explain it in a devoted document, <a 
href="/documentation/0.8.0//">Hooks for Aurora Client API</a>.</p>
+that we explain it in a devoted document, <a 
href="/documentation/0.8.0/hooks/">Hooks for Aurora Client API</a>.</p>
 
 <h2 id="regular-jobs">Regular Jobs</h2>
 
@@ -247,7 +247,7 @@ pulsing an active coordinated job update
 <a 
href="https://github.com/apache/aurora/blob/#{git_tag}/api/src/main/thrift/org/apache/aurora/gen/api.thrift";>pulseJobUpdate
 RPC</a>).</p>
 
 <p>A coordinated update is defined by setting a positive
-<a href="/documentation/0.8.0//">pulse<em>interval</em>secs</a> value in job 
configuration
+<a 
href="/documentation/0.8.0/configuration-reference/#updateconfig-objects">pulse<em>interval</em>secs</a>
 value in job configuration
 file. If no pulses are received within specified interval the update will be 
blocked. A blocked
 update is unable to continue rolling forward (or rolling back) but retains its 
active status.
 It may only be unblocked by a fresh <code>pulseJobUpdate</code> call.</p>
@@ -336,7 +336,7 @@ if it contains hook definitions and acti
 <h2 id="cron-jobs">Cron Jobs</h2>
 
 <p>You can manage cron jobs using the <code>aurora cron</code> command.  
Please see
-<a href="/documentation/0.8.0//">cron-jobs.md</a> for more details.</p>
+<a href="/documentation/0.8.0/cron-jobs/">cron-jobs.md</a> for more 
details.</p>
 
 <p>You will see various commands and options relating to cron jobs in
 <code>aurora -h</code> and similar. Ignore them, as they&rsquo;re not yet 
implemented.</p>

Modified: 
aurora/site/publish/documentation/0.8.0/configuration-reference/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/configuration-reference/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.8.0/configuration-reference/index.html 
(original)
+++ aurora/site/publish/documentation/0.8.0/configuration-reference/index.html 
Sun Dec 13 00:49:43 2015
@@ -112,8 +112,8 @@ powerful, and configurations can become
 cases.</p>
 
 <p>For examples of simple configurations to get something up and running
-quickly, check out the <a href="/documentation/0.8.0//">Tutorial</a>. When 
you feel comfortable with the basics, move
-on to the <a href="/documentation/0.8.0//">Configuration Tutorial</a> for 
more in-depth coverage of
+quickly, check out the <a href="/documentation/0.8.0/tutorial/">Tutorial</a>. 
When you feel comfortable with the basics, move
+on to the <a href="/documentation/0.8.0/configuration-tutorial/">Configuration 
Tutorial</a> for more in-depth coverage of
 configuration design.</p>
 
 <p>For additional basic configuration examples, see <a 
href="#BasicExamples">the end of this document</a>.</p>
@@ -433,7 +433,7 @@ ordering constraints.</p>
 <h3 id="resource-object">Resource Object</h3>
 
 <p>Specifies the amount of CPU, Ram, and disk resources the task needs. See the
-<a href="/documentation/0.8.0//">Resource Isolation document</a> for 
suggested values and to understand how
+<a href="/documentation/0.8.0/resource-isolation/">Resource Isolation 
document</a> for suggested values and to understand how
 resources are allocated.</p>
 
 <table><thead>
@@ -509,7 +509,7 @@ resources are allocated.</p>
 <tr>
 <td><code>cron_schedule</code></td>
 <td style="text-align: center">String</td>
-<td>Cron schedule in cron format. May only be used with non-service jobs. See 
<a href="/documentation/0.8.0//">Cron Jobs</a> for more information. Default: 
None (not a cron job.)</td>
+<td>Cron schedule in cron format. May only be used with non-service jobs. See 
<a href="/documentation/0.8.0/cron-jobs/">Cron Jobs</a> for more information. 
Default: None (not a cron job.)</td>
 </tr>
 <tr>
 <td><code>cron_collision_policy</code></td>
@@ -617,7 +617,7 @@ either due to human error or machine fai
 <tr>
 <td><code>pulse_interval_secs</code></td>
 <td style="text-align: center">Integer</td>
-<td>Indicates a <a href="/documentation/0.8.0//">coordinated update</a>. If 
no pulses are received within the provided interval the update will be blocked. 
Beta-updater only. Will fail on submission when used with client updater. 
(Default: None)</td>
+<td>Indicates a <a 
href="/documentation/0.8.0/client-commands/#coordinated-job-updates">coordinated
 update</a>. If no pulses are received within the provided interval the update 
will be blocked. Beta-updater only. Will fail on submission when used with 
client updater. (Default: None)</td>
 </tr>
 </tbody></table>
 
@@ -659,7 +659,7 @@ either due to human error or machine fai
 <p>If the <code>announce</code> field in the Job configuration is set, each 
task will be
 registered in the ServerSet <code>/aurora/role/environment/jobname</code> in 
the
 zookeeper ensemble configured by the executor.  If no Announcer object is 
specified,
-no announcement will take place.  For more information about ServerSets, see 
the <a href="/documentation/0.8.0//">User Guide</a>.</p>
+no announcement will take place.  For more information about ServerSets, see 
the <a href="/documentation/0.8.0/user-guide/">User Guide</a>.</p>
 
 <table><thead>
 <tr>

Modified: 
aurora/site/publish/documentation/0.8.0/configuration-tutorial/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/configuration-tutorial/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.8.0/configuration-tutorial/index.html 
(original)
+++ aurora/site/publish/documentation/0.8.0/configuration-tutorial/index.html 
Sun Dec 13 00:49:43 2015
@@ -47,7 +47,7 @@ and best practices. When writing a confi
 arguments as <code>aurora job create</code> or <code>aurora job update</code>. 
It first ensures the
 configuration parses, then outputs it in human-readable form.</p>
 
-<p>You should read this after going through the general <a 
href="/documentation/0.8.0//">Aurora Tutorial</a>.</p>
+<p>You should read this after going through the general <a 
href="/documentation/0.8.0/tutorial/">Aurora Tutorial</a>.</p>
 
 <ul>
 <li><a href="#aurora-configuration-tutorial">Aurora Configuration Tutorial</a>
@@ -151,12 +151,12 @@ configuration specification and reuse. P
 via {{}} surrounded templates.</p>
 
 <p>When writing your <code>.aurora</code> file, you may use any Pystachio 
datatypes, as
-well as any objects shown in the <a 
href="/documentation/0.8.0//"><em>Aurora+Thermos Configuration
+well as any objects shown in the <a 
href="/documentation/0.8.0/configuration-reference/"><em>Aurora+Thermos 
Configuration
 Reference</em></a>, without <code>import</code> statements - the
 Aurora config loader injects them automatically. Other than that, an 
<code>.aurora</code>
 file works like any other Python script.</p>
 
-<p><a href="/documentation/0.8.0//"><em>Aurora+Thermos Configuration 
Reference</em></a>
+<p><a href="/documentation/0.8.0/configuration-reference/"><em>Aurora+Thermos 
Configuration Reference</em></a>
 has a full reference of all Aurora/Thermos defined Pystachio objects.</p>
 
 <h3 id="use-bottom-to-top-object-ordering">Use Bottom-To-Top Object 
Ordering</h3>
@@ -715,7 +715,7 @@ task is unhealthy.</li>
 constraints. Most users will not need to specify constraints, as the
 scheduler automatically inserts reasonable defaults. Please do not
 set this field unless you are sure of what you are doing. See the
-section in the Aurora + Thermos Reference manual on <a 
href="/documentation/0.8.0//">Specifying
+section in the Aurora + Thermos Reference manual on <a 
href="/documentation/0.8.0/configuration-reference/">Specifying
 Scheduling Constraints</a> for more information.</li>
 </ul>
 
@@ -733,7 +733,7 @@ following runs first <code>job1</code>,
 <code>Process</code>, and other classes are defined by a templating library 
called
 <em>Pystachio</em>, a powerful tool for configuration specification and 
reuse.</p>
 
-<p><a href="/documentation/0.8.0//">Aurora+Thermos Configuration 
Reference</a>
+<p><a href="/documentation/0.8.0/configuration-reference/">Aurora+Thermos 
Configuration Reference</a>
 has a full reference of all Aurora/Thermos defined Pystachio objects.</p>
 
 <p>When writing your <code>.aurora</code> file, you may use any Pystachio 
datatypes, as

Modified: aurora/site/publish/documentation/0.8.0/cron-jobs/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/cron-jobs/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.8.0/cron-jobs/index.html (original)
+++ aurora/site/publish/documentation/0.8.0/cron-jobs/index.html Sun Dec 13 
00:49:43 2015
@@ -74,11 +74,11 @@
 
 <p>A job is identified as a cron job by the presence of a
 <code>cron_schedule</code> attribute containing a cron-style schedule in the
-<a href="/documentation/0.8.0//"><code>Job</code></a> object. Examples of 
cron schedules
+<a 
href="/documentation/0.8.0/configuration-reference/#job-objects"><code>Job</code></a>
 object. Examples of cron schedules
 include &ldquo;every 5 minutes&rdquo; (<code>*/5 * * * *</code>), 
&ldquo;Fridays at 17:00&rdquo; (<code>* 17 * * FRI</code>), and
 &ldquo;the 1st and 15th day of the month at 03:00&rdquo; (<code>0 3 1,15 
*</code>).</p>
 
-<p>Example (available in the <a href="/documentation/0.8.0//">Vagrant 
environment</a>):</p>
+<p>Example (available in the <a href="/documentation/0.8.0/vagrant/">Vagrant 
environment</a>):</p>
 <pre class="highlight plaintext"><code>$ cat 
/vagrant/examples/job/cron_hello_world.aurora
 # cron_hello_world.aurora
 # A cron job that runs every 5 minutes.
@@ -119,7 +119,7 @@ grow faster than they can process it.</p
 
 <p>Unlike with services, which aurora will always re-execute regardless of 
exit status, instances of
 cron jobs retry according to the <code>max_task_failures</code> attribute of 
the
-<a href="/documentation/0.8.0//">Task</a> object. To get 
&ldquo;run-until-failure&rdquo; semantics,
+<a href="/documentation/0.8.0/configuration-reference/#task-objects">Task</a> 
object. To get &ldquo;run-until-failure&rdquo; semantics,
 set <code>max_task_failures</code> to <code>-1</code>.</p>
 
 <h2 id="interacting-with-cron-jobs-via-the-aurora-cli">Interacting with cron 
jobs via the Aurora CLI</h2>

Modified: 
aurora/site/publish/documentation/0.8.0/deploying-aurora-scheduler/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/deploying-aurora-scheduler/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/0.8.0/deploying-aurora-scheduler/index.html 
(original)
+++ 
aurora/site/publish/documentation/0.8.0/deploying-aurora-scheduler/index.html 
Sun Dec 13 00:49:43 2015
@@ -194,7 +194,7 @@ should be set to <code>2</code>, and in
 
 <p><em>Incorrectly setting this flag will cause data corruption to 
occur!</em></p>
 
-<p>See <a href="/documentation/0.8.0//">this document</a> for more replicated
+<p>See <a 
href="/documentation/0.8.0/storage-config/#scheduler-storage-configuration-flags">this
 document</a> for more replicated
 log and storage configuration options.</p>
 
 <h2 id="initializing-the-replicated-log">Initializing the Replicated Log</h2>
@@ -210,7 +210,7 @@ Failing to do this will result the follo
 
 <h3 id="storage-performance-considerations">Storage Performance 
Considerations</h3>
 
-<p>See <a href="/documentation/0.8.0//">this document</a> for scheduler 
storage performance considerations.</p>
+<p>See <a href="/documentation/0.8.0/scheduler-storage/">this document</a> for 
scheduler storage performance considerations.</p>
 
 <h3 id="network-considerations">Network considerations</h3>
 
@@ -270,13 +270,13 @@ restarted.</p>
 
 <h2 id="security-considerations">Security Considerations</h2>
 
-<p>See <a href="/documentation/0.8.0//">security.md</a>.</p>
+<p>See <a href="/documentation/0.8.0/security/">security.md</a>.</p>
 
 <h3 id="maintaining-an-aurora-installation">Maintaining an Aurora 
Installation</h3>
 
 <h3 id="monitoring">Monitoring</h3>
 
-<p>Please see our dedicated <a href="/documentation/0.8.0//">monitoring 
guide</a> for in-depth discussion on monitoring.</p>
+<p>Please see our dedicated <a 
href="/documentation/0.8.0/monitoring/">monitoring guide</a> for in-depth 
discussion on monitoring.</p>
 
 <h3 id="running-stateful-services">Running stateful services</h3>
 
@@ -289,7 +289,7 @@ like databases, or services that otherwi
 static attributes (not to be confused with <code>--resources</code>, which are 
dynamic and accounted).</p>
 
 <p>Aurora makes these attributes available for matching with scheduling
-<a href="/documentation/0.8.0//">constraints</a>.  Most of these
+<a 
href="/documentation/0.8.0/configuration-reference/#specifying-scheduling-constraints">constraints</a>.
  Most of these
 constraints are arbitrary and available for custom use.  There is one 
exception, though: the
 <code>dedicated</code> attribute.  Aurora treats this specially, and only 
allows matching jobs to run on these
 machines, and will only schedule matching jobs on these machines.</p>

Modified: 
aurora/site/publish/documentation/0.8.0/developing-aurora-client/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/developing-aurora-client/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.8.0/developing-aurora-client/index.html 
(original)
+++ aurora/site/publish/documentation/0.8.0/developing-aurora-client/index.html 
Sun Dec 13 00:49:43 2015
@@ -48,9 +48,9 @@
 
 <p>The client uses a configuration file that specifies available clusters. 
More information about the
 contents of this file can be found in the
-<a href="/documentation/0.8.0//">Client Cluster Configuration</a> 
documentation. Information about
+<a href="/documentation/0.8.0/client-cluster-configuration/">Client Cluster 
Configuration</a> documentation. Information about
 how the client locates this file can be found in the
-<a href="/documentation/0.8.0//">Client Commands</a> documentation.</p>
+<a href="/documentation/0.8.0/client-commands/#cluster-configuration">Client 
Commands</a> documentation.</p>
 
 <h1 id="building-and-testing-the-client">Building and Testing the Client</h1>
 
@@ -128,7 +128,7 @@ is the directory where our example clust
 
 <h1 id="making-thrift-schema-changes">Making thrift schema changes</h1>
 
-<p>See <a href="/documentation/0.8.0//">this document</a> for any thrift 
related changes.</p>
+<p>See <a href="/documentation/0.8.0/thrift-deprecation/">this document</a> 
for any thrift related changes.</p>
 
 </div>
 

Modified: 
aurora/site/publish/documentation/0.8.0/developing-aurora-scheduler/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/developing-aurora-scheduler/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/0.8.0/developing-aurora-scheduler/index.html 
(original)
+++ 
aurora/site/publish/documentation/0.8.0/developing-aurora-scheduler/index.html 
Sun Dec 13 00:49:43 2015
@@ -147,7 +147,7 @@ repository root and commit the changed f
 
 <h1 id="making-thrift-schema-changes">Making thrift schema changes</h1>
 
-<p>See <a href="/documentation/0.8.0//">this document</a> for any thrift 
related changes.</p>
+<p>See <a href="/documentation/0.8.0/thrift-deprecation/">this document</a> 
for any thrift related changes.</p>
 
 </div>
 

Modified: aurora/site/publish/documentation/0.8.0/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.8.0/index.html (original)
+++ aurora/site/publish/documentation/0.8.0/index.html Sun Dec 13 00:49:43 2015
@@ -54,35 +54,35 @@
 <h2 id="users">Users</h2>
 
 <ul>
-<li><a href="/documentation/0.8.0//">Install Aurora on virtual machines on 
your private machine</a></li>
-<li><a href="/documentation/0.8.0//">Hello World Tutorial</a></li>
-<li><a href="/documentation/0.8.0//">User Guide</a></li>
-<li><a href="/documentation/0.8.0//">Configuration Tutorial</a></li>
-<li><a href="/documentation/0.8.0//">Aurora + Thermos Reference</a></li>
-<li><a href="/documentation/0.8.0//">Command Line Client</a></li>
-<li><a href="/documentation/0.8.0//">Cron Jobs</a></li>
+<li><a href="/documentation/0.8.0/vagrant/">Install Aurora on virtual machines 
on your private machine</a></li>
+<li><a href="/documentation/0.8.0/tutorial/">Hello World Tutorial</a></li>
+<li><a href="/documentation/0.8.0/user-guide/">User Guide</a></li>
+<li><a href="/documentation/0.8.0/configuration-tutorial/">Configuration 
Tutorial</a></li>
+<li><a href="/documentation/0.8.0/configuration-reference/">Aurora + Thermos 
Reference</a></li>
+<li><a href="/documentation/0.8.0/client-commands/">Command Line 
Client</a></li>
+<li><a href="/documentation/0.8.0/cron-jobs/">Cron Jobs</a></li>
 </ul>
 
 <h2 id="operators">Operators</h2>
 
 <ul>
-<li><a href="/documentation/0.8.0//">Deploy Aurora</a></li>
-<li><a href="/documentation/0.8.0//">Monitoring</a></li>
-<li><a href="/documentation/0.8.0//">Hooks for Aurora Client API</a></li>
-<li><a href="/documentation/0.8.0//">Scheduler Storage</a></li>
-<li><a href="/documentation/0.8.0//">Scheduler Storage and 
Maintenance</a></li>
-<li><a href="/documentation/0.8.0//">SLA Measurement</a></li>
-<li><a href="/documentation/0.8.0//">Resource Isolation and Sizing</a></li>
-<li><a href="/documentation/0.8.0//">Generating test resources</a></li>
+<li><a href="/documentation/0.8.0/deploying-aurora-scheduler/">Deploy 
Aurora</a></li>
+<li><a href="/documentation/0.8.0/monitoring/">Monitoring</a></li>
+<li><a href="/documentation/0.8.0/hooks/">Hooks for Aurora Client API</a></li>
+<li><a href="/documentation/0.8.0/storage/">Scheduler Storage</a></li>
+<li><a href="/documentation/0.8.0/storage-config/">Scheduler Storage and 
Maintenance</a></li>
+<li><a href="/documentation/0.8.0/sla/">SLA Measurement</a></li>
+<li><a href="/documentation/0.8.0/resource-isolation/">Resource Isolation and 
Sizing</a></li>
+<li><a href="/documentation/0.8.0/test-resource-generation/">Generating test 
resources</a></li>
 </ul>
 
 <h2 id="developers">Developers</h2>
 
 <ul>
 <li><a href="contributing/">Contributing to the project</a></li>
-<li><a href="/documentation/0.8.0//">Developing the Aurora Scheduler</a></li>
-<li><a href="/documentation/0.8.0//">Developing the Aurora Client</a></li>
-<li><a href="/documentation/0.8.0//">Committers Guide</a></li>
+<li><a href="/documentation/0.8.0/developing-aurora-scheduler/">Developing the 
Aurora Scheduler</a></li>
+<li><a href="/documentation/0.8.0/developing-aurora-client/">Developing the 
Aurora Client</a></li>
+<li><a href="/documentation/0.8.0/committers/">Committers Guide</a></li>
 </ul>
 
 </div>

Modified: aurora/site/publish/documentation/0.8.0/storage-config/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/storage-config/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.8.0/storage-config/index.html (original)
+++ aurora/site/publish/documentation/0.8.0/storage-config/index.html Sun Dec 
13 00:49:43 2015
@@ -71,7 +71,7 @@
 <p>This document summarizes Aurora storage configuration and maintenance 
details and is
 intended for use by anyone deploying and/or maintaining Aurora.</p>
 
-<p>For a high level overview of the Aurora storage architecture refer to <a 
href="/documentation/0.8.0//">this document</a>.</p>
+<p>For a high level overview of the Aurora storage architecture refer to <a 
href="/documentation/0.8.0/storage/">this document</a>.</p>
 
 <h2 id="scheduler-storage-configuration-flags">Scheduler storage configuration 
flags</h2>
 
@@ -83,7 +83,7 @@ or require attention before deploying in
 <h4 id="nativelogquorum_size">-native<em>log</em>quorum_size</h4>
 
 <p>Defines the Mesos replicated log quorum size. See
-<a href="/documentation/0.8.0//">the replicated log configuration 
document</a>
+<a 
href="/documentation/0.8.0/deploying-aurora-scheduler/#replicated-log-configuration">the
 replicated log configuration document</a>
 on how to choose the right value.</p>
 
 <h4 id="nativelogfile_path">-native<em>log</em>file_path</h4>

Modified: aurora/site/publish/documentation/0.8.0/storage/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/storage/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.8.0/storage/index.html (original)
+++ aurora/site/publish/documentation/0.8.0/storage/index.html Sun Dec 13 
00:49:43 2015
@@ -82,7 +82,7 @@ is <a href="https://github.com/apache/th
 This helps establishing periodic recovery checkpoints and speeds up volatile 
storage recovery on
 restart.</li>
 <li>Backup manager: as a precaution, snapshots are periodically written out 
into backup files.
-This solves a <a href="/documentation/0.8.0//">disaster recovery problem</a>
+This solves a <a 
href="/documentation/0.8.0/storage-config/#recovering-from-a-scheduler-backup">disaster
 recovery problem</a>
 in case of a complete loss or corruption of Mesos log files.</li>
 </ul>
 

Modified: 
aurora/site/publish/documentation/0.8.0/test-resource-generation/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/test-resource-generation/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.8.0/test-resource-generation/index.html 
(original)
+++ aurora/site/publish/documentation/0.8.0/test-resource-generation/index.html 
Sun Dec 13 00:49:43 2015
@@ -63,7 +63,7 @@ that would undermine the goal of ensurin
 <p>The most common reason to add a new checkpoint file would be to provide
 coverage for new thermos features that alter the data format. This is
 accomplished by writing and running a
-<a href="/documentation/0.8.0//">job configuration</a> that exercises the 
feature, and
+<a href="/documentation/0.8.0/configuration-reference/">job configuration</a> 
that exercises the feature, and
 copying the checkpoint file from the sandbox directory, by default this is
 <code>/var/run/thermos/checkpoints/&lt;aurora task id&gt;</code>.</p>
 

Modified: aurora/site/publish/documentation/0.8.0/thrift-deprecation/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/thrift-deprecation/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.8.0/thrift-deprecation/index.html 
(original)
+++ aurora/site/publish/documentation/0.8.0/thrift-deprecation/index.html Sun 
Dec 13 00:49:43 2015
@@ -92,7 +92,7 @@ See <a href="https://github.com/apache/a
 
 <p>It&rsquo;s always advisable to test your changes in the local vagrant 
environment to build more
 confidence that you change is backwards compatible. It&rsquo;s easy to 
simulate different
-client/scheduler versions by playing with <code>aurorabuild</code> command. 
See <a href="/documentation/0.8.0//">this document</a>
+client/scheduler versions by playing with <code>aurorabuild</code> command. 
See <a href="/documentation/0.8.0/vagrant/">this document</a>
 for more.</p>
 
 </div>

Modified: aurora/site/publish/documentation/0.8.0/tutorial/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/tutorial/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.8.0/tutorial/index.html (original)
+++ aurora/site/publish/documentation/0.8.0/tutorial/index.html Sun Dec 13 
00:49:43 2015
@@ -74,7 +74,7 @@ getting up to speed on the system.</p>
 <h2 id="setup-install-aurora">Setup: Install Aurora</h2>
 
 <p>You use the Aurora client and web UI to interact with Aurora jobs. To
-install it locally, see <a href="/documentation/0.8.0//">vagrant.md</a>. The 
remainder of this
+install it locally, see <a 
href="/documentation/0.8.0/vagrant/">vagrant.md</a>. The remainder of this
 Tutorial assumes you are running Aurora using Vagrant.  Unless otherwise 
stated,
 all commands are to be run from the root of the aurora repository clone.</p>
 
@@ -146,8 +146,8 @@ code in the file <code>hello_world.auror
 <span style="background-color: #f8f8f8">]</span>
 </code></pre>
 
-<p>For more about Aurora configuration files, see the <a 
href="/documentation/0.8.0//">Configuration
-Tutorial</a> and the <a href="/documentation/0.8.0//">Aurora + Thermos
+<p>For more about Aurora configuration files, see the <a 
href="/documentation/0.8.0/configuration-tutorial/">Configuration
+Tutorial</a> and the <a 
href="/documentation/0.8.0/configuration-reference/">Aurora + Thermos
 Reference</a> (preferably after finishing this
 tutorial).</p>
 
@@ -298,13 +298,13 @@ vagrant@precise64:~$
 <p>Now that you&rsquo;ve finished this Tutorial, you should read or do the 
following:</p>
 
 <ul>
-<li><a href="/documentation/0.8.0//">The Aurora Configuration Tutorial</a>, 
which provides more examples
+<li><a href="/documentation/0.8.0/configuration-tutorial/">The Aurora 
Configuration Tutorial</a>, which provides more examples
 and best practices for writing Aurora configurations. You should also look at
-the <a href="/documentation/0.8.0//">Aurora + Thermos Configuration 
Reference</a>.</li>
-<li>The <a href="/documentation/0.8.0//">Aurora User Guide</a> provides an 
overview of how Aurora, Mesos, and
+the <a href="/documentation/0.8.0/configuration-reference/">Aurora + Thermos 
Configuration Reference</a>.</li>
+<li>The <a href="/documentation/0.8.0/user-guide/">Aurora User Guide</a> 
provides an overview of how Aurora, Mesos, and
 Thermos work &ldquo;under the hood&rdquo;.</li>
 <li>Explore the Aurora Client - use <code>aurora -h</code>, and read the
-<a href="/documentation/0.8.0//">Aurora Client Commands</a> document.</li>
+<a href="/documentation/0.8.0/client-commands/">Aurora Client Commands</a> 
document.</li>
 </ul>
 
 </div>

Modified: aurora/site/publish/documentation/0.8.0/user-guide/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/user-guide/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.8.0/user-guide/index.html (original)
+++ aurora/site/publish/documentation/0.8.0/user-guide/index.html Sun Dec 13 
00:49:43 2015
@@ -68,7 +68,7 @@
 
 <p>This document gives an overview of how Aurora works under the hood.
 It assumes you&rsquo;ve already worked through the &ldquo;hello world&rdquo; 
example
-job in the <a href="/documentation/0.8.0//">Aurora Tutorial</a>. Specifics 
of how to use Aurora are <strong>not</strong>
+job in the <a href="/documentation/0.8.0/tutorial/">Aurora Tutorial</a>. 
Specifics of how to use Aurora are <strong>not</strong>
  given here, but pointers to documentation about how to use Aurora are
 provided.</p>
 
@@ -280,7 +280,7 @@ requests:</p>
 </tbody></table>
 
 <p>Please see the
-<a href="/documentation/0.8.0//">configuration reference</a> for
+<a 
href="/documentation/0.8.0/configuration-reference/#healthcheckconfig-objects">configuration
 reference</a> for
 configuration options for this feature.</p>
 
 <h4 id="snoozing-health-checks">Snoozing Health Checks</h4>
@@ -363,8 +363,8 @@ Aurora configuration files. Their filena
 suffix, and you write them in Python making use of the Pystachio
 templating language, along
 with specific Aurora, Mesos, and Thermos commands and methods. See the
-<a href="/documentation/0.8.0//">Configuration Guide and Reference</a> and
-<a href="/documentation/0.8.0//">Configuration Tutorial</a>.</p>
+<a href="/documentation/0.8.0/configuration-reference/">Configuration Guide 
and Reference</a> and
+<a href="/documentation/0.8.0/configuration-tutorial/">Configuration 
Tutorial</a>.</p>
 
 <h2 id="service-discovery">Service Discovery</h2>
 
@@ -380,13 +380,13 @@ of which there are several reference imp
 
 <p>These can also be used natively in Finagle using the <a 
href="https://github.com/twitter/finagle/blob/master/finagle-serversets/src/main/scala/com/twitter/finagle/zookeeper/ZookeeperServerSetCluster.scala";>ZookeeperServerSetCluster</a>.</p>
 
-<p>For more information about how to configure announcing, see the <a 
href="/documentation/0.8.0//">Configuration Reference</a>.</p>
+<p>For more information about how to configure announcing, see the <a 
href="/documentation/0.8.0/configuration-reference/">Configuration 
Reference</a>.</p>
 
 <h2 id="creating-jobs">Creating Jobs</h2>
 
 <p>You create and manipulate Aurora Jobs with the Aurora client, which starts 
all its
 command line commands with
-<code>aurora</code>. See <a href="/documentation/0.8.0//">Aurora Client 
Commands</a> for details
+<code>aurora</code>. See <a 
href="/documentation/0.8.0/client-commands/">Aurora Client Commands</a> for 
details
 about the Aurora Client.</p>
 
 <h2 id="interacting-with-jobs">Interacting With Jobs</h2>
@@ -426,7 +426,7 @@ about the Aurora Client.</p>
 <li>The Aurora client</li>
 </ul>
 
-<p>See <a href="/documentation/0.8.0//">client commands</a>.</p>
+<p>See <a href="/documentation/0.8.0/client-commands/">client commands</a>.</p>
 
 </div>
 

Modified: aurora/site/publish/documentation/0.8.0/vagrant/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.8.0/vagrant/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.8.0/vagrant/index.html (original)
+++ aurora/site/publish/documentation/0.8.0/vagrant/index.html Sun Dec 13 
00:49:43 2015
@@ -134,7 +134,7 @@ will use in client commands.</p>
 <h2 id="run-your-first-job">Run your first job</h2>
 
 <p>Now that your cluster is up and running, you are ready to define and run 
your first job in Aurora.
-For more information, see the <a href="/documentation/0.8.0//">Aurora 
Tutorial</a>.</p>
+For more information, see the <a href="/documentation/0.8.0/tutorial/">Aurora 
Tutorial</a>.</p>
 
 <h2 id="rebuild-components">Rebuild components</h2>
 

Modified: aurora/site/publish/documentation/0.9.0/client-commands/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.9.0/client-commands/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.9.0/client-commands/index.html 
(original)
+++ aurora/site/publish/documentation/0.9.0/client-commands/index.html Sun Dec 
13 00:49:43 2015
@@ -129,7 +129,7 @@ communicates with a single (non-leader-e
 </code></pre>
 
 <p>For more details on cluster configuration see the
-<a href="/documentation/0.9.0//">Client Cluster Configuration</a> 
documentation.</p>
+<a href="/documentation/0.9.0/client-cluster-configuration/">Client Cluster 
Configuration</a> documentation.</p>
 
 <h2 id="job-keys">Job Keys</h2>
 
@@ -175,7 +175,7 @@ the machine executing Aurora commands.</
 </ul>
 
 <p>The process for writing and activating them is complex enough
-that we explain it in a devoted document, <a 
href="/documentation/0.9.0//">Hooks for Aurora Client API</a>.</p>
+that we explain it in a devoted document, <a 
href="/documentation/0.9.0/hooks/">Hooks for Aurora Client API</a>.</p>
 
 <h2 id="regular-jobs">Regular Jobs</h2>
 
@@ -247,7 +247,7 @@ pulsing an active coordinated job update
 <a 
href="https://github.com/apache/aurora/blob/#{git_tag}/api/src/main/thrift/org/apache/aurora/gen/api.thrift";>pulseJobUpdate
 RPC</a>).</p>
 
 <p>A coordinated update is defined by setting a positive
-<a href="/documentation/0.9.0//">pulse<em>interval</em>secs</a> value in job 
configuration
+<a 
href="/documentation/0.9.0/configuration-reference/#updateconfig-objects">pulse<em>interval</em>secs</a>
 value in job configuration
 file. If no pulses are received within specified interval the update will be 
blocked. A blocked
 update is unable to continue rolling forward (or rolling back) but retains its 
active status.
 It may only be unblocked by a fresh <code>pulseJobUpdate</code> call.</p>
@@ -336,7 +336,7 @@ if it contains hook definitions and acti
 <h2 id="cron-jobs">Cron Jobs</h2>
 
 <p>You can manage cron jobs using the <code>aurora cron</code> command.  
Please see
-<a href="/documentation/0.9.0//">cron-jobs.md</a> for more details.</p>
+<a href="/documentation/0.9.0/cron-jobs/">cron-jobs.md</a> for more 
details.</p>
 
 <p>You will see various commands and options relating to cron jobs in
 <code>aurora -h</code> and similar. Ignore them, as they&rsquo;re not yet 
implemented.</p>

Modified: 
aurora/site/publish/documentation/0.9.0/configuration-reference/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/0.9.0/configuration-reference/index.html?rev=1719756&r1=1719755&r2=1719756&view=diff
==============================================================================
--- aurora/site/publish/documentation/0.9.0/configuration-reference/index.html 
(original)
+++ aurora/site/publish/documentation/0.9.0/configuration-reference/index.html 
Sun Dec 13 00:49:43 2015
@@ -113,8 +113,8 @@ powerful, and configurations can become
 cases.</p>
 
 <p>For examples of simple configurations to get something up and running
-quickly, check out the <a href="/documentation/0.9.0//">Tutorial</a>. When 
you feel comfortable with the basics, move
-on to the <a href="/documentation/0.9.0//">Configuration Tutorial</a> for 
more in-depth coverage of
+quickly, check out the <a href="/documentation/0.9.0/tutorial/">Tutorial</a>. 
When you feel comfortable with the basics, move
+on to the <a href="/documentation/0.9.0/configuration-tutorial/">Configuration 
Tutorial</a> for more in-depth coverage of
 configuration design.</p>
 
 <p>For additional basic configuration examples, see <a 
href="#BasicExamples">the end of this document</a>.</p>
@@ -434,7 +434,7 @@ ordering constraints.</p>
 <h3 id="resource-object">Resource Object</h3>
 
 <p>Specifies the amount of CPU, Ram, and disk resources the task needs. See the
-<a href="/documentation/0.9.0//">Resource Isolation document</a> for 
suggested values and to understand how
+<a href="/documentation/0.9.0/resource-isolation/">Resource Isolation 
document</a> for suggested values and to understand how
 resources are allocated.</p>
 
 <table><thead>
@@ -510,7 +510,7 @@ resources are allocated.</p>
 <tr>
 <td><code>cron_schedule</code></td>
 <td style="text-align: center">String</td>
-<td>Cron schedule in cron format. May only be used with non-service jobs. See 
<a href="/documentation/0.9.0//">Cron Jobs</a> for more information. Default: 
None (not a cron job.)</td>
+<td>Cron schedule in cron format. May only be used with non-service jobs. See 
<a href="/documentation/0.9.0/cron-jobs/">Cron Jobs</a> for more information. 
Default: None (not a cron job.)</td>
 </tr>
 <tr>
 <td><code>cron_collision_policy</code></td>
@@ -623,7 +623,7 @@ either due to human error or machine fai
 <tr>
 <td><code>pulse_interval_secs</code></td>
 <td style="text-align: center">Integer</td>
-<td>Indicates a <a href="/documentation/0.9.0//">coordinated update</a>. If 
no pulses are received within the provided interval the update will be blocked. 
Beta-updater only. Will fail on submission when used with client updater. 
(Default: None)</td>
+<td>Indicates a <a 
href="/documentation/0.9.0/client-commands/#coordinated-job-updates">coordinated
 update</a>. If no pulses are received within the provided interval the update 
will be blocked. Beta-updater only. Will fail on submission when used with 
client updater. (Default: None)</td>
 </tr>
 </tbody></table>
 
@@ -680,7 +680,7 @@ either due to human error or machine fai
 <p>If the <code>announce</code> field in the Job configuration is set, each 
task will be
 registered in the ServerSet <code>/aurora/role/environment/jobname</code> in 
the
 zookeeper ensemble configured by the executor.  If no Announcer object is 
specified,
-no announcement will take place.  For more information about ServerSets, see 
the <a href="/documentation/0.9.0//">User Guide</a>.</p>
+no announcement will take place.  For more information about ServerSets, see 
the <a href="/documentation/0.9.0/user-guide/">User Guide</a>.</p>
 
 <table><thead>
 <tr>



Reply via email to