From 93ddc8d59b62e24725a08c1dbd4c553dded0e490 Mon Sep 17 00:00:00 2001 From: Sasindu Alahakoon Date: Mon, 23 Sep 2024 13:11:09 +0530 Subject: [PATCH] Add operator bbes to index json file --- examples/index.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/examples/index.json b/examples/index.json index 6a45c8a9f1..8678571921 100644 --- a/examples/index.json +++ b/examples/index.json @@ -120,6 +120,27 @@ } ] }, + { + "title": "Operators", + "column": 0, + "category": "Language concepts", + "samples": [ + { + "name": "Binary operators", + "url": "binary-operators", + "verifyBuild": true, + "verifyOutput": true, + "isLearnByExample": true + }, + { + "name": "Unary operators", + "url": "unary-operators", + "verifyBuild": true, + "verifyOutput": true, + "isLearnByExample": true + } + ] + }, { "title": "Conditional statements", "column": 0,