Skip to content

Commit ccb50a8

Browse files
committed
hugo: add tags
Signed-off-by: David Karlsson <[email protected]>
1 parent 749870a commit ccb50a8

Some content is hidden

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

59 files changed

+342
-93
lines changed

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/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

content/build/release-notes.md

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

content/compose/environment-variables/best-practices.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Best practices for working with environment variables in Docker Compose
33
description: Explainer on the best ways to set, use, and manage environment variables in
44
Compose
55
keywords: compose, orchestration, environment, env file, environment variables
6+
tags: [Best practices]
67
---
78

89
#### Handle sensitive information securely

content/compose/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ supports hot code reloading or live-reload.
105105
There may be cases where you want to use both. You can have the image
106106
include the code using a `COPY`, and use a `volume` in your Compose file to
107107
include the code from the host during development. The volume overrides
108-
the directory contents of the image.
108+
the directory contents of the image.

content/compose/install/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ You can [install the Compose standalone](standalone.md) on Linux or on Windows S
4848
> **Warning**
4949
>
5050
>This install scenario is not recommended and is only supported for backward compatibility purposes.
51-
{ .warning }
51+
{ .warning }

content/compose/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Docker Compose release notes
33
description: Release notes for Docker Compose
44
keywords: release notes, compose
5+
tags: [Release notes]
56
toc_max: 2
67
aliases:
78
- /release-notes/docker-compose/

0 commit comments

Comments
 (0)