Skip to content

Commit 56e58ae

Browse files
committed
site: rework guides filters and tags taxonomy
- Rework the filtering system for guides to drop the use of the "products", "subjects", and "levels" taxonomies in favor of "tags" and "languages" - This change means that the existing taxonomy functionality integrates better with the guides filtering, and there are fewer parameters to keep in mind when adding metadata to a guide - Only two taxonomies instead of three - Only one of those taxonomies are guides-specific (languages) - The other taxonomy (tags) works for all content - Updates how tags and tag pages are rendered in general Signed-off-by: David Karlsson <[email protected]>
1 parent 60bf7c8 commit 56e58ae

Some content is hidden

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

84 files changed

+329
-318
lines changed

content/guides/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Guides
3-
keywords: Docker guides
2+
title: Docker guides
3+
linkTitle: Guides
44
description: Explore the Docker guides
55
params:
66
icon: developer_guide

content/guides/admin-set-up/_index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
title: Set up your company for success with Docker
33
linkTitle: Admin set up
44
summary: Get the most out of Docker by streamlining workflows, standardizing development environments, and ensuring smooth deployments across your company.
5-
description: Learn how to onboard your company and take advantage of all of the Docker products and features.
6-
levels: [intermediate]
5+
description: Learn how to onboard your company and take advantage of all of the Docker products and features.
6+
tags: [admin]
77
params:
88
featured: true
9+
time: 20 minutes
910
image:
1011
resource_links:
1112
- title: Overview of Administration in Docker
@@ -66,4 +67,4 @@ By configuring Docker products to suit your company’s needs, you can optimize
6667

6768
## Tools integration
6869

69-
Okta, Entra ID SAML 2.0, Azure Connect (OIDC), MDM solutions like Intune
70+
Okta, Entra ID SAML 2.0, Azure Connect (OIDC), MDM solutions like Intune

content/guides/bake/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ description: >
55
Learn how to manage simple and complex build configurations with Buildx Bake.
66
summary: >
77
Learn to automate Docker builds and testing with declarative configurations using Buildx Bake.
8+
tags: [devops]
89
languages: [go]
9-
subjects: [devops]
10-
levels: [advanced]
1110
params:
1211
time: 30 minutes
1312
featured: true

content/guides/bun/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ title: Bun language-specific guide
55
summary: |
66
Learn how to containerize JavaScript applications with the Bun runtime.
77
linkTitle: Bun
8-
levels: [beginner]
98
languages: [js]
109
params:
1110
time: 10 minutes

content/guides/container-supported-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: |
55
Containers don't have to be just for your app. Learn how to run your app's dependent services and other debugging tools to enhance your development environment.
66
description: |
77
Use containers in your local development loop to develop and test faster… even if your main app isn't running in containers.
8-
levels: [beginner]
8+
tags: [app-dev]
99
params:
1010
image: images/learning-paths/container-supported-development.png
1111
time: 20 minutes
@@ -73,4 +73,4 @@ Once you start using containers in your development environment, it becomes much
7373

7474
{{< youtube-embed TCZX15aKSu4 >}}
7575

76-
<div id="lp-survey-anchor"></div>
76+
<div id="lp-survey-anchor"></div>

content/guides/cpp/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ aliases:
1111
- /language/cpp/
1212
- /guides/language/cpp/
1313
languages: [cpp]
14-
levels: [beginner]
1514
params:
1615
time: 10 minutes
1716
---

content/guides/databases.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ keywords: database, mysql
44
title: Use containerized databases
55
summary: |
66
Learn how to effectively run and manage databases as containers.
7-
levels: [beginner]
8-
subjects: [databases]
7+
tags: [databases]
98
aliases:
109
- /guides/use-case/databases/
1110
params:

content/guides/docker-build-cloud/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ description: |
77
summary: |
88
Build applications up to 39x faster using cloud-based resources, shared team
99
cache, and native multi-architecture support.
10-
levels: [beginner]
11-
products: [dbc]
10+
tags: [product-demo]
1211
aliases:
1312
- /learning-paths/docker-build-cloud/
1413
params:

content/guides/docker-compose/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ summary: |
55
Simplify the process of defining, configuring, and running multi-container
66
Docker applications.
77
description: Learn how to use Docker Compose to define and run multi-container Docker applications.
8-
levels: [beginner]
9-
products: [compose]
8+
tags: [product-demo]
109
aliases:
1110
- /learning-paths/docker-compose/
1211
params:

content/guides/docker-scout/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ description: |
88
Learn how to use Docker Scout to enhance container security by automating
99
vulnerability detection and remediation, ensuring compliance, and protecting
1010
your development workflow.
11-
levels: [Beginner]
12-
products: [scout]
11+
tags: [product-demo]
1312
aliases:
1413
- /learning-paths/docker-scout/
1514
params:

0 commit comments

Comments
 (0)