Skip to content

Commit 809def5

Browse files
Chore: Removed v0 flutter fragments (#7349)
* chore: remove v0 flutter fragment * chore: remove move flutter fragment * chore: remove the move page from the directory and remove move from pages completely
1 parent b67ab84 commit 809def5

File tree

3 files changed

+0
-33
lines changed

3 files changed

+0
-33
lines changed

src/directory/directory.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,9 +1481,6 @@ export const directory = {
14811481
{
14821482
path: 'src/pages/[platform]/prev/build-a-backend/storage/copy/index.mdx'
14831483
},
1484-
{
1485-
path: 'src/pages/[platform]/prev/build-a-backend/storage/move/index.mdx'
1486-
},
14871484
{
14881485
path: 'src/pages/[platform]/prev/build-a-backend/storage/remove/index.mdx'
14891486
},

src/fragments/lib-v1/graphqlapi/native_common/authz/common.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,6 @@ You can now configure a single GraphQL API to deliver private and public data. P
275275

276276
As discussed in the above linked documentation, certain fields may be protected by different authorization types. This can lead the same query, mutation, or subscription to have different responses based on the authorization sent with the request; Therefore, it is recommended to use the different `friendly_name_<AuthMode>` as the `apiName` parameter in the `Amplify.API` call to reference each authorization type.
277277

278-
import flutter18 from '/src/fragments/lib-v1/graphqlapi/flutter/authz/auth_mode.mdx';
279-
280-
<Fragments fragments={{ flutter: flutter18 }} />
281-
282278
The following snippets highlight the new values in the `amplifyconfiguration.json`/`.dart` and the client code configurations.
283279

284280
The `friendly_name` illustrated here is created from Amplify CLI prompt. There are 4 clients in this configuration that connect to the same API except that they use different `AuthMode`.

src/pages/[platform]/prev/build-a-backend/storage/move/index.mdx

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)