Skip to content

Commit cabff85

Browse files
authored
Merge pull request #20608 from dvdksn/callouts-render-hook
hugo: use render hooks for blockquotes (callouts/alerts)
2 parents c948348 + eb8614a commit cabff85

File tree

502 files changed

+1119
-1452
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

502 files changed

+1119
-1452
lines changed

.markdownlint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ol-prefix": {"style": "ordered"},
1717
"no-reversed-links": true,
1818
"reference-links-images": {
19-
"shortcut_syntax": true
19+
"shortcut_syntax": false
2020
},
2121
"fenced-code-language": true,
2222
"table-pipe-style": true,

assets/css/callouts.css

Lines changed: 0 additions & 70 deletions
This file was deleted.

assets/css/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
@import "tailwindcss/components";
99
@import "/assets/css/code";
1010
@import "/assets/css/toc";
11-
@import "/assets/css/callouts";
1211
@import "/assets/css/kapa";
1312

1413
@import "tailwindcss/utilities";

content/accounts/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ You can create a Docker account to secure a Docker ID, which is a username for y
2929

3030
In this section, explore how you can create, manage, or update your account.
3131

32-
{{< grid >}}
32+
{{< grid >}}

content/accounts/create-account.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ You can create a free Docker account with your email address or by signing up wi
1212

1313
Your Docker ID becomes your username for hosted Docker services, and [Docker forums](https://forums.docker.com/).
1414

15-
> **Tip**
15+
> [!TIP]
1616
>
1717
> Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what else Docker can offer you.
18-
{ .tip }
1918
2019
## Create a Docker ID
2120

@@ -37,16 +36,15 @@ Your Docker ID becomes your username for hosted Docker services, and [Docker for
3736

3837
6. Verify your email address to complete the registration process.
3938

40-
> **Note**
39+
> [!NOTE]
4140
>
4241
> You have limited actions available until you verify your email address.
4342
4443
### Sign up with Google or GitHub
4544

46-
> **Important**
45+
> [!IMPORTANT]
4746
>
4847
> To sign up with your social provider, make sure you verify your email address with your provider before you begin.
49-
{ .important }
5048
5149
1. Go to the [Docker sign-up page](https://app.docker.com/signup/).
5250

@@ -68,20 +66,18 @@ Once you register and verify your Docker ID email address, you can sign in to [y
6866

6967
You can also sign in through the CLI using the `docker login` command. For more information, see [`docker login`](../reference/cli/docker/login.md).
7068

71-
> **Warning**
69+
> [!WARNING]
7270
>
7371
> When you use the `docker login` command, your credentials are
7472
stored in your home directory in `.docker/config.json`. The password is base64-encoded in this file.
7573
>
7674
> We recommend using one of the [Docker credential helpers](https://github.com/docker/docker-credential-helpers) for secure storage of passwords. For extra security, you can also use a [personal access token](../security/for-developers/access-tokens.md) to log in instead, which is still encoded in this file (without a Docker credential helper) but doesn't allow admin actions (such as changing the password).
77-
{ .warning }
7875
7976
### Sign in with your social provider
8077

81-
> **Important**
78+
> [!IMPORTANT]
8279
>
8380
> To sign in with your social provider, make sure you verify your email address with your provider before you begin.
84-
{ .important }
8581
8682
Optionally, you can sign in to an existing Docker account with your Google or GitHub account. If a Docker account exists with the same email address as the primary email for your social provider, your Docker account will automatically be linked to the social profile. This lets you sign in with your social provider.
8783

content/accounts/deactivate-user-account.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ You can deactivate an account at any time. This section describes the prerequisi
99
>**Warning**
1010
>
1111
> All Docker products and services that use your Docker account will be inaccessible after deactivating your account.
12-
{ .warning }
1312
1413
## Prerequisites
1514

@@ -38,13 +37,12 @@ Before deactivating your Docker account, ensure that you meet the following requ
3837

3938
Once you have completed all the previous steps, you can deactivate your account.
4039

41-
> **Warning**
40+
> [!WARNING]
4241
>
4342
> This cannot be undone. Be sure you've gathered all the data you need from your account before deactivating it.
44-
{ .warning }
4543
4644
1. Sign in to your [Docker account](https://app.docker.com/login).
4745
2. In Docker Home, select your avatar in the top-right corner to open the drop-down.
4846
3. Select **Account settings**.
4947
4. In the **Account management** section, select **Deactivate account** to open to deactivate account page.
50-
5. To confirm, select **Deactivate account**.
48+
5. To confirm, select **Deactivate account**.

content/accounts/manage-account.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ title: Manage your Docker account
66

77
You can centrally manage the settings for your Docker account. Here you can also take administrative actions for your account and manage your account security.
88

9-
> **Tip**
9+
> [!TIP]
1010
>
1111
> If your account is associated with an organization that enforces single sign-on (SSO), you may not have permissions to update your account settings. You need to contact your administrator to update your settings.
12-
{ .tip }
1312
1413
## Update general settings
1514

@@ -65,4 +64,4 @@ You can take administrative actions for your account in Docker Home.
6564

6665
For more information on converting your account, see [Convert an account into an organization](../admin/convert-account.md).
6766

68-
For information on deactivating your account, see [Deactivating a user account](./deactivate-user-account.md).
67+
For information on deactivating your account, see [Deactivating a user account](./deactivate-user-account.md).

content/admin/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ The Docker Admin Console is available in [Early Access](../release-lifecycle.md#
4444
- Team: A team is a group of Docker members that belong to an organization. Organization and company owners can group members into additional teams to configure repository permissions on a per-team basis. Using teams to group members is optional.
4545
- Member: A member is a Docker user that's a member of an organization. Organization and company owners can assign roles to members to define their permissions.
4646

47-
{{< grid >}}
47+
{{< grid >}}

content/admin/company/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ aliases:
4545

4646
Learn how to administer a company in the following sections.
4747

48-
{{< grid >}}
48+
{{< grid >}}

content/admin/company/new-company.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ To create a new company:
2121
3. Near the bottom of the **General** tab, select **Create a company**.
2222
4. Enter a unique name for your company, then select **Continue**.
2323

24-
> **Tip**
24+
> [!TIP]
2525
>
2626
> The name for your company can't be the same as an existing user, organization, or company namespace.
27-
{ .tip }
2827
2928
5. Review the company migration details and then select **Create company**.
3029

@@ -43,10 +42,9 @@ To create a new company:
4342
3. Select **Create a company**.
4443
4. Enter a unique name for your company, then select **Continue**.
4544

46-
> **Tip**
45+
> [!TIP]
4746
>
4847
> The name for your company can't be the same as an existing user, organization, or company namespace.
49-
{ .tip }
5048
5149
5. Review the company migration details and then select **Create company**.
5250

0 commit comments

Comments
 (0)