Skip to content

Commit 132926c

Browse files
authored
Merge branch 'aws-amplify:main' into main
2 parents 6d09cc7 + 6b01cdf commit 132926c

File tree

370 files changed

+2543
-2546
lines changed

Some content is hidden

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

370 files changed

+2543
-2546
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Amplify Framework Documentation
1+
# Amplify Documentation
22

33
[![DiscordChat](https://img.shields.io/discord/308323056592486420?logo=discord")](https://discord.gg/amplify)
44

cspell.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
"amplifyconfiguration",
8989
"AmplifyEventBus",
9090
"amplifyframework",
91-
"AmplifyIonicModule",
9291
"amplifyjsapp",
9392
"amplifyMeta.json",
9493
"AmplifyModules",
@@ -158,6 +157,7 @@
158157
"arraybuffer",
159158
"artifactID",
160159
"async",
160+
"asyncawait",
161161
"AsyncStorage",
162162
"attribs",
163163
"attributes.put",
@@ -266,6 +266,8 @@
266266
"AWSHTTP",
267267
"AWSHTTPURL",
268268
"AWSIoT",
269+
"AWSIP",
270+
"AWSJSON",
269271
"AWSKinesis",
270272
"AWSKinesisFirehoseProvider",
271273
"AWSKinesisProvider",
@@ -594,6 +596,7 @@
594596
"forgotPasswordConfig",
595597
"forKey",
596598
"formapi",
599+
"formbuilder",
597600
"formfunction",
598601
"formtable",
599602
"FORMTABLE",
@@ -716,7 +719,6 @@
716719
"Intelli",
717720
"interceptApplication",
718721
"Inventorys",
719-
"Ionicons",
720722
"IOPS",
721723
"ios",
722724
"IoT",
@@ -934,6 +936,7 @@
934936
"onPick",
935937
"onResult",
936938
"onUpdate",
939+
"onvalidate",
937940
"OPENID_CONNECT",
938941
"openid",
939942
"OpenID",
@@ -1037,6 +1040,7 @@
10371040
"QueryField",
10381041
"queueing",
10391042
"quickstart",
1043+
"Quokka",
10401044
"quoteOfTheDay",
10411045
"R.color.black",
10421046
"R.id.confirmSignUpCode",
@@ -1479,5 +1483,10 @@
14791483
"Libre's",
14801484
"Pinia"
14811485
],
1482-
"flagWords": ["hte"]
1486+
"flagWords": [
1487+
"hte",
1488+
"full-stack",
1489+
"Full-stack",
1490+
"Full-Stack"
1491+
]
14831492
}

generatePathMap.cjs.js

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@ function generatePathMap(
3434
'/start/q/integration/react-native': {
3535
page: '/start/q/integration/[integration]'
3636
},
37-
'/start/q/integration/ionic': {
38-
page: '/start/q/integration/[integration]'
39-
},
40-
'/start/q/integration/ios': {
41-
page: '/start/q/integration/[integration]'
37+
"/start/q/integration/ios": {
38+
page: "/start/q/integration/[integration]",
4239
},
4340
'/start/q/integration/flutter': {
4441
page: '/start/q/integration/[integration]'
@@ -73,9 +70,6 @@ function generatePathMap(
7370
'/ui/q/framework/vue': {
7471
page: '/ui/q/framework/[framework]'
7572
},
76-
'/ui/q/framework/ionic': {
77-
page: '/ui/q/framework/[framework]'
78-
},
7973
'/ui/q/framework/flutter': {
8074
page: '/ui/q/framework/[framework]'
8175
},
@@ -94,9 +88,6 @@ function generatePathMap(
9488
'/ui-legacy/q/framework/vue': {
9589
page: '/ui-legacy/q/framework/[framework]'
9690
},
97-
'/ui-legacy/q/framework/ionic': {
98-
page: '/ui-legacy/q/framework/[framework]'
99-
},
10091
'/ui-legacy/q/framework/next': {
10192
page: '/ui-legacy/q/framework/[framework]'
10293
},
@@ -213,7 +204,6 @@ function generatePathMap(
213204
'react-native',
214205
'angular',
215206
'vue',
216-
'ionic',
217207
'next'
218208
];
219209
}

public/assets/integrations/ionic.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.
-5.32 KB
Binary file not shown.
-2.44 KB
Binary file not shown.
768 KB
Binary file not shown.
1000 KB
Binary file not shown.
3.51 MB
Binary file not shown.
7.19 KB
Loading

0 commit comments

Comments
 (0)