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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ae8abc  Landing pages documentation fixes
0ae8abc is described below

commit 0ae8abc354c4c7706232aabf474ea37afea90fc2
Author: Luc Perkins <[email protected]>
AuthorDate: Tue Nov 7 11:25:59 2017 -0800

    Landing pages documentation fixes
    
    There were a few "broken windows" on the current landing pages for the 
different versions of BookKeeper, including mis-applied code backticks, an 
incorrect HTML code (`&trades;` instead of `&trade;`), etc.
    
    Author: Luc Perkins <[email protected]>
    
    Reviewers: Sijie Guo <[email protected]>
    
    This closes #702 from lucperkins/bugs/docs-main-page
---
 site/Makefile                         |  1 +
 site/docs/4.5.0/overview/overview.md  | 20 +++++++++++---------
 site/docs/4.5.1/overview/overview.md  | 22 ++++++++++++----------
 site/docs/4.6.0/overview/overview.md  | 22 ++++++++++++----------
 site/docs/latest/security/overview.md |  2 +-
 5 files changed, 37 insertions(+), 30 deletions(-)

diff --git a/site/Makefile b/site/Makefile
index 0c08f51..a9090a1 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -38,6 +38,7 @@ staging: clean
 serve: build
        ${JEKYLL} serve \
                --incremental \
+               --livereload \
                --config _config.yml,_config.local.yml
 
 publish: javadoc-gen build
diff --git a/site/docs/4.5.0/overview/overview.md 
b/site/docs/4.5.0/overview/overview.md
index ffc7980..11d74e9 100644
--- a/site/docs/4.5.0/overview/overview.md
+++ b/site/docs/4.5.0/overview/overview.md
@@ -1,5 +1,5 @@
 ---
-title: Apache BookKeeper&trades; 4.5.0 Documentation 
+title: Apache BookKeeper&trade; 4.5.0
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -20,17 +20,19 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-This documentation is for Apache BookKeeper&trade; version `4.5.0`.
+This documentation is for Apache BookKeeper&trade; version 4.5.0.
 
-Apache BookKeeper&trade; is a scalable, fault tolerant and low latency storage 
service optimized for realtime workloads.
-It offers `durability`, `replication` and `strong consistency` as essentials 
for building reliable real-time applications.
+Apache BookKeeper&trade; is a scalable, fault-tolerant, and low latency 
storage service optimized for realtime workloads.
+It offers durability, replication, and strong consistency as essentials for 
building reliable real-time applications.
 
-It is suitable for being used in following scenerios:
+BookKeeper is well suited for scenarios like this:
 
