You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ti...@apache.org on 2023/08/15 08:32:53 UTC

[curator-site] 02/05: fix: show sidebar for standalone docs pages

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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/curator-site.git

commit 36bbdd02514a23d2a6b09b24743ca10908e28d6a
Author: tison <wa...@gmail.com>
AuthorDate: Tue Aug 15 16:23:04 2023 +0800

    fix: show sidebar for standalone docs pages
    
    Signed-off-by: tison <wa...@gmail.com>
---
 docs/modeled-components.md | 4 ++++
 docs/modeled-typed.md      | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/docs/modeled-components.md b/docs/modeled-components.md
index dc56de6..bc7c4f5 100644
--- a/docs/modeled-components.md
+++ b/docs/modeled-components.md
@@ -1,3 +1,7 @@
+---
+displayed_sidebar: docs
+---
+
 # Modeled Curator - Components
 
 Modeled Curator components are intended to allow you to model your ZooKeeper usage early in your application so that the majority of the code that interacts with ZooKeeper doesn't need to be concerned with paths, byte arrays, ACLs, options, etc. The [Pub-Sub Example](https://github.com/apache/curator/tree/master/curator-examples/src/main/java/pubsub) can give you some ideas on how to accomplish this.
diff --git a/docs/modeled-typed.md b/docs/modeled-typed.md
index 2b5a258..3c0bda5 100644
--- a/docs/modeled-typed.md
+++ b/docs/modeled-typed.md
@@ -1,3 +1,7 @@
+---
+displayed_sidebar: docs
+---
+
 # Modeled Curator - Caching, Typed Parameters and Versioning
 
 In addition to its [main features](modeled-components.md) Modeled Curator also supports integrated caching, typed parameters and versioning.