You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2017/11/07 19:26:10 UTC

[GitHub] sijie closed pull request #702: Landing pages documentation fixes

sijie closed pull request #702: Landing pages documentation fixes
URL: https://github.com/apache/bookkeeper/pull/702
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/site/Makefile b/site/Makefile
index 0c08f5143..a9090a1de 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 ffc798069..11d74e93f 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 ffc798069..e6121643f 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 ffc798069..2959872ae 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 62da8edae..b825776eb 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
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services