You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2017/10/04 00:51:07 UTC

kafka-site git commit: MINOR: Update verbiage on landing page

Repository: kafka-site
Updated Branches:
  refs/heads/asf-site 851b2683e -> 72b3bc737


MINOR: Update verbiage on landing page

Author: Joel Hamill <jo...@Joel-Hamill-Confluent.local>
Author: Joel Hamill <11...@users.noreply.github.com>

Reviewers: Guozhang Wang <wa...@gmail.com>, Michael G. Noll <mi...@confluent.io>, Damian Guy <da...@gmail.com>

Closes #77 from joel-hamill/joel-hamill/nav-fixes-streams


Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/72b3bc73
Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/72b3bc73
Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/72b3bc73

Branch: refs/heads/asf-site
Commit: 72b3bc737c4d53a8a4685adca2ef0e5a0f65c355
Parents: 851b268
Author: Joel Hamill <jo...@Joel-Hamill-Confluent.local>
Authored: Tue Oct 3 17:51:03 2017 -0700
Committer: Guozhang Wang <wa...@gmail.com>
Committed: Tue Oct 3 17:51:03 2017 -0700

----------------------------------------------------------------------
 index.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka-site/blob/72b3bc73/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 14870e0..fad0bd6 100644
--- a/index.html
+++ b/index.html
@@ -6,18 +6,18 @@
 		<div class="desc">
 			<a href="/documentation/#producerapi" class="desc-item">
 				<h2>Publish &amp; subscribe</h2>
-				<p>Read and write streams of data like a messaging system.</p>
-				<span class="desc-item__cta">Learn more &raquo;</span>
+				<p>to streams of data like a messaging system</p>
+				<span class="desc-item__cta">Learn about the producer and consumer APIs &raquo;</span>
 			</a>
 			<a href="/documentation/streams" class="desc-item">
 				<h2>Process</h2>
-				<p>Write scalable stream processing applications that react to events in real-time.</p>
-				<span class="desc-item__cta">Learn more &raquo;</span>
+				<p>streams of data efficiently and in real time</p>
+				<span class="desc-item__cta">Learn about the Streams API &raquo;</span>
 			</a>
 			<a href="/intro#kafka_storage" class="desc-item">
 				<h2>Store</h2>
-				<p>Store streams of data safely in a distributed, replicated, fault-tolerant cluster.</p>
-				<span class="desc-item__cta">Learn more &raquo;</span>
+				<p>streams of data safely in a distributed replicated cluster</p>
+				<span class="desc-item__cta">Learn about the storage architecture design &raquo;</span>
 			</a>
 		</div>
 		<div class="index">