Skip to content

Commit 6966a11

Browse files
authored
remove checkboxes and circle (#7783)
1 parent 6efa947 commit 6966a11

File tree

2 files changed

+7
-19
lines changed
  • src/pages/[platform]
    • build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database
    • start/migrate-to-gen2

2 files changed

+7
-19
lines changed

src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/index.mdx

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,11 @@ Amplify's native integration supports any MySQL or Postgres database, no matter
3434

3535
You must create a connection string using the following database information to get started:
3636

37-
<ul>
38-
<li>
39-
<input type="checkbox"/> Database **hostname**
40-
</li>
41-
<li>
42-
<input type="checkbox"/> Database **port**
43-
</li>
44-
<li>
45-
<input type="checkbox"/> Database **username**
46-
</li>
47-
<li>
48-
<input type="checkbox"/> Database **user password**
49-
</li>
50-
<li>
51-
<input type="checkbox"/> Database **name**
52-
</li>
53-
</ul>
37+
- Database **hostname**
38+
- Database **port**
39+
- Database **username**
40+
- Database **user password**
41+
- Database **name**
5442

5543
<Callout info>
5644

src/pages/[platform]/start/migrate-to-gen2/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ The tables below present a feature matrix for Gen 1 customers who are considerin
185185
| Function templates: Hello World | Yes | Yes |
186186
| Function templates: Lambda trigger | Yes | Yes |
187187
| Function logs in console | Yes | Yes |
188-
| Function resource access permissions: geo | Yes | Yes with CDK |
189-
| Function resource access permissions: analytics | Yes | Yes with CDK |
188+
| Function resource access permissions: geo | Yes | Yes with CDK |
189+
| Function resource access permissions: analytics | Yes | Yes with CDK |
190190
| Function runtime: .NET 6 | Yes | Yes with CDK |
191191
| Function runtime: Go | Yes | Yes with CDK |
192192
| Function runtime: Java | Yes | Yes with CDK |

0 commit comments

Comments
 (0)