Update docs from commit 36eee10a05bd3dcfc9307943b3f4d216f6eca22c

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/13af4888
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/tree/13af4888
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/diff/13af4888

Branch: refs/heads/asf-site
Commit: 13af48883ece48cbd977b411716e1621ecbbecc0
Parents: fdf3be3
Author: jenkins <bui...@apache.org>
Authored: Thu Feb 22 16:07:08 2018 +0000
Committer: jenkins <bui...@apache.org>
Committed: Thu Feb 22 16:07:08 2018 +0000

----------------------------------------------------------------------
 docs/master/_sources/admin/traffic_ops/configuration.rst.txt | 4 ++++
 docs/master/admin/quick_howto/steering.html                  | 6 +++---
 docs/master/admin/traffic_ops/configuration.html             | 6 ++++++
 docs/master/development/index.html                           | 6 +++---
 docs/master/searchindex.js                                   | 2 +-
 5 files changed, 17 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/13af4888/docs/master/_sources/admin/traffic_ops/configuration.rst.txt
----------------------------------------------------------------------
diff --git a/docs/master/_sources/admin/traffic_ops/configuration.rst.txt 
b/docs/master/_sources/admin/traffic_ops/configuration.rst.txt
index 89bb726..c63a5ec 100644
--- a/docs/master/_sources/admin/traffic_ops/configuration.rst.txt
+++ b/docs/master/_sources/admin/traffic_ops/configuration.rst.txt
@@ -158,6 +158,10 @@ Many of the settings for the different servers in a 
Traffic Control CDN are cont
 
+--------------------------+---------------+---------------------------------------------------------------------------------------------------------------------------------------+
 | geolocation6.polling.url | CRConfig.json | The location to get the IPv6 
GeoLiteCity database from.                                                      
                         |
 
+--------------------------+---------------+---------------------------------------------------------------------------------------------------------------------------------------+
+| maxmind.default.override | CRConfig.json | The destination geo coordinates 
to use for client location when maxmind returns a default location that matches 
the country code.     |
+|                          |               | This parameter can be specified 
multiple times with different values to support default overrides for multiple 
countries.             |
+|                          |               | Format: 
<CountryCode>;<Lat>,<Long>   Ex: US;37.751,-97.822                              
                                              |
++--------------------------+---------------+---------------------------------------------------------------------------------------------------------------------------------------+
 
 These parameters should be set to reflect the local environment.
 

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/13af4888/docs/master/admin/quick_howto/steering.html
----------------------------------------------------------------------
diff --git a/docs/master/admin/quick_howto/steering.html 
b/docs/master/admin/quick_howto/steering.html
index 6a5cada..0939796 100644
--- a/docs/master/admin/quick_howto/steering.html
+++ b/docs/master/admin/quick_howto/steering.html
@@ -40,7 +40,7 @@
         <link rel="search" title="Search" href="../../search.html"/>
     <link rel="top" title="Traffic Control 2.2-dev documentation" 
href="../../index.html"/>
         <link rel="up" title="Quick How To Guides" href="index.html"/>
-        <link rel="next" title="Developer’s Guide" 
href="../../development/index.html"/>
+        <link rel="next" title="Delivery Service Requests" 
href="ds_requests.html"/>
         <link rel="prev" title="Configure Regional Geo-blocking (RGB)" 
href="regionalgeo.html"/> 
 
   
@@ -189,7 +189,7 @@
                  
                  <div class="rst-footer-buttons" role="navigation" 
aria-label="footer navigation">
                  
-                         <a href="../../development/index.html" class="btn 
btn-neutral float-right" title="Developer’s Guide">Next <span class="fa 
fa-arrow-circle-right"></span></a>
+                         <a href="ds_requests.html" class="btn btn-neutral 
float-right" title="Delivery Service Requests">Next <span class="fa 
fa-arrow-circle-right"></span></a>
                  
                  
                          <a href="regionalgeo.html" class="btn btn-neutral" 
