Skip to content

Commit bf26898

Browse files
authored
Merge branch 'main' into cbonif/connect-api-to-db
2 parents cee25d8 + ab90144 commit bf26898

File tree

3 files changed

+56
-55
lines changed

3 files changed

+56
-55
lines changed

src/pages/gen2/index.tsx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ const Gen2Overview = () => {
9292
</Heading>
9393
<Text className="max-inline-content">
9494
Amplify has reimagined the way frontend developers build fullstack
95-
applications on AWS. This next generation of Amplify’s backend
96-
building experience lets you author your frontend and backend
95+
applications on AWS. With this next generation of Amplify’s backend-building
96+
experience, you can author your frontend and backend
9797
definition completely with TypeScript, a file convention, and Git
9898
branch-based environments.
9999
</Text>
@@ -151,7 +151,7 @@ const Gen2Overview = () => {
151151
Fullstack Git deployments
152152
</Heading>
153153
<Text>
154-
Full-stack deployments from your Git branch. Deploy your
154+
Fullstack deployments from your Git branch. Deploy your
155155
frontend and backend together on every code commit.
156156
</Text>
157157
</Flex>
@@ -189,21 +189,21 @@ const Gen2Overview = () => {
189189
linkText="Real-time data for modern apps"
190190
href="/gen2/build-a-backend/data/set-up-data/"
191191
>
192-
Sync frontend state to realtime backend updates. Just write TypeScript without thinking about WebSockets.
192+
Sync frontend state to real-time backend updates. Just write TypeScript without thinking about WebSockets.
193193
</FeatureItem>
194194
<FeatureItem
195195
linkText="Authn and authz for secure apps"
196196
href="/gen2/build-a-backend/auth/set-up-auth/"
197197
>
198-
Choose the auth strategy (e.g. passwords, social, email links) and
199-
control data access based on users/groups.
198+
Choose the auth strategy (such as passwords, social, email links) and
199+
control data access based on users and groups.
200200
</FeatureItem>
201201
<FeatureItem
202202
linkText="Auto-generate CRUD forms wired to data"
203203
href="/gen2/build-ui/"
204204
>
205-
CRUD forms that map to your data model with form-level validations
206-
and error states built-in.
205+
Map CRUD forms to your data model with form-level validations
206+
and error states built in.
207207
</FeatureItem>
208208
</Columns>
209209
</FeatureList>
@@ -228,7 +228,7 @@ const Gen2Overview = () => {
228228
linkText="SSR/SSG/ISR hosting support"
229229
href="/gen2/deploy-and-host/hosting/"
230230
>
231-
Deploy Next.js, Nuxt.js, Gatsby, React, Vue, Angular (and more) apps
231+
Deploy apps in Next.js, Nuxt.js, Gatsby, React, Vue, Angular (and more)
232232
by simply connecting your Git repository.
233233
</FeatureItem>
234234
<FeatureItem
@@ -242,14 +242,14 @@ const Gen2Overview = () => {
242242
linkText="Zero-config fullstack branches"
243243
href="/gen2/deploy-and-host/fullstack-branching/branch-deployments/"
244244
>
245-
Full-stack deployments from your Git branch. Autodeploy git branches
246-
to set up staging, development and production environments
245+
Fullstack deployments from your Git branch. Autodeploy Git branches
246+
to set up staging, development, and production environments.
247247
</FeatureItem>
248248
<FeatureItem
249249
linkText="GUI to manage your data"
250250
href="/gen2/how-amplify-works/concepts/#unified-management-console"
251251
>
252-
Console to manage your app data, users/groups, and files.
252+
Manage your app data, users and groups, and files in a single console.
253253
</FeatureItem>
254254
</FeatureList>
255255

@@ -261,18 +261,18 @@ const Gen2Overview = () => {
261261
Extend or customize with AWS CDK to access 200+ AWS services.
262262
</FeatureItem>
263263
<FeatureItem
264-
linkText="Bring your your own pipelines"
264+
linkText="Bring your own pipelines"
265265
href="/gen2/deploy-and-host/fullstack-branching/custom-pipelines/"
266266
>
267-
Use your own pipelines to set up cross-account or multi-region
267+
Use your own pipelines to set up cross-account or multi-region,
268268
stage-based deployments.
269269
</FeatureItem>
270270
<FeatureItem
271271
linkText="Monorepo and multi-repo support"
272272
href="/gen2/deploy-and-host/fullstack-branching/mono-and-multi-repos/"
273273
>
274-
Support for all types of fullstack team workflows - monorepos,
275-
microfrontends, multi-repos and more.
274+
Enable support for all types of fullstack team workflowsmonorepos,
275+
micro frontends, multi-repos, and more.
276276
</FeatureItem>
277277
</FeatureList>
278278
<MDXCode

src/pages/gen2/reference/telemetry/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export function getStaticProps(context) {
1313

1414
{/* inspired by https://nextjs.org/telemetry */}
1515

16-
Amplify (Gen 2) collects anonymous telemetry data about general usage of the CLI. Participation is optional, and you may [opt-out](#how-do-i-opt-out) by using `amplify configure telemetry disable`.
16+
Amplify (Gen 2) collects anonymous telemetry data about general usage of the CLI. Participation is optional, and you may [opt out](#how-do-i-opt-out) by using `amplify configure telemetry disable`.
1717

18-
Your decision to opt-out is stored for your user, meaning all Amplify apps you work with on that computer will not send telemetry data.
18+
Your decision to opt out is stored for your user, meaning all Amplify apps you work with on that computer will not send telemetry data.
1919

2020
{/* ## Why is telemetry collected? */}
2121

@@ -25,21 +25,21 @@ Your decision to opt-out is stored for your user, meaning all Amplify apps you w
2525

2626
{/* @TODO */}
2727

28-
## How do I opt-out?
28+
## How do I opt out?
2929

30-
You may opt-out by using the `configure telemetry disable` command from the root of your Amplify app:
30+
You may opt out by using the `configure telemetry disable` command from the root of your Amplify app:
3131

3232
```bash
3333
npx amplify configure telemetry disable
3434
```
3535

36-
You can opt back into the program by running the following from the root of your Amplify app:
36+
You can opt back in to the program by running the following from the root of your Amplify app:
3737

3838
```bash
3939
npx amplify configure telemetry enable
4040
```
4141

42-
In the event you would like to disable telemetry ad-hoc, you can opt-out by defining an environment variable:
42+
In the event you would like to disable telemetry on a one-time basis, you can opt out by defining an environment variable:
4343

4444
```bash
4545
AMPLIFY_DISABLE_TELEMETRY=1

0 commit comments

Comments
 (0)