Update docs from commit 44f47425d6fb5ad798f5c86d49aae9731cc2bade

Project: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/commit/11279150
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/tree/11279150
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/diff/11279150

Branch: refs/heads/asf-site
Commit: 11279150277098ac13731c319dc5864ceeba1cba
Parents: ab9f384
Author: jenkins <bui...@apache.org>
Authored: Wed Oct 11 18:37:55 2017 +0000
Committer: jenkins <bui...@apache.org>
Committed: Wed Oct 11 18:37:55 2017 +0000

----------------------------------------------------------------------
 .../_sources/development/traffic_ops.rst.txt    |   1 +
 .../traffic_ops_api/v12/cache.rst.txt           |  84 +++++
 docs/master/development/index.html              |   2 +-
 docs/master/development/traffic_ops.html        |   1 +
 .../development/traffic_ops_api/v12/cache.html  | 376 +++++++++++++++++++
 docs/master/objects.inv                         | Bin 4353 -> 4387 bytes
 docs/master/searchindex.js                      |   2 +-
 7 files changed, 464 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/11279150/docs/master/_sources/development/traffic_ops.rst.txt
----------------------------------------------------------------------
diff --git a/docs/master/_sources/development/traffic_ops.rst.txt 
b/docs/master/_sources/development/traffic_ops.rst.txt
index 80fa17c..e310e59 100644
--- a/docs/master/_sources/development/traffic_ops.rst.txt
+++ b/docs/master/_sources/development/traffic_ops.rst.txt
@@ -605,6 +605,7 @@ API 1.2 Reference
 
   traffic_ops_api/v12/api_capability
   traffic_ops_api/v12/asn
+  traffic_ops_api/v12/cache
   traffic_ops_api/v12/cachegroup
   traffic_ops_api/v12/cachegroup_parameter
   traffic_ops_api/v12/cache_stats

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/11279150/docs/master/_sources/development/traffic_ops_api/v12/cache.rst.txt
----------------------------------------------------------------------
diff --git a/docs/master/_sources/development/traffic_ops_api/v12/cache.rst.txt 
b/docs/master/_sources/development/traffic_ops_api/v12/cache.rst.txt
new file mode 100644
index 0000000..f56b46c
--- /dev/null
+++ b/docs/master/_sources/development/traffic_ops_api/v12/cache.rst.txt
@@ -0,0 +1,84 @@
+..
+..
+.. Licensed under the Apache License, Version 2.0 (the "License");
+.. you may not use this file except in compliance with the License.
+.. You may obtain a copy of the License at
+..
+..     http://www.apache.org/licenses/LICENSE-2.0
+..
+.. Unless required by applicable law or agreed to in writing, software
+.. distributed under the License is distributed on an "AS IS" BASIS,
+.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+.. See the License for the specific language governing permissions and
+.. limitations under the License.
+..
+
+
+.. _to-api-v12-cache:
+
+Cache
+=====
+
+.. _to-api-v12-cache-route:
+
+/api/1.2/caches/stats
++++++++++++++++++++++
+
+**GET /api/1.2/caches/stats**
+
+  Retrieves cache stats from Traffic Monitor. Also includes rows for 
aggregates.
+
+  Authentication Required: Yes
+
+  Role(s) Required: None
+
+  **Response Properties**
+
+  
+----------------------------+---------------+-----------------------------------------------------------------------------------------+
+  | Parameter                  | Type          | Description                   
                                                          |
+  
+============================+===============+=========================================================================================+
+  |``profile``                 | string        | The profile of the cache.     
                                                          |
+  
+----------------------------+---------------+-----------------------------------------------------------------------------------------+
+  |``cachegroup``              | string        | The cache group of the cache. 
                                                          |
+  
+----------------------------+---------------+-----------------------------------------------------------------------------------------+
+  |``hostname``                | string        | The hostname of the cache.    
                                                          |
+  
+----------------------------+---------------+-----------------------------------------------------------------------------------------+
+  |``ip``                      | string        | The IP address of the cache.  
                                                          |
+  
+----------------------------+---------------+-----------------------------------------------------------------------------------------+
+  |``status``                  | string        | The status of the cache.      
                                                          |
+  
+----------------------------+---------------+-----------------------------------------------------------------------------------------+
+  |``healthy``                 | string        | Has Traffic Monitor marked 
the cache as healthy or unhealthy?                           |
+  
+----------------------------+---------------+-----------------------------------------------------------------------------------------+
+  |``connections``             | string        | Cache connections             
                                                          |
