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,