mirror of https://github.com/docker/docs.git
Merge pull request #14330 from usha-mandya/engdocs-584
Add admin section in the toc to surface admin tasks
This commit is contained in:
commit
d2fc94fae1
|
@ -1302,12 +1302,8 @@ manuals:
|
||||||
section:
|
section:
|
||||||
- path: /docker-hub/
|
- path: /docker-hub/
|
||||||
title: Quickstart
|
title: Quickstart
|
||||||
- path: /docker-hub/onboarding-faqs/
|
|
||||||
title: Onboarding FAQs
|
|
||||||
- path: /docker-id/
|
- path: /docker-id/
|
||||||
title: Docker ID accounts
|
title: Docker ID accounts
|
||||||
- path: /docker-hub/orgs/
|
|
||||||
title: Teams and organizations
|
|
||||||
- path: /docker-hub/repos/
|
- path: /docker-hub/repos/
|
||||||
title: Repositories
|
title: Repositories
|
||||||
- path: /docker-hub/service-accounts/
|
- path: /docker-hub/service-accounts/
|
||||||
|
@ -1326,8 +1322,6 @@ manuals:
|
||||||
title: Link to GitHub and BitBucket
|
title: Link to GitHub and BitBucket
|
||||||
- path: /docker-hub/webhooks/
|
- path: /docker-hub/webhooks/
|
||||||
title: Webhooks
|
title: Webhooks
|
||||||
- path: /docker-hub/image-access-management/
|
|
||||||
title: Image Access Management
|
|
||||||
- path: /docker-hub/vulnerability-scanning/
|
- path: /docker-hub/vulnerability-scanning/
|
||||||
title: Vulnerability scanning
|
title: Vulnerability scanning
|
||||||
- path: /docker-hub/audit-log/
|
- path: /docker-hub/audit-log/
|
||||||
|
@ -1346,18 +1340,10 @@ manuals:
|
||||||
title: Recover your Docker Hub account
|
title: Recover your Docker Hub account
|
||||||
- path: /docker-hub/2fa/new-recovery-code/
|
- path: /docker-hub/2fa/new-recovery-code/
|
||||||
title: Generate a new recovery code
|
title: Generate a new recovery code
|
||||||
- sectiontitle: Single-Sign-on
|
|
||||||
section:
|
|
||||||
- path: /single-sign-on/
|
|
||||||
title: Configure
|
|
||||||
- path: /single-sign-on/faqs/
|
|
||||||
title: FAQs
|
|
||||||
- path: /docker-hub/download-rate-limit/
|
- path: /docker-hub/download-rate-limit/
|
||||||
title: Download rate limit
|
title: Download rate limit
|
||||||
- sectiontitle: Administration
|
- sectiontitle: Administration
|
||||||
section:
|
section:
|
||||||
- path: /docker-hub/configure-sign-in/
|
|
||||||
title: Configure sign in
|
|
||||||
- path: /docker-hub/image-management/
|
- path: /docker-hub/image-management/
|
||||||
title: Advanced Image Management dashboard
|
title: Advanced Image Management dashboard
|
||||||
- path: /docker-hub/convert-account/
|
- path: /docker-hub/convert-account/
|
||||||
|
@ -1382,6 +1368,23 @@ manuals:
|
||||||
- path: /subscription/remove-seats/
|
- path: /subscription/remove-seats/
|
||||||
title: Remove seats
|
title: Remove seats
|
||||||
|
|
||||||
|
- sectiontitle: Administration
|
||||||
|
section:
|
||||||
|
- path: /docker-hub/orgs/
|
||||||
|
title: Teams and organizations
|
||||||
|
- path: /docker-hub/configure-sign-in/
|
||||||
|
title: Enforce sign in
|
||||||
|
- sectiontitle: Single-Sign-on
|
||||||
|
section:
|
||||||
|
- path: /single-sign-on/
|
||||||
|
title: Configure
|
||||||
|
- path: /single-sign-on/faqs/
|
||||||
|
title: FAQs
|
||||||
|
- path: /docker-hub/image-access-management/
|
||||||
|
title: Image Access Management
|
||||||
|
- path: /docker-hub/onboarding-faqs/
|
||||||
|
title: Onboarding FAQs
|
||||||
|
|
||||||
- sectiontitle: Security
|
- sectiontitle: Security
|
||||||
section:
|
section:
|
||||||
- path: /security/
|
- path: /security/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
description: Configure registry.json to require sign in
|
description: Configure registry.json to enforce users to sign into Docker Desktop
|
||||||
keywords: authentication, registry.json, configure,
|
keywords: authentication, registry.json, configure,
|
||||||
title: Configure registry.json to require sign in
|
title: Configure registry.json to enforce sign in
|
||||||
---
|
---
|
||||||
|
|
||||||
The `registry.json` file is a configuration file that allows administrators to
|
The `registry.json` file is a configuration file that allows administrators to
|
||||||
|
|
Loading…
Reference in New Issue