зеркало из https://github.com/docker/docs.git
Merge pull request #17953 from dvdksn/hugo-fix-include-shortcodes
hugo: fix include shortcodes for admin
This commit is contained in:
Коммит
acda00e9d2
|
@ -10,4 +10,4 @@ Use domain management to manage your domains for Single Sign-On and SCIM.
|
|||
|
||||
## Add and verify a domain
|
||||
|
||||
{% include admin-domains.md 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/).
|
||||
|
||||
{% include admin-scim.md 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
|
||||
|
||||
{% include admin-domains.md product="admin" layer="company"%}
|
||||
{{< admin-domains product="admin" layer="company" >}}
|
||||
|
||||
{% include admin-sso-config.md 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" >}}
|
||||
|
||||
{% include admin-sso-management.md 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
|
||||
|
||||
{% include admin-domains.md product="admin" layer="organization"%}
|
||||
{{< admin-domains product="admin" layer="organization" >}}
|
||||
|
||||
## Domain audit
|
||||
|
||||
{{% admin-domain-audit product="admin" %}}
|
||||
{{< admin-domain-audit product="admin" >}}
|
||||
|
|
|
@ -2,39 +2,21 @@
|
|||
description: manage companies
|
||||
keywords: company, multiple organizations, manage companies
|
||||
title: Overview
|
||||
grid:
|
||||
- title: Create a company
|
||||
description: Learn how to create a new company layer and add existing organizations.
|
||||
link: /docker-hub/new-company/
|
||||
icon: note_add
|
||||
- title: Manage company owners
|
||||
description: Find out more about company owners and how to manage them.
|
||||
link: /docker-hub/company-owner/
|
||||
icon: group_add
|
||||
- title: FAQs
|
||||
description: Explore common company FAQs.
|
||||
link: /docker-hub/company-faqs/
|
||||
icon: help
|
||||
---
|
||||
|
||||
{{< include "admin-company-overview.md" >}}
|
||||
|
||||
<div class="component-container">
|
||||
<!--start row-->
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<a href="/docker-hub/new-company/"><img src="/assets/images/note-add.svg" alt="new company" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="new company"><a href="/docker-hub/new-company/">Create a company</a></h2>
|
||||
<p>Learn how to create a new company layer and add existing organizations.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<a href="/docker-hub/company-owner/"><img src="/assets/images/sso.svg" alt="Company owner" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="Company owner"><a href="/docker-hub/company-owner/">Manage company owners</a></h2>
|
||||
<p>Find out more about company owners and how to manage them.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<a href="/docker-hub/company-faqs/"><img src="/assets/images/help.svg" alt="company faqs" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="company faqs"><a href="/docker-hub/company-faqs/">FAQs</a></h2>
|
||||
<p>Explore common company FAQs.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{< grid >}}
|
||||
|
|
|
@ -9,4 +9,4 @@ aliases:
|
|||
- /docker-hub/onboard-business/
|
||||
---
|
||||
|
||||
{{< include "admin-org-onboarding.md" >}}
|
||||
{{< admin-org-onboarding >}}
|
||||
|
|
|
@ -6,4 +6,4 @@ direct_from:
|
|||
- /docker-hub/company-scim/
|
||||
---
|
||||
|
||||
{{< include "admin-scim.md" >}}
|
||||
{{< 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" >}}
|
||||
|
||||
{% include admin-sso-management.md product="hub"%}
|
||||
{{< admin-sso-management product="hub" >}}
|
||||
|
|
Загрузка…
Ссылка в новой задаче