You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2018/11/30 14:28:52 UTC

[2/4] bahir-website git commit: Add template for new pubnub spark extension

Add template for new pubnub spark extension


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

Branch: refs/heads/master
Commit: a4e3d3d356bba45faf8c120be999339470d40178
Parents: 0995f1e
Author: Luciano Resende <lr...@apache.org>
Authored: Mon Nov 26 15:24:36 2018 +0100
Committer: Luciano Resende <lr...@apache.org>
Committed: Mon Nov 26 15:24:36 2018 +0100

----------------------------------------------------------------------
 .../templates/spark-streaming-pubnub.template   | 26 ++++++++++++++++++++
 .../templates/spark-streaming-pubsub.template   |  4 +--
 2 files changed, 28 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/a4e3d3d3/site/docs/spark/templates/spark-streaming-pubnub.template
----------------------------------------------------------------------
diff --git a/site/docs/spark/templates/spark-streaming-pubnub.template b/site/docs/spark/templates/spark-streaming-pubnub.template
new file mode 100644
index 0000000..3c7e86e
--- /dev/null
+++ b/site/docs/spark/templates/spark-streaming-pubnub.template
@@ -0,0 +1,26 @@
+---
+layout: page
+title: Spark Streaming Google Pub-Sub
+description: Spark Streaming Google Pub-Sub
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you 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.
+{% endcomment %}
+-->
+
+{% include JB/setup %}

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/a4e3d3d3/site/docs/spark/templates/spark-streaming-pubsub.template
----------------------------------------------------------------------
diff --git a/site/docs/spark/templates/spark-streaming-pubsub.template b/site/docs/spark/templates/spark-streaming-pubsub.template
index 3c7e86e..1e9958e 100644
--- a/site/docs/spark/templates/spark-streaming-pubsub.template
+++ b/site/docs/spark/templates/spark-streaming-pubsub.template
@@ -1,7 +1,7 @@
 ---
 layout: page
-title: Spark Streaming Google Pub-Sub
-description: Spark Streaming Google Pub-Sub
+title: Spark Streaming PubNub
+description: Spark Streaming PubNub
 group: nav-right
 ---
 <!--