This is an automated email from the ASF dual-hosted git repository.
maoling 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 d9d20aa ZOOKEEPER-4370: add zookeeperOracleQuorums.html link to
webpage index
d9d20aa is described below
commit d9d20aa1db311424336a564ae55367b4e20c4c9d
Author: maoling <[email protected]>
AuthorDate: Sat Sep 11 13:30:47 2021 +0800
ZOOKEEPER-4370: add zookeeperOracleQuorums.html link to webpage index
- more details in the
[ZOOKEEPER-4370](https://issues.apache.org/jira/browse/ZOOKEEPER-4370)
Author: maoling <[email protected]>
Reviewers: maoling <[email protected]>
Closes #1748 from maoling/ZOOKEEPER-4370
---
zookeeper-docs/src/main/resources/markdown/html/header.html | 3 +++
zookeeper-docs/src/main/resources/markdown/index.md | 1 +
2 files changed, 4 insertions(+)
diff --git a/zookeeper-docs/src/main/resources/markdown/html/header.html
b/zookeeper-docs/src/main/resources/markdown/html/header.html
index 679d582..f58a99f 100644
--- a/zookeeper-docs/src/main/resources/markdown/html/header.html
+++ b/zookeeper-docs/src/main/resources/markdown/html/header.html
@@ -103,6 +103,9 @@ document.write("Last Published: " + document.lastModified);
<a href="zookeeperHierarchicalQuorums.html">Hierarchical
Quorums</a>
</div>
<div class="menuitem">
+ <a href="zookeeperOracleQuorums.html">Oracle Quorum</a>
+ </div>
+ <div class="menuitem">
<a href="zookeeperObservers.html">Observers Guide</a>
</div>
<div class="menuitem">
diff --git a/zookeeper-docs/src/main/resources/markdown/index.md
b/zookeeper-docs/src/main/resources/markdown/index.md
index e9e7bd9..85574f3 100644
--- a/zookeeper-docs/src/main/resources/markdown/index.md
+++ b/zookeeper-docs/src/main/resources/markdown/index.md
@@ -48,6 +48,7 @@ archives.
+ [Quota Guide](zookeeperQuotas.html) - a guide for system administrators
on Quotas in ZooKeeper.
+ [JMX](zookeeperJMX.html) - how to enable JMX in ZooKeeper
+ [Hierarchical Quorums](zookeeperHierarchicalQuorums.html) - a guide on
how to use hierarchical quorums
+ + [Oracle Quorum](zookeeperOracleQuorums.html) - the introduction to
Oracle Quorum increases the availability of a cluster of 2 ZooKeeper instances
with a failure detector.
+ [Observers](zookeeperObservers.html) - non-voting ensemble members that
easily improve ZooKeeper's scalability
+ [Dynamic Reconfiguration](zookeeperReconfig.html) - a guide on how to
use dynamic reconfiguration in ZooKeeper
+ [ZooKeeper CLI](zookeeperCLI.html) - a guide on how to use the ZooKeeper
command line interface