Skip to content

Commit 56e58ae

Browse files
committedOct 28, 2024
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 <35727626+dvdksn@users.noreply.github.com>
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

0 commit comments

Comments
 (0)