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:53 UTC

[skywalking-banyandb] branch wu-sheng-patch-2 created (now 8fe616c)

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

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


      at 8fe616c  Move group as the first doc of concepts

This branch includes the following new commits:

     new 8fe616c  Move group as the first doc of concepts

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by wu...@apache.org.
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"