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

[skywalking-banyandb] 01/01: Move group as the first doc of concepts

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

wusheng pushed a commit to branch wu-sheng-patch-2
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git

commit 8fe616c23fdc32a98f1b3d6fce1326b61f2acec7
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Nov 18 11:30:49 2022 +0800

    Move group as the first doc of concepts
---
 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"