This is an automated email from the ASF dual-hosted git repository.
ddiederen 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 2480805 ZOOKEEPER-4355: ZK documentation side bar and welcome page
are out of sync
2480805 is described below
commit 24808051c78f06af22014cb8055e3f7f8fe08065
Author: Nihal Jain <[email protected]>
AuthorDate: Wed Sep 1 08:44:03 2021 +0000
ZOOKEEPER-4355: ZK documentation side bar and welcome page are out of sync
* Added missing links to header.html
* Added a short description for hierarchical quorums section
Author: Nihal Jain <[email protected]>
Reviewers: maoling <[email protected]>, Damien Diederen
<[email protected]>
Closes #1740 from NihalJain/ZOOKEEPER-4355
---
.../src/main/resources/markdown/html/header.html | 15 +++++++++++++++
zookeeper-docs/src/main/resources/markdown/index.md | 2 +-
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/zookeeper-docs/src/main/resources/markdown/html/header.html
b/zookeeper-docs/src/main/resources/markdown/html/header.html
index d0f291a..679d582 100644
--- a/zookeeper-docs/src/main/resources/markdown/html/header.html
+++ b/zookeeper-docs/src/main/resources/markdown/html/header.html
@@ -76,6 +76,9 @@ document.write("Last Published: " + document.lastModified);
<a href="zookeeperProgrammers.html">Programmer's Guide</a>
</div>
<div class="menuitem">
+ <a href="zookeeperUseCases.html">Use Cases</a>
+ </div>
+ <div class="menuitem">
<a href="javaExample.html">Java Example</a>
</div>
<div class="menuitem">
@@ -97,11 +100,23 @@ document.write("Last Published: " + document.lastModified);
<a href="zookeeperJMX.html">JMX</a>
</div>
<div class="menuitem">
+ <a href="zookeeperHierarchicalQuorums.html">Hierarchical
Quorums</a>
+ </div>
+ <div class="menuitem">
<a href="zookeeperObservers.html">Observers Guide</a>
</div>
<div class="menuitem">
<a href="zookeeperReconfig.html">Dynamic Reconfiguration</a>
</div>
+ <div class="menuitem">
+ <a href="zookeeperCLI.html">ZooKeeper CLI</a>
+ </div>
+ <div class="menuitem">
+ <a href="zookeeperTools.html">ZooKeeper Tools</a>
+ </div>
+ <div class="menuitem">
+ <a href="zookeeperMonitor.html">ZooKeeper Monitor</a>
+ </div>
<div class="menuitem">
<a href="zookeeperAuditLogs.html">Audit Logs</a>
</div>
diff --git a/zookeeper-docs/src/main/resources/markdown/index.md
b/zookeeper-docs/src/main/resources/markdown/index.md
index 443ba3a..e9e7bd9 100644
--- a/zookeeper-docs/src/main/resources/markdown/index.md
+++ b/zookeeper-docs/src/main/resources/markdown/index.md
@@ -47,7 +47,7 @@ archives.
+ [Administrator's Guide](zookeeperAdmin.html) - a guide for system
administrators and anyone else who might deploy ZooKeeper
+ [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)
+ + [Hierarchical Quorums](zookeeperHierarchicalQuorums.html) - a guide on
how to use hierarchical quorums
+ [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