Skip to content

Commit 25b21cf

Browse files
authored
Merge pull request #19665 from dvdksn/taxo
hugo: add tags
2 parents 749870a + 7c71031 commit 25b21cf

File tree

85 files changed

+544
-296
lines changed

Some content is hidden

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

85 files changed

+544
-296
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV NODE_ENV=production
1313
RUN npm install
1414

1515
FROM base AS hugo
16-
ARG HUGO_VERSION=0.122.0
16+
ARG HUGO_VERSION=0.124.1
1717
ARG TARGETARCH
1818
WORKDIR /tmp/hugo
1919
RUN wget -O "hugo.tar.gz" "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-${TARGETARCH}.tar.gz"

assets/css/toc.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
@layer components {
22
#TableOfContents {
3-
nav {
4-
@apply border-l-2 border-divider-light;
5-
}
6-
ul ul {
7-
@apply pl-2;
8-
}
9-
a {
3+
.toc a {
104
@apply block max-w-full truncate py-1 pl-2 hover:font-medium hover:no-underline;
115
&[aria-current="true"],
126
&:hover {

content/faq/admin/company-faqs.md renamed to content/admin/faqs/company-faqs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
description: Company FAQs
33
keywords: Docker, Docker Hub, SSO FAQs, single sign-on, company, administration, company management
44
title: FAQs on companies
5+
tags: [FAQ]
56
aliases:
67
- /docker-hub/company-faqs/
8+
- /faq/admin/company-faqs/
79
---
810

911
### Are existing subscriptions affected when you create a company and add organizations to it?
@@ -61,4 +63,4 @@ See [SCIM](scim.md) and [Group mapping](../../security/for-admins/group-mapping.
6163

6264
### What's the definition of a company vs an organization?
6365

64-
A company is a collection of organizations that are managed together. An organization is a collection of repositories and teams that are managed together.
66+
A company is a collection of organizations that are managed together. An organization is a collection of repositories and teams that are managed together.

content/faq/admin/general-faqs.md renamed to content/admin/faqs/general-faqs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
title: General FAQs for Docker accounts
33
description: Frequently asked Docker account and administration questions
44
keywords: onboarding, docker, teams, orgs, user accounts, organization accounts
5+
tags: [FAQ]
56
aliases:
67
- /docker-hub/general-faqs/
78
- /docker-hub/onboarding-faqs/
9+
- /faq/admin/general-faqs/
810
---
911

1012
### What is a Docker ID?
@@ -58,7 +60,7 @@ The organization owner can also add additional owners to help them manage users,
5860
### Can I configure multiple SSO identity providers (IdPs) to authenticate users to a single org?
5961

6062
Docker SSO allows only one IdP configuration per organization. For more
61-
information, see [Configure SSO](../../security/for-admins/single-sign-on/configure/_index.md) and [SSO FAQs](../security/single-sign-on/faqs.md).
63+
information, see [Configure SSO](../../security/for-admins/single-sign-on/configure/_index.md) and [SSO FAQs](../../security/faqs/single-sign-on/faqs.md).
6264

6365
### What is a service account?
6466

@@ -68,4 +70,4 @@ A [service account](../../docker-hub/service-accounts.md) is a Docker ID used fo
6870

6971
Only someone with access to the Docker account can deactivate the account. For more details, see [Deactivating an account](../../admin/deactivate-account.md).
7072

71-
If the user is a member of your organization, you can remove the user from your organization. For more details, see [Remove a member or invitee](../../admin/organization/members.md#remove-a-member-from-a-team).
73+
If the user is a member of your organization, you can remove the user from your organization. For more details, see [Remove a member or invitee](../../admin/organization/members.md#remove-a-member-from-a-team).

content/faq/admin/organization-faqs.md renamed to content/admin/faqs/organization-faqs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
description: Organization FAQs
33
keywords: Docker, Docker Hub, SSO FAQs, single sign-on, organizations, administration
44
title: FAQs on organizations
5+
tags: [FAQ]
56
aliases:
67
- /docker-hub/organization-faqs/
8+
- /faq/admin/organization-faqs/
79
---
810

911
### What if the Docker ID I want for my organization or company is taken?
@@ -88,4 +90,4 @@ organization. See [Configure repository permissions for a team](manage-a-team.md
8890

8991
### Does my organization need to use Docker's registry?
9092

91-
A registry is a hosted service containing repositories of images that responds to the Registry API. Docker Hub is Docker's primary registry, but you can use Docker with other container image registries. You can access the default registry by browsing to [Docker Hub](https://hub.docker.com) or using the `docker search` command.
93+
A registry is a hosted service containing repositories of images that responds to the Registry API. Docker Hub is Docker's primary registry, but you can use Docker with other container image registries. You can access the default registry by browsing to [Docker Hub](https://hub.docker.com) or using the `docker search` command.

content/billing/faqs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Billing FAQs
33
description: Frequently asked questions related to billing
44
keywords: billing, renewal, payments, faq
5+
tags: [FAQ]
56
---
67

78
For more information on billing, see [Billing and payments](_index.md).

content/build/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ For more information about BuildKit, see [BuildKit](buildkit/index.md).
9090
The following diagram shows an example build sequence involving Buildx and
9191
BuildKit.
9292

93-
![Buildx and BuildKit sequence diagram](./images/build-execution.png)
93+
![Buildx and BuildKit sequence diagram](./images/build-execution.png)

content/build/building/secrets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Build secrets
33
description: Manage credentials and other secrets securely
44
keywords: build, secrets, credentials, passwords, tokens, ssh, git, auth, http
5+
tags: [Secrets]
56
---
67

78
A build secret is any piece of sensitive information, such as a password or API

content/build/ci/github-actions/secrets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Using secrets with GitHub Actions
33
description: Example using secret mounts with GitHub Actions
44
keywords: ci, github actions, gha, buildkit, buildx, secret
5+
tags: [Secrets]
56
---
67

78
A build secret is sensitive information, such as a password or API token, consumed as part of the build process.

content/build/dockerfile/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Dockerfile release notes
33
description: Release notes for Dockerfile frontend
44
keywords: build, dockerfile, frontend, release notes
5+
tags: [Release notes]
56
toc_max: 2
67
---
78

0 commit comments

Comments
 (0)