+  
+----------------------------+---------------+-----------------------------------------------------------------------------------------+
+  |``kbps``                    | string        | Cache kbps out                
                                                          |
+  
+----------------------------+---------------+-----------------------------------------------------------------------------------------+
+
+  **Response Example** ::
+
+    {
+     "response": [
+        {
+          "profile": "ALL",
+          "cachegroup": "ALL",
+          "hostname": "ALL",
+          "ip": null,
+          "status": "ALL",
+          "healthy": true,
+          "connections": 934424,
+          "kbps": 618631875
+        },
+        {
+          "profile": "EDGE1_FOO_721-ATS621-45",
+          "cachegroup": "us-nm-albuquerque",
+          "hostname": "foo-bar-alb-01",
+          "ip": "2.2.2.2",
+          "status": "REPORTED",
+          "healthy": true,
+          "connections": 373,
+          "kbps": 390136
+        },
+      ]
+    }
+
+|

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/11279150/docs/master/development/index.html
----------------------------------------------------------------------
diff --git a/docs/master/development/index.html 
b/docs/master/development/index.html
index 5ae80d4..e213e9f 100644
--- a/docs/master/development/index.html
+++ b/docs/master/development/index.html
@@ -113,7 +113,7 @@
 <li class="toctree-l2"><a class="reference internal" 
href="../admin/traffic_ops/using.html">Traffic Ops - Using</a></li>
 <li class="toctree-l2"><a class="reference internal" 
href="../admin/traffic_ops/extensions.html">Managing Traffic Ops 
Extensions</a></li>
 <li class="toctree-l2"><a class="reference internal" 
href="../admin/traffic_portal.html">Traffic Portal Administration</a></li>
-<li class="toctree-l2"><a class="reference internal" 
href="../admin/traffic_monitor.html">Traffic Monitor Administration</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../admin/traffic_monitor.html">Traffic Monitor Administration 
(Legacy)</a></li>
 <li class="toctree-l2"><a class="reference internal" 
href="../admin/traffic_monitor_golang.html">Traffic Monitor 
Administration</a></li>
 <li class="toctree-l2"><a class="reference internal" 
href="../admin/traffic_router.html">Traffic Router Administration</a></li>
 <li class="toctree-l2"><a class="reference internal" 
href="../admin/traffic_stats.html">Traffic Stats Administration</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/11279150/docs/master/development/traffic_ops.html
----------------------------------------------------------------------
diff --git a/docs/master/development/traffic_ops.html 
b/docs/master/development/traffic_ops.html
index 98691e4..369fc37 100644
--- a/docs/master/development/traffic_ops.html
+++ b/docs/master/development/traffic_ops.html
@@ -813,6 +813,7 @@ Extensions::YourCustomExtension</p>
 <ul>
 <li class="toctree-l1"><a class="reference internal" 
href="traffic_ops_api/v12/api_capability.html">API-Capabilities</a></li>
 <li class="toctree-l1"><a class="reference internal" 
href="traffic_ops_api/v12/asn.html">ASN</a></li>
+<li class="toctree-l1"><a class="reference internal" 
href="traffic_ops_api/v12/cache.html">Cache</a></li>
 <li class="toctree-l1"><a class="reference internal" 
href="traffic_ops_api/v12/cachegroup.html">Cache Group</a></li>
 <li class="toctree-l1"><a class="reference internal" 
href="traffic_ops_api/v12/cachegroup_parameter.html">Cache Group 
parameters</a></li>
 <li class="toctree-l1"><a class="reference internal" 
