Skip to content

Commit a984f9a

Browse files
docs: AWS S3 example & example cleanup (#914)
* Added S3 example * implement s3 example * s3 example * Minor comment formatting * Updated example number * Cleaned up & reorganized examples --------- Co-authored-by: yousefed <[email protected]>
1 parent 0e69fd4 commit a984f9a

File tree

316 files changed

+2219
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

316 files changed

+2219
-309
lines changed

docs/pages/examples/_meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"index": "Overview",
33
"basic": "Basic",
4+
"backend": "Backend",
45
"ui-components": "UI Components",
56
"theming": "Theming",
67
"interoperability": "Interoperability",

examples/01-basic/11-removing-default-blocks/README.md renamed to examples/01-basic/04-removing-default-blocks/README.md

Lines changed: 1 addition & 1 deletion

examples/01-basic/11-removing-default-blocks/index.html renamed to examples/01-basic/04-removing-default-blocks/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</script>
66
<meta charset="UTF-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Removing Default Blocks from the Schema</title>
8+
<title>Removing Default Blocks from Schema</title>
99
</head>
1010
<body>
1111
<div id="root"></div>

0 commit comments

Comments
 (0)