You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2022/11/18 05:10:52 UTC

[skywalking-banyandb] branch main updated: Move group as the first doc of concepts (#217)

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

hanahmily pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


The following commit(s) were added to refs/heads/main by this push:
     new ad12a13  Move group as the first doc of concepts (#217)
ad12a13 is described below

commit ad12a1322c87e33ac850cfd952d5d74fa0a7a90c
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Nov 18 13:10:47 2022 +0800

    Move group as the first doc of concepts (#217)
---
 docs/menu.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/menu.yml b/docs/menu.yml
index f942fb4..bc2a9b3 100644
--- a/docs/menu.yml
+++ b/docs/menu.yml
@@ -28,6 +28,8 @@ catalog:
         path: "/concept/data-model"
   - name: "CRUD Operations"
     catalog:
+      - name: "Group"
+        path: "/crud/group"
       - name: "Measure"
         catalog:
           - name: "Schema" 
@@ -40,8 +42,6 @@ catalog:
             path: "/crud/stream/schema"
           - name: "Query" 
             path: "/crud/stream/query"
-      - name: "Group"
-        path: "/crud/group"
       - name: "IndexRule"
         path: "/crud/index_rule"
       - name: "IndexRuleBinding"