From 4acb173fdfd514b1c8466c7b7052e1f33c31a2b7 Mon Sep 17 00:00:00 2001 From: MaryamZi Date: Mon, 9 Sep 2024 14:02:35 +0530 Subject: [PATCH] Reorganize examples landing page columns --- examples/index.json | 60 ++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/examples/index.json b/examples/index.json index 3acba6736b..6a45c8a9f1 100644 --- a/examples/index.json +++ b/examples/index.json @@ -417,7 +417,7 @@ }, { "title": "Lists", - "column": 1, + "column": 0, "category": "Language concepts", "samples": [ { @@ -767,30 +767,9 @@ } ] }, - { - "title": "Regular Expressions", - "column": 1, - "category": "Language concepts", - "samples": [ - { - "name": "RegExp type", - "url": "regexp-type", - "verifyBuild": true, - "verifyOutput": true, - "isLearnByExample": true - }, - { - "name": "RegExp operations", - "url": "regexp-operations", - "verifyBuild": true, - "verifyOutput": true, - "isLearnByExample": true - } - ] - }, { "title": "Tables", - "column": 2, + "column": 1, "category": "Language concepts", "samples": [ { @@ -825,7 +804,7 @@ }, { "title": "Query expressions", - "column": 2, + "column": 1, "category": "Language concepts", "samples": [ { @@ -1176,6 +1155,27 @@ } ] }, + { + "title": "Regular Expressions", + "column": 2, + "category": "Language concepts", + "samples": [ + { + "name": "RegExp type", + "url": "regexp-type", + "verifyBuild": true, + "verifyOutput": true, + "isLearnByExample": true + }, + { + "name": "RegExp operations", + "url": "regexp-operations", + "verifyBuild": true, + "verifyOutput": true, + "isLearnByExample": true + } + ] + }, { "title": "Metadata", "column": 2, @@ -1295,7 +1295,7 @@ }, { "title": "Error handling", - "column": 3, + "column": 2, "category": "Language concepts", "samples": [ { @@ -1351,7 +1351,7 @@ }, { "title": "Ignore return values and errors", - "column": 3, + "column": 2, "category": "Language concepts", "samples": [ { @@ -2362,7 +2362,7 @@ }, { "title": "HTTP service interceptors", - "column": 1, + "column": 0, "category": "Network libraries", "samples": [ { @@ -4746,7 +4746,7 @@ } ] }, - { + { "title": "AWS Lambda", "column": 2, "category": "Deployment", @@ -4789,7 +4789,7 @@ } ] }, - { + { "title": "Azure Functions", "column": 3, "category": "Deployment", @@ -4832,7 +4832,7 @@ } ] }, - { + { "title": "Query data", "column": 0, "category": "Bal persist",