Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/directory/directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ const directory = {
route: '/lib/utilities/serviceworker',
filters: ['js']
},
{ title: 'Cache', route: '/lib/utilities/cache', filters: ['js'] },
{ title: 'Cache', route: '/lib/utilities/cache', filters: ['js', 'react-native'] },
{
title: 'Hub',
route: '/lib/utilities/hub',
Expand Down
4 changes: 2 additions & 2 deletions src/pages/console/formbuilder/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Forms are also extensible, allowing full form lifecycle management, and supporti

The fastest and easiest way to use the Form Builder is to use forms generated from your data model. To auto-generate forms:

1. Deploy a data model in Amplify Studio - [Learn more](data/data-model/)
1. Deploy a data model in Amplify Studio - [Learn more](/console/data/data-model/)
2. Navigate to the **Studio Console > UI Library**

Your forms will be listed on the left-hand navigation bar under the **Forms** header
Expand Down Expand Up @@ -138,4 +138,4 @@ import {

```

3. Place your form in code. For a form named `ProductCreateForm`, you would use `<ProductCreateForm />` to render the form
3. Place your form in code. For a form named `ProductCreateForm`, you would use `<ProductCreateForm />` to render the form