mirror of https://github.com/docker/docs.git
fix shortcodes and update callouts (#17976)
* fix shortcodes and update callouts * update shortcode
This commit is contained in:
parent
d7ae5205e2
commit
3c6bb85c52
|
@ -10,4 +10,4 @@ Use domain management to manage your domains for Single Sign-On and SCIM.
|
|||
|
||||
## Add and verify a domain
|
||||
|
||||
{{< admin-domains product="admin" layer="company" >}}
|
||||
{{% admin-domains product="admin" layer="company" %}}
|
||||
|
|
|
@ -8,4 +8,4 @@ title: SCIM
|
|||
|
||||
Follow the steps on this page to manage SCIM for your company. To manage SCIM for an organization, see [SCIM for an organization](/admin/organization/security-settings/scim/).
|
||||
|
||||
{{< admin-scim product="admin" layer="company" >}}
|
||||
{{% admin-scim product="admin" layer="company" %}}
|
||||
|
|
|
@ -10,6 +10,6 @@ Follow the steps on this page to configure SSO for your company. To configure SS
|
|||
|
||||
## Step one: Add and verify your domain
|
||||
|
||||
{{< admin-domains product="admin" layer="company" >}}
|
||||
{{% admin-domains product="admin" layer="company" %}}
|
||||
|
||||
{{< admin-sso-config product="admin" layer="company" >}}
|
||||
{{% admin-sso-config product="admin" layer="company" %}}
|
||||
|
|
|
@ -10,6 +10,6 @@ Follow the steps on this page to manage SSO for your company. To manage SSO for
|
|||
|
||||
## Manage organizations
|
||||
|
||||
{{< admin-sso-management-orgs product="admin" >}}
|
||||
{{% admin-sso-management-orgs product="admin" %}}
|
||||
|
||||
{{< admin-sso-management product="admin" layer="company" >}}
|
||||
{{% admin-sso-management product="admin" layer="company" %}}
|
||||
|
|
|
@ -10,8 +10,8 @@ Use domain management to manage your domains for Single Sign-On and SCIM, as wel
|
|||
|
||||
## Add and verify a domain
|
||||
|
||||
{{< admin-domains product="admin" layer="organization" >}}
|
||||
{{% admin-domains product="admin" layer="organization" %}}
|
||||
|
||||
## Domain audit
|
||||
|
||||
{{< admin-domain-audit product="admin" >}}
|
||||
{{% admin-domain-audit product="admin" %}}
|
||||
|
|
|
@ -8,4 +8,4 @@ title: SCIM
|
|||
|
||||
Follow the steps on this page to manage SCIM for your organization. To manage SCIM for a company, see [SCIM for a company](/admin/company/settings/scim/).
|
||||
|
||||
{% include admin-scim.md product="admin" layer="organization"%}
|
||||
{{% admin-scim product="admin" layer="organization" %}}
|
|
@ -10,7 +10,7 @@ Follow the steps on this page to configure SSO for your organization. To configu
|
|||
|
||||
## Step one: Add and verify your domain
|
||||
|
||||
{% include admin-domains.md product="admin" layer="organization"%}
|
||||
{{% admin-domains product="admin" layer="organization" %}}
|
||||
|
||||
|
||||
{% include admin-sso-config.md product="admin" layer="organization"%}
|
||||
{{% admin-sso-config product="admin" layer="organization" %}}
|
|
@ -9,4 +9,4 @@ title: Manage Single Sign-On for an organization
|
|||
Follow the steps on this page to manage SSO for an organization. To manage SSO for a company, see [Manage SSO for a company](/admin/company/settings/sso-management/).
|
||||
|
||||
|
||||
{% include admin-sso-management.md product="admin" layer="organization"%}
|
||||
{{% admin-sso-management product="admin" layer="organization" %}}
|
|
@ -79,8 +79,7 @@ docker compose up -d --build
|
|||
|
||||
> **Note**
|
||||
>
|
||||
>You need Docker Compose to build and run the docs locally. Docker Compose is included with [Docker Desktop](../desktop/index.md).
|
||||
> If you don't have Docker Desktop installed, follow the [instructions](../compose/install/index.md) to install Docker Compose.
|
||||
>You need Docker Compose to build and run the docs locally. Docker Compose is included with [Docker Desktop](../desktop/index.md). If you don't have Docker Desktop installed, follow the [instructions](../compose/install/index.md) to install Docker Compose.
|
||||
|
||||
When the container is built and running, visit [http://localhost:4000](http://localhost:4000) in your web browser to view the docs.
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@ direct_from:
|
|||
- /docker-hub/company-scim/
|
||||
---
|
||||
|
||||
{{< admin-scim >}}
|
||||
{{% admin-scim %}}
|
||||
|
|
|
@ -10,6 +10,6 @@ title: Manage SSO
|
|||
>
|
||||
> You must have a [company](/docker-hub/creating-companies/) to manage more than one organization.
|
||||
|
||||
{{< admin-sso-management-orgs product="hub" >}}
|
||||
{{% admin-sso-management-orgs product="hub" %}}
|
||||
|
||||
{{< admin-sso-management product="hub" >}}
|
||||
{{% admin-sso-management product="hub" %}}
|
||||
|
|
|
@ -48,7 +48,7 @@ If you use SAML for your SSO connection, Docker obtains these attributes from th
|
|||
> **Important**
|
||||
>
|
||||
> If none of the email address attributes listed in the previous table are found, SSO will return an error.
|
||||
{: .important}
|
||||
{ .important}
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
Loading…
Reference in New Issue