Repository: accumulo-website
Updated Branches:
  refs/heads/asf-site d5fc9d3d4 -> f4cf7bfb1
  refs/heads/master 2386e76b2 -> a4540ce7f


Added 'latest' redirects for each documentation page

* Enables links from external sites to 'latest' documentation page
* Redirects will start working when 2.0 is released


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

Branch: refs/heads/master
Commit: a4540ce7f8f5c1acb4af58f1c8113c0e6bbdfcb6
Parents: 2386e76
Author: Mike Walch <mwa...@apache.org>
Authored: Tue Jun 6 15:51:56 2017 -0400
Committer: Mike Walch <mwa...@apache.org>
Committed: Tue Jun 6 16:09:52 2017 -0400

----------------------------------------------------------------------
 docs/latest/administration/configuration-management.md | 6 ++++++
 docs/latest/administration/configuration-properties.md | 6 ++++++
 docs/latest/administration/fate.md                     | 6 ++++++
 docs/latest/administration/in-depth-install.md         | 6 ++++++
 docs/latest/administration/kerberos.md                 | 6 ++++++
 docs/latest/administration/monitoring-metrics.md       | 6 ++++++
 docs/latest/administration/multivolume.md              | 6 ++++++
 docs/latest/administration/replication.md              | 6 ++++++
 docs/latest/administration/ssl.md                      | 6 ++++++
 docs/latest/administration/tracing.md                  | 6 ++++++
 docs/latest/development/development_tools.md           | 6 ++++++
 docs/latest/development/high_speed_ingest.md           | 6 ++++++
 docs/latest/development/iterators.md                   | 6 ++++++
 docs/latest/development/mapreduce.md                   | 6 ++++++
 docs/latest/development/proxy.md                       | 6 ++++++
 docs/latest/development/sampling.md                    | 6 ++++++
 docs/latest/development/security.md                    | 6 ++++++
 docs/latest/development/summaries.md                   | 6 ++++++
 docs/latest/getting-started/clients.md                 | 6 ++++++
 docs/latest/getting-started/design.md                  | 6 ++++++
 docs/latest/getting-started/quick-install.md           | 6 ++++++
 docs/latest/getting-started/shell.md                   | 6 ++++++
 docs/latest/getting-started/table_configuration.md     | 6 ++++++
 docs/latest/getting-started/table_design.md            | 6 ++++++
 docs/latest/index.md                                   | 6 ++++++
 docs/latest/troubleshooting/advanced.md                | 6 ++++++
 docs/latest/troubleshooting/basic.md                   | 6 ++++++
 docs/latest/troubleshooting/system-metadata-tables.md  | 6 ++++++
 docs/latest/troubleshooting/tools.md                   | 6 ++++++
 29 files changed, 174 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/administration/configuration-management.md
