This is an automated email from the ASF dual-hosted git repository.
andor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push:
new af8ba12 Fix typos in index.md
af8ba12 is described below
commit af8ba12ab040e0f38679457a1ad93cd9e9251e71
Author: tison <[email protected]>
AuthorDate: Tue Feb 12 15:29:53 2019 +0100
Fix typos in index.md
Author: tison <[email protected]>
Reviewers: [email protected]
Closes #812 from TisonKun/document_2
---
zookeeper-docs/src/main/resources/markdown/index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/zookeeper-docs/src/main/resources/markdown/index.md
b/zookeeper-docs/src/main/resources/markdown/index.md
index 081cfc8..c0f9fd5 100644
--- a/zookeeper-docs/src/main/resources/markdown/index.md
+++ b/zookeeper-docs/src/main/resources/markdown/index.md
@@ -30,7 +30,7 @@ ask the [mailing
list](http://zookeeper.apache.org/mailing_lists.html) or browse
archives.
+ **ZooKeeper Overview**
- Technical Overview Documents for Client Developers, Adminstrators, and
Contributors
+ Technical Overview Documents for Client Developers, Administrators, and
Contributors
+ [Overview](zookeeperOver.html) - a bird's eye view of ZooKeeper,
including design concepts and architecture
+ [Getting Started](zookeeperStarted.html) - a tutorial-style guide for
developers to install, run, and program to ZooKeeper
+ [Release Notes](releasenotes.html) - new developer and user facing
features, improvements, and incompatibilities
@@ -38,7 +38,7 @@ archives.
Documents for Developers using the ZooKeeper Client API
+ [API Docs](api/index.html) - the technical reference to ZooKeeper Client
APIs
+ [Programmer's Guide](zookeeperProgrammers.html) - a client application
developer's guide to ZooKeeper
- + [ZooKeeper Java Example](javaExample.html) - a simple Zookeeper client
appplication, written in Java
+ + [ZooKeeper Java Example](javaExample.html) - a simple Zookeeper client
application, written in Java
+ [Barrier and Queue Tutorial](zookeeperTutorial.html) - sample
implementations of barriers and queues
+ [ZooKeeper Recipes](recipes.html) - higher level solutions to common
problems in distributed applications
+ **Administrators & Operators**