You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/04/23 11:50:42 UTC

[cassandra-website] branch master updated: regenerated docs.

This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 030807b  regenerated docs.
030807b is described below

commit 030807bd8f90bd7ebdb67bb4b3d83df6d8d323c7
Author: mck <mc...@apache.org>
AuthorDate: Thu Apr 23 13:50:25 2020 +0200

    regenerated docs.
---
 content/.htaccess  | 3 +++
 content/feed.xml   | 2 +-
 content/robots.txt | 5 +++++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/content/.htaccess b/content/.htaccess
index 00c9ec3..dd8c182 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -1 +1,4 @@
 RewriteEngine On
+
+RewriteCond %{HTTPS} !=on
+RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
diff --git a/content/feed.xml b/content/feed.xml
index 4d5c998..ab67237 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="http://cassandra.apache.org/feed.xml" rel="self" type="application/atom+xml" /><link href="http://cassandra.apache.org/" rel="alternate" type="text/html" /><updated>2020-04-20T22:11:10+00:00</updated><id>http://cassandra.apache.org/</id><title type="html">Apache Cassandra Website</title><subtitle>The Apache Cassandra databas [...]
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="http://cassandra.apache.org/feed.xml" rel="self" type="application/atom+xml" /><link href="http://cassandra.apache.org/" rel="alternate" type="text/html" /><updated>2020-04-23T09:02:55+00:00</updated><id>http://cassandra.apache.org/</id><title type="html">Apache Cassandra Website</title><subtitle>The Apache Cassandra databas [...]
 </subtitle><entry><title type="html">Even Higher Availability with 5x Faster Streaming in Cassandra 4.0</title><link href="http://cassandra.apache.org/blog/2019/04/09/benchmarking_streaming.html" rel="alternate" type="text/html" title="Even Higher Availability with 5x Faster Streaming in Cassandra 4.0" /><published>2019-04-09T08:00:00+00:00</published><updated>2019-04-09T08:00:00+00:00</updated><id>http://cassandra.apache.org/blog/2019/04/09/benchmarking_streaming</id><content type="html [...]
 
 &lt;h2 id=&quot;high-availability&quot;&gt;High Availability&lt;/h2&gt;
diff --git a/content/robots.txt b/content/robots.txt
new file mode 100644
index 0000000..7dee6d3
--- /dev/null
+++ b/content/robots.txt
@@ -0,0 +1,5 @@
+User-agent: *
+Disallow: /doc
+Allow: /doc/3.11
+Allow: /doc/latest
+Allow: /doc/stable


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org