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 2023/02/28 14:24:37 UTC

[skywalking] branch master updated: Move PromQL APIs to the right menu (#10465)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 89d14e6256 Move PromQL APIs to the right menu (#10465)
89d14e6256 is described below

commit 89d14e6256338840cd4a9b37f76980c8558e50c3
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Feb 28 22:24:29 2023 +0800

    Move PromQL APIs to the right menu (#10465)
---
 docs/menu.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/menu.yml b/docs/menu.yml
index 262c125cdf..0c392060db 100644
--- a/docs/menu.yml
+++ b/docs/menu.yml
@@ -263,12 +263,12 @@ catalog:
             path: "/en/api/event"
           - name: "Profiling"
             path: "/en/api/profiling-protocol"
-          - name: "PromQL Service"
-            path: "/en/api/promql-service"
       - name: "Query APIs"
         catalog:
-          - name:  "GraphQL APIs"
+          - name: "GraphQL APIs"
             path: "/en/api/query-protocol"
+          - name: "PromQL APIs"
+            path: "/en/api/promql-service"
   - name: "Security Notice"
     path: "/en/security/readme"
   - name: "Academy"