----------------------------------------------------------------------
diff --git a/docs/latest/administration/configuration-management.md 
b/docs/latest/administration/configuration-management.md
new file mode 100644
index 0000000..530131b
--- /dev/null
+++ b/docs/latest/administration/configuration-management.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/administration/configuration-management"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/administration/configuration-properties.md
----------------------------------------------------------------------
diff --git a/docs/latest/administration/configuration-properties.md 
b/docs/latest/administration/configuration-properties.md
new file mode 100644
index 0000000..820fc6c
--- /dev/null
+++ b/docs/latest/administration/configuration-properties.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/administration/configuration-properties"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/administration/fate.md
----------------------------------------------------------------------
diff --git a/docs/latest/administration/fate.md 
b/docs/latest/administration/fate.md
new file mode 100644
index 0000000..765aaf5
--- /dev/null
+++ b/docs/latest/administration/fate.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/administration/fate"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/administration/in-depth-install.md
----------------------------------------------------------------------
diff --git a/docs/latest/administration/in-depth-install.md 
b/docs/latest/administration/in-depth-install.md
new file mode 100644
index 0000000..c062a12
--- /dev/null
+++ b/docs/latest/administration/in-depth-install.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/administration/in-depth-install"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/administration/kerberos.md
----------------------------------------------------------------------
diff --git a/docs/latest/administration/kerberos.md 
b/docs/latest/administration/kerberos.md
new file mode 100644
index 0000000..168e928
--- /dev/null
+++ b/docs/latest/administration/kerberos.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/administration/kerberos"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/administration/monitoring-metrics.md
----------------------------------------------------------------------
diff --git a/docs/latest/administration/monitoring-metrics.md 
b/docs/latest/administration/monitoring-metrics.md
new file mode 100644
index 0000000..8fd2da9
--- /dev/null
+++ b/docs/latest/administration/monitoring-metrics.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/administration/monitoring-metrics"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/administration/multivolume.md
----------------------------------------------------------------------
diff --git a/docs/latest/administration/multivolume.md 
b/docs/latest/administration/multivolume.md
new file mode 100644
index 0000000..2804bbb
--- /dev/null
+++ b/docs/latest/administration/multivolume.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/administration/multivolume"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/administration/replication.md
----------------------------------------------------------------------
diff --git a/docs/latest/administration/replication.md 
b/docs/latest/administration/replication.md
new file mode 100644
index 0000000..f426be4
--- /dev/null
+++ b/docs/latest/administration/replication.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/administration/replication"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/administration/ssl.md
----------------------------------------------------------------------
diff --git a/docs/latest/administration/ssl.md 
b/docs/latest/administration/ssl.md
new file mode 100644
index 0000000..df41ec2
--- /dev/null
+++ b/docs/latest/administration/ssl.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/administration/ssl"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/administration/tracing.md
----------------------------------------------------------------------
diff --git a/docs/latest/administration/tracing.md 
b/docs/latest/administration/tracing.md
new file mode 100644
index 0000000..9fb7332
--- /dev/null
+++ b/docs/latest/administration/tracing.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/administration/tracing"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/development/development_tools.md
----------------------------------------------------------------------
diff --git a/docs/latest/development/development_tools.md 
b/docs/latest/development/development_tools.md
new file mode 100644
index 0000000..e1801f5
--- /dev/null
+++ b/docs/latest/development/development_tools.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/development/development_tools"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/development/high_speed_ingest.md
----------------------------------------------------------------------
diff --git a/docs/latest/development/high_speed_ingest.md 
b/docs/latest/development/high_speed_ingest.md
new file mode 100644
index 0000000..392412a
--- /dev/null
+++ b/docs/latest/development/high_speed_ingest.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/development/high_speed_ingest"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/development/iterators.md
----------------------------------------------------------------------
diff --git a/docs/latest/development/iterators.md 
b/docs/latest/development/iterators.md
new file mode 100644
index 0000000..36f312e
--- /dev/null
+++ b/docs/latest/development/iterators.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/development/iterators"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/development/mapreduce.md
----------------------------------------------------------------------
diff --git a/docs/latest/development/mapreduce.md 
b/docs/latest/development/mapreduce.md
new file mode 100644
index 0000000..65a6a03
--- /dev/null
+++ b/docs/latest/development/mapreduce.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/development/mapreduce"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/development/proxy.md
----------------------------------------------------------------------
diff --git a/docs/latest/development/proxy.md b/docs/latest/development/proxy.md
new file mode 100644
index 0000000..03f9d94
--- /dev/null
+++ b/docs/latest/development/proxy.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/development/proxy"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/development/sampling.md
----------------------------------------------------------------------
diff --git a/docs/latest/development/sampling.md 
b/docs/latest/development/sampling.md
new file mode 100644
index 0000000..714c57f
--- /dev/null
+++ b/docs/latest/development/sampling.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/development/sampling"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/development/security.md
----------------------------------------------------------------------
diff --git a/docs/latest/development/security.md 
b/docs/latest/development/security.md
new file mode 100644
index 0000000..b361034
--- /dev/null
+++ b/docs/latest/development/security.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/development/security"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/development/summaries.md
----------------------------------------------------------------------
diff --git a/docs/latest/development/summaries.md 
b/docs/latest/development/summaries.md
new file mode 100644
index 0000000..32018b8
--- /dev/null
+++ b/docs/latest/development/summaries.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/development/summaries"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/getting-started/clients.md
----------------------------------------------------------------------
diff --git a/docs/latest/getting-started/clients.md 
b/docs/latest/getting-started/clients.md
new file mode 100644
index 0000000..a2e88df
--- /dev/null
+++ b/docs/latest/getting-started/clients.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/getting-started/clients"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/getting-started/design.md
----------------------------------------------------------------------
diff --git a/docs/latest/getting-started/design.md 
b/docs/latest/getting-started/design.md
new file mode 100644
index 0000000..29bddf1
--- /dev/null
+++ b/docs/latest/getting-started/design.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/getting-started/design"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/getting-started/quick-install.md
----------------------------------------------------------------------
diff --git a/docs/latest/getting-started/quick-install.md 
b/docs/latest/getting-started/quick-install.md
new file mode 100644
index 0000000..ff8c2a8
--- /dev/null
+++ b/docs/latest/getting-started/quick-install.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/getting-started/quick-install"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/getting-started/shell.md
----------------------------------------------------------------------
diff --git a/docs/latest/getting-started/shell.md 
b/docs/latest/getting-started/shell.md
new file mode 100644
index 0000000..4eeb143
--- /dev/null
+++ b/docs/latest/getting-started/shell.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/getting-started/shell"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/getting-started/table_configuration.md
----------------------------------------------------------------------
diff --git a/docs/latest/getting-started/table_configuration.md 
b/docs/latest/getting-started/table_configuration.md
new file mode 100644
index 0000000..354d6ef
--- /dev/null
+++ b/docs/latest/getting-started/table_configuration.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/getting-started/table_configuration"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/getting-started/table_design.md
----------------------------------------------------------------------
diff --git a/docs/latest/getting-started/table_design.md 
b/docs/latest/getting-started/table_design.md
new file mode 100644
index 0000000..d2d63ad
--- /dev/null
+++ b/docs/latest/getting-started/table_design.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/getting-started/table_design"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/index.md
----------------------------------------------------------------------
diff --git a/docs/latest/index.md b/docs/latest/index.md
new file mode 100644
index 0000000..6e8bbd8
--- /dev/null
+++ b/docs/latest/index.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release }}/"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/troubleshooting/advanced.md
----------------------------------------------------------------------
diff --git a/docs/latest/troubleshooting/advanced.md 
b/docs/latest/troubleshooting/advanced.md
new file mode 100644
index 0000000..4064eb7
--- /dev/null
+++ b/docs/latest/troubleshooting/advanced.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/troubleshooting/advanced"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/troubleshooting/basic.md
----------------------------------------------------------------------
diff --git a/docs/latest/troubleshooting/basic.md 
b/docs/latest/troubleshooting/basic.md
new file mode 100644
index 0000000..71eb44e
--- /dev/null
+++ b/docs/latest/troubleshooting/basic.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/troubleshooting/basic"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/troubleshooting/system-metadata-tables.md
----------------------------------------------------------------------
diff --git a/docs/latest/troubleshooting/system-metadata-tables.md 
b/docs/latest/troubleshooting/system-metadata-tables.md
new file mode 100644
index 0000000..d662129
--- /dev/null
+++ b/docs/latest/troubleshooting/system-metadata-tables.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/troubleshooting/system-metadata-tables.md"
+---
+
+This page redirects to the latest documentation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4540ce7/docs/latest/troubleshooting/tools.md
----------------------------------------------------------------------
diff --git a/docs/latest/troubleshooting/tools.md 
b/docs/latest/troubleshooting/tools.md
new file mode 100644
index 0000000..ca7568f
--- /dev/null
+++ b/docs/latest/troubleshooting/tools.md
@@ -0,0 +1,6 @@
+---
+title: Redirect to latest documentation
+redirect_to: "{{ site.baseurl }}/docs/{{ site.latest_minor_release 
}}/troubleshooting/tools"
+---
+
+This page redirects to the latest documentation

Reply via email to