title="Configure Regional Geo-blocking (RGB)"><span class="fa 
fa-arrow-circle-left"></span> Previous</a>
@@ -293,7 +293,7 @@
   
     <div class="rst-footer-buttons" role="navigation" aria-label="footer 
navigation">
       
-        <a href="../../development/index.html" class="btn btn-neutral 
float-right" title="Developer’s Guide">Next <span class="fa 
fa-arrow-circle-right"></span></a>
+        <a href="ds_requests.html" class="btn btn-neutral float-right" 
title="Delivery Service Requests">Next <span class="fa 
fa-arrow-circle-right"></span></a>
       
       
         <a href="regionalgeo.html" class="btn btn-neutral" title="Configure 
Regional Geo-blocking (RGB)"><span class="fa fa-arrow-circle-left"></span> 
Previous</a>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/13af4888/docs/master/admin/traffic_ops/configuration.html
----------------------------------------------------------------------
diff --git a/docs/master/admin/traffic_ops/configuration.html 
b/docs/master/admin/traffic_ops/configuration.html
index 51df69c..0617976 100644
--- a/docs/master/admin/traffic_ops/configuration.html
+++ b/docs/master/admin/traffic_ops/configuration.html
@@ -363,6 +363,12 @@ set this parameter on a production system.</td>
 <td>CRConfig.json</td>
 <td>The location to get the IPv6 GeoLiteCity database from.</td>
 </tr>
+<tr class="row-odd"><td>maxmind.default.override</td>
+<td>CRConfig.json</td>
+<td>The destination geo coordinates to use for client location when maxmind 
returns a default location that matches the country code.
+This parameter can be specified multiple times with different values to 
support default overrides for multiple countries.
+Format: &lt;CountryCode&gt;;&lt;Lat&gt;,&lt;Long&gt;   Ex: 
US;37.751,-97.822</td>
+</tr>
 </tbody>
 </table>
 <p>These parameters should be set to reflect the local environment.</p>

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/13af4888/docs/master/development/index.html
----------------------------------------------------------------------
diff --git a/docs/master/development/index.html 
b/docs/master/development/index.html
index 1f751cf..3c066a3 100644
--- a/docs/master/development/index.html
+++ b/docs/master/development/index.html
@@ -40,7 +40,7 @@
         <link rel="search" title="Search" href="../search.html"/>
     <link rel="top" title="Traffic Control 2.2-dev documentation" 
href="../index.html"/>
         <link rel="next" title="Building Traffic Control" 
href="building.html"/>
-        <link rel="prev" title="Configure Delivery Service Steering" 
href="../admin/quick_howto/steering.html"/> 
+        <link rel="prev" title="Delivery Service Requests" 
href="../admin/quick_howto/ds_requests.html"/> 
 
   
   <script src="_static/js/modernizr.min.js"></script>
@@ -187,7 +187,7 @@
                          <a href="building.html" class="btn btn-neutral 
float-right" title="Building Traffic Control">Next <span class="fa 
fa-arrow-circle-right"></span></a>
                  
                  
-                         <a href="../admin/quick_howto/steering.html" 
class="btn btn-neutral" title="Configure Delivery Service Steering"><span 
class="fa fa-arrow-circle-left"></span> Previous</a>
+                         <a href="../admin/quick_howto/ds_requests.html" 
class="btn btn-neutral" title="Delivery Service Requests"><span class="fa 
fa-arrow-circle-left"></span> Previous</a>
                  
                  </div>
                  
@@ -279,7 +279,7 @@
         <a href="building.html" class="btn btn-neutral float-right" 
title="Building Traffic Control">Next <span class="fa 
fa-arrow-circle-right"></span></a>
       
       
-        <a href="../admin/quick_howto/steering.html" class="btn btn-neutral" 
title="Configure Delivery Service Steering"><span class="fa 
fa-arrow-circle-left"></span> Previous</a>
+        <a href="../admin/quick_howto/ds_requests.html" class="btn 
btn-neutral" title="Delivery Service Requests"><span class="fa 
fa-arrow-circle-left"></span> Previous</a>
       
     </div>
   

Reply via email to