Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize examples landing page columns #5633

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -2348,7 +2348,7 @@
},
{
"title": "HTTP service interceptors",
"column": 1,
"column": 0,
"category": "Network libraries",
"samples": [
{
Expand Down Expand Up @@ -4732,7 +4732,7 @@
}
]
},
{
{
"title": "AWS Lambda",
"column": 2,
"category": "Deployment",
Expand Down Expand Up @@ -4775,7 +4775,7 @@
}
]
},
{
{
"title": "Azure Functions",
"column": 3,
"category": "Deployment",
Expand Down Expand Up @@ -4818,7 +4818,7 @@
}
]
},
{
{
"title": "Query data",
"column": 0,
"category": "Bal persist",
Expand Down
Loading