From 0f3280b6e635fb0132c9643b0a24e10c23b77aca Mon Sep 17 00:00:00 2001 From: Tharindu Weerasinghe <52607043+tharindu-nw@users.noreply.github.com> Date: Thu, 19 Sep 2024 08:26:54 +0530 Subject: [PATCH] Rearrange bbe menu --- examples/index.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/index.json b/examples/index.json index 6a45c8a9f1..6b5d4fc039 100644 --- a/examples/index.json +++ b/examples/index.json @@ -4931,15 +4931,6 @@ "disableVerificationReason": "Includes ballerinax components", "disablePlayground": true, "isLearnByExample": false - }, - { - "name": "Counter-based metrics", - "url": "counter-metrics", - "verifyBuild": false, - "verifyOutput": false, - "disableVerificationReason": "Includes ballerinax components", - "disablePlayground": true, - "isLearnByExample": false } ] }, @@ -4956,6 +4947,15 @@ "disableVerificationReason": "Includes ballerinax components", "disablePlayground": true, "isLearnByExample": false + }, + { + "name": "Counter-based metrics", + "url": "counter-metrics", + "verifyBuild": false, + "verifyOutput": false, + "disableVerificationReason": "Includes ballerinax components", + "disablePlayground": true, + "isLearnByExample": false } ] }