Skip to content

Commit c603730

Browse files
06180618
andauthored
fix(docs): hash link start with number (#3069)
Co-authored-by: 0618 <[email protected]>
1 parent 988004e commit c603730

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/src/pages/[platform]/connected-components/authenticator/configuration/index.page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ By default, unauthenticated users are redirected to the Sign In flow. You can ex
7474

7575
<Alert role="none" heading="Zero Configuration">
7676

77-
The Authenticator [automatically infers](#zero-configuration) `signUpAttributes` from `amplify pull`,
77+
The Authenticator [automatically infers](/connected-components/authenticator#step-1-configure-backend) `signUpAttributes` from `amplify pull`,
7878
but can be explicitly defined as seen below.
7979

8080
</Alert>

docs/src/pages/[platform]/connected-components/authenticator/configuration/loginMechanisms.flutter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Tabs, TabItem } from '@aws-amplify/ui-react';
55

66
<Alert role="none" heading="Zero Configuration">
77

8-
The Authenticator [automatically infers](#1-configure-backend) `loginMechanisms` from `amplify pull`.
8+
The Authenticator [automatically infers](/connected-components/authenticator#step-1-configure-backend) `loginMechanisms` from `amplify pull`.
99
Below are examples of username, email, and phone number based login.
1010

1111
</Alert>

docs/src/pages/[platform]/connected-components/authenticator/configuration/loginMechanisms.react-native.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Tabs, TabItem } from '@aws-amplify/ui-react';
55

66
<Alert role="none" heading="Zero Configuration">
77

8-
The Authenticator [automatically infers](#1-configure-backend) `loginMechanisms` from `amplify pull`,
8+
The Authenticator [automatically infers](/connected-components/authenticator#step-1-configure-backend) `loginMechanisms` from `amplify pull`,
99
but can be explicitly defined as seen below.
1010

1111
</Alert>

docs/src/pages/[platform]/connected-components/authenticator/configuration/loginMechanisms.web.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Tabs, TabItem } from '@aws-amplify/ui-react';
55

66
<Alert role="none" heading="Zero Configuration">
77

8-
The Authenticator [automatically infers](#1-configure-backend) `loginMechanisms` from `amplify pull`,
8+
The Authenticator [automatically infers](/connected-components/authenticator#step-1-configure-backend) `loginMechanisms` from `amplify pull`,
99
but can be explicitly defined as seen below.
1010

1111
</Alert>

docs/src/pages/[platform]/connected-components/authenticator/configuration/socialProviders.flutter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Fragment } from '@/components/Fragment';
77

88
<Alert role="none" heading="Zero Configuration">
99

10-
The Authenticator [automatically infers](#zero-configuration) `socialProviders` from `amplify pull`.
10+
The Authenticator [automatically infers](/connected-components/authenticator#step-1-configure-backend) `socialProviders` from `amplify pull`.
1111

1212
</Alert>
1313

docs/src/pages/[platform]/connected-components/authenticator/configuration/socialProviders.web.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {SocialProviderDemo} from "@/components/SocialProviderDemo";
77

88
<Alert role="none" heading="Zero Configuration">
99

10-
The Authenticator [automatically infers](#zero-configuration) `socialProviders` from `amplify pull`,
10+
The Authenticator [automatically infers](/connected-components/authenticator#step-1-configure-backend) `socialProviders` from `amplify pull`,
1111
but can be explicitly defined as seen below.
1212

1313
</Alert>

docs/src/pages/[platform]/connected-components/authenticator/index.page.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ export async function getStaticProps() {
2929

3030
## Quick start
3131

32-
### 1. Configure backend
32+
### Step 1. Configure backend
3333

3434
<Fragment useCommonWebContent>
3535
{({ platform }) => import(`./quick-start-pull.${platform}.mdx`)}
3636
</Fragment>
3737

38-
### 2. Install dependencies
38+
### Step 2. Install dependencies
3939

4040
<Fragment useCommonWebContent>
4141
{({ platform }) => import(`./quick-start-install.${platform}.mdx`)}
4242
</Fragment>
4343

44-
### 3. Add the Authenticator
44+
### Step 3. Add the Authenticator
4545

4646
<Fragment useCommonWebContent>
4747
{({ platform }) => import(`./quick-start-add.${platform}.mdx`)}

0 commit comments

Comments
 (0)