Skip to content

Commit 5a57076

Browse files
mhartpedrosousa
andauthored
[Learning Paths] Fix footnotes (#17657)
--------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent 2f03511 commit 5a57076

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

src/content/docs/fundamentals/setup/manage-members/manage.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ sidebar:
66
head:
77
- tag: title
88
content: Manage account members
9-
109
---
1110

12-
import { Render } from "~/components"
11+
import { Render } from "~/components";
1312

1413
Granting access to others on your account is done with several sets of data principles:
1514

@@ -22,7 +21,9 @@ When assigning a new user, you can assign a policy to them directly. If multiple
2221
Learn how to add new account members, edit or revoke their access, and resend verification emails.
2322

2423
:::note
25-
<Render file="account-member-manage-limitation" product="fundamentals" />
24+
25+
<Render file="account-member-manage-limitation" product="fundamentals" />
26+
2627
:::
2728

2829
## View account members
@@ -53,11 +54,8 @@ Learn how to add new account members, edit or revoke their access, and resend ve
5354

5455
<Render file="remove-account-members" product="fundamentals" />
5556

56-
[^1]: <Render file="account-member-manage-limitation" />
57-
5857
:::note
59-
60-
If you have been invited to an account and want to remove yourself from the account, go to **Manage Account** > **Members**. Under your email address, select **Leave**.
58+
If you have been invited to an account and want to remove yourself from the account, go to **Manage Account** > **Members**. Under your email address, select **Leave**.
6159
:::
6260

6361
## Super Administrator access

src/content/docs/learning-paths/application-security/account-security/add-other-members.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ title: Add and manage other members
33
pcx_content_type: overview
44
sidebar:
55
order: 2
6-
76
---
87

9-
import { Render } from "~/components"
8+
import { Render } from "~/components";
109

1110
Learn how to add new account members, edit or revoke their permissions and access, and resend verifications emails.
1211

1312
:::note
14-
<Render file="account-member-manage-limitation" product="fundamentals" />
13+
14+
<Render file="account-member-manage-limitation" product="fundamentals" />
15+
1516
:::
1617

1718
## View account members
@@ -41,5 +42,3 @@ Learn how to add new account members, edit or revoke their permissions and acces
4142
<Render file="account-member-manage-limitation" product="fundamentals" />
4243

4344
<Render file="remove-account-members" product="fundamentals" />
44-
45-
[^1]: <Render file="account-member-manage-limitation" />

src/content/docs/learning-paths/get-started/account-setup/add-other-members.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ title: Add and manage other members
33
pcx_content_type: overview
44
sidebar:
55
order: 5
6-
76
---
87

9-
import { Render } from "~/components"
8+
import { Render } from "~/components";
109

1110
Learn how to add new account members, edit or revoke their permissions and access, and resend verifications emails.
1211

1312
:::note
14-
<Render file="account-member-manage-limitation" product="fundamentals" />
13+
14+
<Render file="account-member-manage-limitation" product="fundamentals" />
15+
1516
:::
1617

1718
## View account members
@@ -41,5 +42,3 @@ Learn how to add new account members, edit or revoke their permissions and acces
4142
<Render file="account-member-manage-limitation" product="fundamentals" />
4243

4344
<Render file="remove-account-members" product="fundamentals" />
44-
45-
[^1]: <Render file="account-member-manage-limitation" />
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
{}
3-
43
---
54

5+
import { Render } from "~/components";
6+
67
If you invited a member to your account but they cannot find the invitation or the invitation expires, you can resend the invitation through the Cloudflare dashboard:
78

8-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account\[^1].
9+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account[^1].
910
2. Go to **Manage Account** > **Members**.
1011
3. Select a member record where their **Status** is **Invite Pending**.
1112
4. Select **Resend invite**.
13+
14+
{/* prettier-ignore */}
15+
[^1]: <Render file="account-member-manage-limitation" product="fundamentals" />

0 commit comments

Comments
 (0)