Skip to content

Commit

Permalink
Merge pull request #5630 from MaryamZi/fix-bbe-landing-page
Browse files Browse the repository at this point in the history
Reorganize examples landing page columns
  • Loading branch information
MaryamZi committed Sep 11, 2024
2 parents 7bdb042 + 4acb173 commit a6e97fa
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions examples/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
},
{
"title": "Lists",
"column": 1,
"column": 0,
"category": "Language concepts",
"samples": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -825,7 +804,7 @@
},
{
"title": "Query expressions",
"column": 2,
"column": 1,
"category": "Language concepts",
"samples": [
{
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -1295,7 +1295,7 @@
},
{
"title": "Error handling",
"column": 3,
"column": 2,
"category": "Language concepts",
"samples": [
{
Expand Down Expand Up @@ -1351,7 +1351,7 @@
},
{
"title": "Ignore return values and errors",
"column": 3,
"column": 2,
"category": "Language concepts",
"samples": [
{
Expand Down Expand Up @@ -2362,7 +2362,7 @@
},
{
"title": "HTTP service interceptors",
"column": 1,
"column": 0,
"category": "Network libraries",
"samples": [
{
Expand Down Expand Up @@ -4746,7 +4746,7 @@
}
]
},
{
{
"title": "AWS Lambda",
"column": 2,
"category": "Deployment",
Expand Down Expand Up @@ -4789,7 +4789,7 @@
}
]
},
{
{
"title": "Azure Functions",
"column": 3,
"category": "Deployment",
Expand Down Expand Up @@ -4832,7 +4832,7 @@
}
]
},
{
{
"title": "Query data",
"column": 0,
"category": "Bal persist",
Expand Down

0 comments on commit a6e97fa

Please sign in to comment.