-- [WAL](https://en.wikipedia.org/wiki/Write-ahead_logging) 
(Write-Ahead-Logging), e.g. HDFS 
[namenode](https://hadoop.apache.org/docs/r2.5.2/hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithNFS.html#BookKeeper_as_a_Shared_storage_EXPERIMENTAL).
-- Message Store, e.g. [Apache Pulsar](https://pulsar.incubator.apache.org/).
-- Offset/Cursor Store, e.g. Apache Pulsar.
-- Object/Blob Store, e.g. storing snapshots to replicated state machines.
+Scenario | Example
+:--------|:-------
+[WAL](https://en.wikipedia.org/wiki/Write-ahead_logging) (Write-Ahead-Logging) 
| The HDFS 
[namenode](https://hadoop.apache.org/docs/r2.5.2/hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithNFS.html#BookKeeper_as_a_Shared_storage_EXPERIMENTAL)
+Message storage | [Apache Pulsar](https://pulsar.incubator.apache.org/)
+Offset/cursor storage | Apache Pulsar
+Object/BLOG storage | Storing snapshots to replicated state machines.
 
 Learn more about Apache BookKeeper and what it can do for your organization:
 
diff --git a/site/docs/4.5.1/overview/overview.md 
b/site/docs/4.5.1/overview/overview.md
index ffc7980..e612164 100644
--- a/site/docs/4.5.1/overview/overview.md
+++ b/site/docs/4.5.1/overview/overview.md
@@ -1,5 +1,5 @@
 ---
-title: Apache BookKeeper&trades; 4.5.0 Documentation 
+title: Apache BookKeeper&trade; 4.5.1
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -20,21 +20,23 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-This documentation is for Apache BookKeeper&trade; version `4.5.0`.
+This documentation is for Apache BookKeeper&trade; version 4.5.1.
 
-Apache BookKeeper&trade; is a scalable, fault tolerant and low latency storage 
service optimized for realtime workloads.
-It offers `durability`, `replication` and `strong consistency` as essentials 
for building reliable real-time applications.
+Apache BookKeeper&trade; is a scalable, fault-tolerant, and low latency 
storage service optimized for realtime workloads.
+It offers durability, replication, and strong consistency as essentials for 
building reliable real-time applications.
 
-It is suitable for being used in following scenerios:
+BookKeeper is well suited for scenarios like this:
 
-- [WAL](https://en.wikipedia.org/wiki/Write-ahead_logging) 
(Write-Ahead-Logging), e.g. HDFS 
[namenode](https://hadoop.apache.org/docs/r2.5.2/hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithNFS.html#BookKeeper_as_a_Shared_storage_EXPERIMENTAL).
-- Message Store, e.g. [Apache Pulsar](https://pulsar.incubator.apache.org/).
-- Offset/Cursor Store, e.g. Apache Pulsar.
-- Object/Blob Store, e.g. storing snapshots to replicated state machines.
+Scenario | Example
+:--------|:-------
+[WAL](https://en.wikipedia.org/wiki/Write-ahead_logging) (Write-Ahead-Logging) 
| The HDFS 
[namenode](https://hadoop.apache.org/docs/r2.5.2/hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithNFS.html#BookKeeper_as_a_Shared_storage_EXPERIMENTAL)
+Message storage | [Apache Pulsar](https://pulsar.incubator.apache.org/)
+Offset/cursor storage | Apache Pulsar
+Object/BLOG storage | Storing snapshots to replicated state machines.
 
 Learn more about Apache BookKeeper and what it can do for your organization:
 
-- [Apache BookKeeper 4.5.0 Release Notes](../releaseNotes)
+- [Apache BookKeeper 4.5.1 Release Notes](../releaseNotes)
 - [Java API docs](../../api/javadoc)
 
 Or start using Apache BookKeeper today.
diff --git a/site/docs/4.6.0/overview/overview.md 
b/site/docs/4.6.0/overview/overview.md
index ffc7980..2959872 100644
--- a/site/docs/4.6.0/overview/overview.md
+++ b/site/docs/4.6.0/overview/overview.md
@@ -1,5 +1,5 @@
 ---
-title: Apache BookKeeper&trades; 4.5.0 Documentation 
+title: Apache BookKeeper&trade; 4.6.0
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -20,21 +20,23 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-This documentation is for Apache BookKeeper&trade; version `4.5.0`.
+This documentation is for Apache BookKeeper&trade; version 4.6.0.
 
-Apache BookKeeper&trade; is a scalable, fault tolerant and low latency storage 
service optimized for realtime workloads.
-It offers `durability`, `replication` and `strong consistency` as essentials 
for building reliable real-time applications.
+Apache BookKeeper&trade; is a scalable, fault-tolerant, and low latency 
storage service optimized for realtime workloads.
+It offers durability, replication, and strong consistency as essentials for 
building reliable real-time applications.
 
-It is suitable for being used in following scenerios:
+BookKeeper is well suited for scenarios like this:
 
-- [WAL](https://en.wikipedia.org/wiki/Write-ahead_logging) 
(Write-Ahead-Logging), e.g. HDFS 
[namenode](https://hadoop.apache.org/docs/r2.5.2/hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithNFS.html#BookKeeper_as_a_Shared_storage_EXPERIMENTAL).
-- Message Store, e.g. [Apache Pulsar](https://pulsar.incubator.apache.org/).
-- Offset/Cursor Store, e.g. Apache Pulsar.
-- Object/Blob Store, e.g. storing snapshots to replicated state machines.
+Scenario | Example
+:--------|:-------
+[WAL](https://en.wikipedia.org/wiki/Write-ahead_logging) (Write-Ahead-Logging) 
| The HDFS 
[namenode](https://hadoop.apache.org/docs/r2.5.2/hadoop-project-dist/hadoop-hdfs/HDFSHighAvailabilityWithNFS.html#BookKeeper_as_a_Shared_storage_EXPERIMENTAL)
+Message storage | [Apache Pulsar](https://pulsar.incubator.apache.org/)
+Offset/cursor storage | Apache Pulsar
+Object/BLOG storage | Storing snapshots to replicated state machines.
 
 Learn more about Apache BookKeeper and what it can do for your organization:
 
-- [Apache BookKeeper 4.5.0 Release Notes](../releaseNotes)
+- [Apache BookKeeper 4.6.0 Release Notes](../releaseNotes)
 - [Java API docs](../../api/javadoc)
 
 Or start using Apache BookKeeper today.
diff --git a/site/docs/latest/security/overview.md 
b/site/docs/latest/security/overview.md
index 62da8ed..b825776 100644
--- a/site/docs/latest/security/overview.md
+++ b/site/docs/latest/security/overview.md
@@ -12,7 +12,7 @@ The following security measures are currently supported:
 
 It’s worth noting that security is optional - non-secured clusters are 
supported, as well as a mix of authenticated, unauthenticated, encrypted and 
non-encrypted clients.
 
-NOTE: currently `authorization` is not yet available in `4.5.0`. The Apache 
BookKeeper community is looking for adding this feature in subsequent releases.
+NOTE: authorization is not yet available in 4.5.0. The Apache BookKeeper 
community is looking to add this feature in subsequent releases.
 
 ## Next Steps
 

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to