Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove parenthesis from "Amplify (Gen 2)" #7113

Merged
merged 1 commit into from
Mar 26, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function getStaticProps(context) {

<Callout warning>

**Under active development:** The `addOutput` method for Amplify (Gen 2) is under active development. The experience may change between versions of `@aws-amplify/backend`. Try it out and provide feedback at https://github.com/aws-amplify/amplify-backend/issues/new/choose
**Under active development:** The `addOutput` method for Amplify Gen 2 is under active development. The experience may change between versions of `@aws-amplify/backend`. Try it out and provide feedback at https://github.com/aws-amplify/amplify-backend/issues/new/choose

</Callout>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function getStaticProps(context) {

<Callout warning>

**Under active development:** The `addOutput` method for Amplify (Gen 2) is under active development. The experience may change between versions of `@aws-amplify/backend`. Try it out and provide feedback at https://github.com/aws-amplify/amplify-backend/issues/new/choose
**Under active development:** The `addOutput` method for Amplify Gen 2 is under active development. The experience may change between versions of `@aws-amplify/backend`. Try it out and provide feedback at https://github.com/aws-amplify/amplify-backend/issues/new/choose

</Callout>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function getStaticProps(context) {

<Callout warning>

**Under active development:** The Authentication experience for Amplify (Gen 2) is under active development. The experience may change between versions of `@aws-amplify/backend`. Try it out and provide feedback at https://github.com/aws-amplify/amplify-backend/issues/new/choose
**Under active development:** The Authentication experience for Amplify Gen 2 is under active development. The experience may change between versions of `@aws-amplify/backend`. Try it out and provide feedback at https://github.com/aws-amplify/amplify-backend/issues/new/choose

</Callout>

Expand Down
6 changes: 3 additions & 3 deletions src/pages/gen2/build-a-backend/auth/set-up-auth/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const meta = {
title: 'Set up Amplify Auth',
description:
'Learn how to set up and connect your backend resources for authentication in Amplify (Gen 2).'
'Learn how to set up and connect your backend resources for authentication in Amplify Gen 2.'
};

export function getStaticProps(context) {
Expand All @@ -12,9 +12,9 @@ export function getStaticProps(context) {
};
}

In this guide, you will learn how to set up authentication in your Amplify (Gen 2) app. This includes setting up and connecting your backend resources and enabling sign-up, sign-in, and sign-out with the Authenticator UI component. We will also provide more context on how resources are managed and created with Amplify to help you make decisions and understand any long-term impact of those decisions.
In this guide, you will learn how to set up authentication in your Amplify Gen 2 app. This includes setting up and connecting your backend resources and enabling sign-up, sign-in, and sign-out with the Authenticator UI component. We will also provide more context on how resources are managed and created with Amplify to help you make decisions and understand any long-term impact of those decisions.

If you have not yet created an Amplify (Gen 2) app, visit the [quickstart](/gen2/start/quickstart).
If you have not yet created an Amplify Gen 2 app, visit the [quickstart](/gen2/start/quickstart).

## Building your auth backend

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In this guide, you will connect your application code to the backend API using t
Before you begin, you will need:

- your cloud sandbox with an Amplify Data resource up and running (`npx amplify sandbox`)
- A frontend application set up. For instructions on setting up an app, see the [quickstart](/gen2/start/quickstart) for Amplify (Gen 2)
- A frontend application set up. For instructions on setting up an app, see the [quickstart](/gen2/start/quickstart) for Amplify Gen 2
- [npm installed](https://docs.npmjs.com/getting-started)

## Install the Amplify Library
Expand Down
2 changes: 1 addition & 1 deletion src/pages/gen2/build-a-backend/functions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function getStaticProps(context) {

<Callout warning>

**Under active development:** The Functions experience for Amplify (Gen 2) is under active development. The experience may change between versions of `@aws-amplify/backend`. Try it out and provide feedback at https://github.com/aws-amplify/amplify-backend/issues/new/choose
**Under active development:** The Functions experience for Amplify Gen 2 is under active development. The experience may change between versions of `@aws-amplify/backend`. Try it out and provide feedback at https://github.com/aws-amplify/amplify-backend/issues/new/choose

</Callout>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/gen2/build-a-backend/storage/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function getStaticProps(context) {

<Callout warning>

**Under active development:** The Storage experience for Amplify (Gen 2) is under active development. The experience may change between versions of `@aws-amplify/backend`. Try it out and provide feedback at https://github.com/aws-amplify/amplify-backend/issues/new/choose
**Under active development:** The Storage experience for Amplify Gen 2 is under active development. The experience may change between versions of `@aws-amplify/backend`. Try it out and provide feedback at https://github.com/aws-amplify/amplify-backend/issues/new/choose

</Callout>

Expand Down
Loading