Repository: kafka-site Updated Branches: refs/heads/asf-site f5884f1e3 -> 851b2683e
update main bullet verbiage on the homepage Author: Derrick Or <[email protected]> Reviewers: Ewen Cheslack-Postava <[email protected]> Closes #87 from derrickdoo/homepage-updates-092717 Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/851b2683 Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/851b2683 Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/851b2683 Branch: refs/heads/asf-site Commit: 851b2683e9efbcff4893bed27270bec58c348200 Parents: f5884f1 Author: Derrick Or <[email protected]> Authored: Wed Sep 27 17:06:15 2017 -0700 Committer: Ewen Cheslack-Postava <[email protected]> Committed: Thu Sep 28 15:38:21 2017 -0700 ---------------------------------------------------------------------- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/851b2683/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 05b15d3..14870e0 100644 --- a/index.html +++ b/index.html @@ -6,17 +6,17 @@ <div class="desc"> <a href="/documentation/#producerapi" class="desc-item"> <h2>Publish & subscribe</h2> - <p>to streams of data like a messaging system</p> + <p>Read and write streams of data like a messaging system.</p> <span class="desc-item__cta">Learn more »</span> </a> <a href="/documentation/streams" class="desc-item"> <h2>Process</h2> - <p>streams of data efficiently and in real time</p> + <p>Write scalable stream processing applications that react to events in real-time.</p> <span class="desc-item__cta">Learn more »</span> </a> <a href="/intro#kafka_storage" class="desc-item"> <h2>Store</h2> - <p>streams of data safely in a distributed replicated cluster</p> + <p>Store streams of data safely in a distributed, replicated, fault-tolerant cluster.</p> <span class="desc-item__cta">Learn more »</span> </a> </div>