href="traffic_ops_api/v12/cache_stats.html">Cache Statistics</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/11279150/docs/master/development/traffic_ops_api/v12/cache.html
----------------------------------------------------------------------
diff --git a/docs/master/development/traffic_ops_api/v12/cache.html 
b/docs/master/development/traffic_ops_api/v12/cache.html
new file mode 100644
index 0000000..59daeb8
--- /dev/null
+++ b/docs/master/development/traffic_ops_api/v12/cache.html
@@ -0,0 +1,376 @@
+
+
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>Cache &mdash; Traffic Control 2.1-dev documentation </title>
+  
+
+  
+  
+    <link rel="shortcut icon" href="../../../_static/favicon.ico"/>
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="../../../_static/css/theme.css" 
type="text/css" />
+  
+
+  
+    <link rel="stylesheet" href="../../../_static/theme_overrides.css" 
type="text/css" />
+  
+
+  
+        <link rel="index" title="Index"
+              href="../../../genindex.html"/>
+        <link rel="search" title="Search" href="../../../search.html"/>
+    <link rel="top" title="Traffic Control 2.1-dev documentation" 
href="../../../index.html"/>
+        <link rel="up" title="Traffic Ops" href="../../traffic_ops.html"/>
+        <link rel="next" title="Cache Group" href="cachegroup.html"/>
+        <link rel="prev" title="ASN" href="asn.html"/> 
+
+  
+  <script src="_static/js/modernizr.min.js"></script>
+
+</head>
+
+<body class="wy-body-for-nav" role="document">
+
+  <div class="wy-grid-for-nav">
+
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-nav-search">
+        
+
+        
+          <a href="/" class="icon icon-home"> Traffic Control
+        
+
+        
+          
+          <img src="../../../_static/tc_logo_c_only.png" class="logo" />
+        
+        </a>
+
+        
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../../../search.html" 
method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+        
+      </div>
+
+      <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" 
aria-label="main navigation">
+        
+          
+          
+              <ul>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../basics/index.html">CDN Basics</a><ul>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../basics/content_delivery_networks.html">Content Delivery 
Networks</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../basics/http_11.html">HTTP 1.1</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../basics/caching_proxies.html">Caching Proxies</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../basics/cache_revalidation.html">Cache Control Headers and 
Revalidation</a></li>
+</ul>
+</li>
+</ul>
+<ul>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../overview/index.html">Traffic Control Overview</a><ul>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../overview/introduction.html">Introduction</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../overview/traffic_ops.html">Traffic Ops</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../overview/traffic_portal.html">Traffic Portal</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../overview/traffic_router.html">Traffic Router</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../overview/traffic_monitor.html">Traffic Monitor</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../overview/traffic_stats.html">Traffic Stats</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../overview/traffic_server.html">Traffic Server</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../overview/traffic_vault.html">Traffic Vault</a></li>
+</ul>
+</li>
+</ul>
+<ul>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../admin/index.html">Administrator&#8217;s Guide</a><ul>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../admin/traffic_ops/installation.html">Traffic Ops - 
Installing</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../admin/traffic_ops/default_profiles.html">Traffic Ops - Default 
Profiles</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../admin/traffic_ops/migration_from_10_to_20.html">Traffic Ops - 
Migrating from 1.x to 2.x</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../admin/traffic_ops/configuration.html">Traffic Ops - 
Configuring</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../admin/traffic_ops/using.html">Traffic Ops - Using</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../admin/traffic_ops/extensions.html">Managing Traffic Ops 
Extensions</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../admin/traffic_portal.html">Traffic Portal Administration</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../admin/traffic_monitor.html">Traffic Monitor Administration 
(Legacy)</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../admin/traffic_monitor_golang.html">Traffic Monitor 
Administration</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../admin/traffic_router.html">Traffic Router Administration</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../admin/traffic_stats.html">Traffic Stats Administration</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../admin/traffic_server.html">Traffic Server Administration</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../admin/traffic_vault.html">Traffic Vault Administration</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../admin/quick_howto/index.html">Quick How To Guides</a></li>
+</ul>
+</li>
+</ul>
+<ul class="current">
+<li class="toctree-l1 current"><a class="reference internal" 
href="../../index.html">Developer&#8217;s Guide</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" 
href="../../building.html">Building Traffic Control</a></li>
+<li class="toctree-l2 current"><a class="reference internal" 
href="../../traffic_ops.html">Traffic Ops</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../traffic_portal.html">Traffic Portal</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../traffic_router.html">Traffic Router</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../traffic_monitor.html">Traffic Monitor</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../traffic_monitor_golang.html">Traffic Monitor Golang</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../traffic_stats.html">Traffic Stats</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../traffic_server.html">Traffic Server</a></li>
+</ul>
+</li>
+</ul>
+<ul>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../faq/index.html">FAQ</a><ul>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../faq/general.html">General</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../faq/development.html">Development</a></li>
+<li class="toctree-l2"><a class="reference internal" 
href="../../../faq/administration.html">Running a Traffic Control CDN</a></li>
+</ul>
+</li>
+</ul>
+<ul>
+<li class="toctree-l1"><a class="reference internal" 
href="../../../glossary.html">Glossary</a></li>
+</ul>
+
+          
+        
+      </div>
+      &nbsp;
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
+        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+        <a href="../../../index.html">Traffic Control</a>
+      </nav>
+
+
+      
+      <div class="wy-nav-content">
+        <div class="rst-content">
+          <div role="navigation" aria-label="breadcrumbs navigation">
+  <ul class="wy-breadcrumbs">
+    <li><a href="../../../index.html">Traffic Control 2.1-dev</a> &raquo;</li>
+      
+          <li><a href="../../index.html">Developer&#8217;s Guide</a> 
&raquo;</li>
+      
+          <li><a href="../../traffic_ops.html">Traffic Ops</a> &raquo;</li>
+      
+    <li>Cache</li>
+      <li class="wy-breadcrumbs-aside">
+        
+          <a 
href="../../../_sources/development/traffic_ops_api/v12/cache.rst.txt" 
rel="nofollow"> View page source</a>
+        
+      </li>
+  </ul>
+  <hr/>
+</div>
+                 
+                 <div class="rst-footer-buttons" role="navigation" 
aria-label="footer navigation">
+                 
+                         <a href="cachegroup.html" class="btn btn-neutral 
float-right" title="Cache Group">Next <span class="fa 
fa-arrow-circle-right"></span></a>
+                 
+                 
+                         <a href="asn.html" class="btn btn-neutral" 
title="ASN"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+                 
+                 </div>
+                 
+          <div role="main" class="document">
+            
+  <div class="section" id="cache">
+<span id="to-api-v12-cache"></span><h1>Cache<a class="headerlink" 
href="#cache" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="api-1-2-caches-stats">
+<span id="to-api-v12-cache-route"></span><h2>/api/1.2/caches/stats<a 
class="headerlink" href="#api-1-2-caches-stats" title="Permalink to this 
headline">¶</a></h2>
+<p><strong>GET /api/1.2/caches/stats</strong></p>
+<blockquote>
+<div><p>Retrieves cache stats from Traffic Monitor. Also includes rows for 
aggregates.</p>
+<p>Authentication Required: Yes</p>
+<p>Role(s) Required: None</p>
+<p><strong>Response Properties</strong></p>
+<table border="1" class="docutils">
+<colgroup>
+<col width="21%" />
+<col width="11%" />
+<col width="67%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Parameter</th>
+<th class="head">Type</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td><code class="docutils literal"><span 
class="pre">profile</span></code></td>
+<td>string</td>
+<td>The profile of the cache.</td>
+</tr>
+<tr class="row-odd"><td><code class="docutils literal"><span 
class="pre">cachegroup</span></code></td>
+<td>string</td>
+<td>The cache group of the cache.</td>
+</tr>
+<tr class="row-even"><td><code class="docutils literal"><span 
class="pre">hostname</span></code></td>
+<td>string</td>
+<td>The hostname of the cache.</td>
+</tr>
+<tr class="row-odd"><td><code class="docutils literal"><span 
class="pre">ip</span></code></td>
+<td>string</td>
+<td>The IP address of the cache.</td>
+</tr>
+<tr class="row-even"><td><code class="docutils literal"><span 
class="pre">status</span></code></td>
+<td>string</td>
+<td>The status of the cache.</td>
+</tr>
+<tr class="row-odd"><td><code class="docutils literal"><span 
class="pre">healthy</span></code></td>
+<td>string</td>
+<td>Has Traffic Monitor marked the cache as healthy or unhealthy?</td>
+</tr>
+<tr class="row-even"><td><code class="docutils literal"><span 
class="pre">connections</span></code></td>
+<td>string</td>
+<td>Cache connections</td>
+</tr>
+<tr class="row-odd"><td><code class="docutils literal"><span 
class="pre">kbps</span></code></td>
+<td>string</td>
+<td>Cache kbps out</td>
+</tr>
+</tbody>
+</table>
+<p><strong>Response Example</strong></p>
+<div class="highlight-default"><div class="highlight"><pre><span 
class="p">{</span>
+ <span class="s2">&quot;response&quot;</span><span class="p">:</span> <span 
class="p">[</span>
+    <span class="p">{</span>
+      <span class="s2">&quot;profile&quot;</span><span class="p">:</span> 
<span class="s2">&quot;ALL&quot;</span><span class="p">,</span>
+      <span class="s2">&quot;cachegroup&quot;</span><span class="p">:</span> 
<span class="s2">&quot;ALL&quot;</span><span class="p">,</span>
+      <span class="s2">&quot;hostname&quot;</span><span class="p">:</span> 
<span class="s2">&quot;ALL&quot;</span><span class="p">,</span>
+      <span class="s2">&quot;ip&quot;</span><span class="p">:</span> <span 
class="n">null</span><span class="p">,</span>
+      <span class="s2">&quot;status&quot;</span><span class="p">:</span> <span 
class="s2">&quot;ALL&quot;</span><span class="p">,</span>
+      <span class="s2">&quot;healthy&quot;</span><span class="p">:</span> 
<span class="n">true</span><span class="p">,</span>
+      <span class="s2">&quot;connections&quot;</span><span class="p">:</span> 
<span class="mi">934424</span><span class="p">,</span>
+      <span class="s2">&quot;kbps&quot;</span><span class="p">:</span> <span 
class="mi">618631875</span>
+    <span class="p">},</span>
+    <span class="p">{</span>
+      <span class="s2">&quot;profile&quot;</span><span class="p">:</span> 
<span class="s2">&quot;EDGE1_FOO_721-ATS621-45&quot;</span><span 
class="p">,</span>
+      <span class="s2">&quot;cachegroup&quot;</span><span class="p">:</span> 
<span class="s2">&quot;us-nm-albuquerque&quot;</span><span class="p">,</span>
+      <span class="s2">&quot;hostname&quot;</span><span class="p">:</span> 
<span class="s2">&quot;foo-bar-alb-01&quot;</span><span class="p">,</span>
+      <span class="s2">&quot;ip&quot;</span><span class="p">:</span> <span 
class="s2">&quot;2.2.2.2&quot;</span><span class="p">,</span>
+      <span class="s2">&quot;status&quot;</span><span class="p">:</span> <span 
class="s2">&quot;REPORTED&quot;</span><span class="p">,</span>
+      <span class="s2">&quot;healthy&quot;</span><span class="p">:</span> 
<span class="n">true</span><span class="p">,</span>
+      <span class="s2">&quot;connections&quot;</span><span class="p">:</span> 
<span class="mi">373</span><span class="p">,</span>
+      <span class="s2">&quot;kbps&quot;</span><span class="p">:</span> <span 
class="mi">390136</span>
+    <span class="p">},</span>
+  <span class="p">]</span>
+<span class="p">}</span>
+</pre></div>
+</div>
+</div></blockquote>
+<div class="line-block">
+<div class="line"><br /></div>
+</div>
+</div>
+</div>
+
+
+          </div>
+          <footer>
+  
+    <div class="rst-footer-buttons" role="navigation" aria-label="footer 
navigation">
+      
+        <a href="cachegroup.html" class="btn btn-neutral float-right" 
title="Cache Group">Next <span class="fa fa-arrow-circle-right"></span></a>
+      
+      
+        <a href="asn.html" class="btn btn-neutral" title="ASN"><span class="fa 
fa-arrow-circle-left"></span> Previous</a>
+      
+    </div>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+    </p>
+  </div>
+  Built with <a href="http://sphinx-doc.org/";>Sphinx</a> using a <a 
href="https://github.com/snide/sphinx_rtd_theme";>theme</a> provided by <a 
href="https://readthedocs.org";>Read the Docs</a>.
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  <div class="rst-versions" data-toggle="rst-versions" role="note" 
aria-label="versions">
+    <span class="rst-current-version" data-toggle="rst-current-version">
+      <span class="fa fa-book">Apache Traffic Control (Incubating)</span>
+      v: 
+      <span class="fa fa-caret-down"></span>
+    </span>
+    <div class="rst-other-versions">
+      <dl>
+        <dt>Versions</dt>
+        <dd><a href="/docs/master/">latest</a></dd>
+        <dd><a href="/docs/2.0/">2.0</a></dd>
+        <dd><a href="/docs/1.8.1/">1.8</a></dd>
+        <dd><a href="/docs/1.7.0/">1.7</a></dd>
+      </dl>
+      <hr/>
+      Free document hosting provided by <a 
href="http://www.readthedocs.org";>Read the Docs</a>.
+
+    </div>
+  </div>
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'../../../',
+            VERSION:'2.1-dev',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="../../../_static/jquery.js"></script>
+      <script type="text/javascript" 
src="../../../_static/underscore.js"></script>
+      <script type="text/javascript" 
src="../../../_static/doctools.js"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="../../../_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/11279150/docs/master/objects.inv
----------------------------------------------------------------------
diff --git a/docs/master/objects.inv b/docs/master/objects.inv
index e68f612..d651a1b 100644
Binary files a/docs/master/objects.inv and b/docs/master/objects.inv differ

Reply via email to