From bb3d7ee1e44a53dfd04a0fe844e9e45bec44069f Mon Sep 17 00:00:00 2001
From: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Date: Tue, 20 Aug 2024 16:49:24 +0200
Subject: [PATCH] chore: remove unused front matter params
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
---
content/contribute/file-conventions.md | 3 +--
content/engine/release-notes/25.0.md | 1 -
content/engine/release-notes/26.0.md | 1 -
content/engine/release-notes/26.1.md | 1 -
content/engine/release-notes/27.0.md | 1 -
content/engine/release-notes/27.1.md | 1 -
content/glossary.md | 1 -
content/manuals.md | 1 -
content/security/for-admins/provisioning/scim.md | 9 +--------
9 files changed, 2 insertions(+), 17 deletions(-)
diff --git a/content/contribute/file-conventions.md b/content/contribute/file-conventions.md
index 82d7de982c..fe8b44ed0c 100644
--- a/content/contribute/file-conventions.md
+++ b/content/contribute/file-conventions.md
@@ -24,11 +24,10 @@ following keys are supported. The title, description, and keywords are required.
| title | yes | The page title. This is added to the HTML output as a `
` level header. |
| description | yes | A sentence that describes the page contents. This is added to the HTML metadata. It’s not rendered on the page. |
| keywords | yes | A comma-separated list of keywords. These are added to the HTML metadata. |
-| aliases | no | A YAML list of pages which should redirect to the current page. At build time, each page listed here is created as an HTML stub containing a 302 redirect to this page. |
+| aliases | no | A YAML list of pages which should redirect to the current page. At build time, each page listed here is created as an HTML stub containing a 302 redirect to this page. |
| notoc | no | Either `true` or `false`. If `true`, no in-page TOC is generated for the HTML output of this page. Defaults to `false`. Appropriate for some landing pages that have no in-page headings. |
| toc_min | no | Ignored if `notoc` is set to `true`. The minimum heading level included in the in-page TOC. Defaults to `2`, to show `` headings as the minimum. |
| toc_max | no | Ignored if `notoc` is set to `false`. The maximum heading level included in the in-page TOC. Defaults to `3`, to show `` headings. Set to the same as `toc_min` to only show `toc_min` level of headings. |
-| skip_feedback | no | Set to `true` to disable the Feedback widget for this page. |
| sitemap | no | Exclude the page from indexing by search engines. When set to `false`, the page is excluded from `sitemap.xml`, and a `` header is added to the page. |
Here's an example of a valid (but contrived) page metadata. The order of
diff --git a/content/engine/release-notes/25.0.md b/content/engine/release-notes/25.0.md
index 9c33e42c73..4dd0d7f801 100644
--- a/content/engine/release-notes/25.0.md
+++ b/content/engine/release-notes/25.0.md
@@ -4,7 +4,6 @@ description: Learn about the new features, bug fixes, and breaking changes for D
keywords: docker, docker engine, ce, whats new, release notes
toc_min: 1
toc_max: 2
-skip_read_time: true
---
This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 25.0.
diff --git a/content/engine/release-notes/26.0.md b/content/engine/release-notes/26.0.md
index 02487b551b..54c9996fa2 100644
--- a/content/engine/release-notes/26.0.md
+++ b/content/engine/release-notes/26.0.md
@@ -4,7 +4,6 @@ description: Learn about the new features, bug fixes, and breaking changes for D
keywords: docker, docker engine, ce, whats new, release notes
toc_min: 1
toc_max: 2
-skip_read_time: true
---
This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 26.0.
diff --git a/content/engine/release-notes/26.1.md b/content/engine/release-notes/26.1.md
index ca46e4f931..2ce853b515 100644
--- a/content/engine/release-notes/26.1.md
+++ b/content/engine/release-notes/26.1.md
@@ -4,7 +4,6 @@ description: Learn about the new features, bug fixes, and breaking changes for D
keywords: docker, docker engine, ce, whats new, release notes
toc_min: 1
toc_max: 2
-skip_read_time: true
---
This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 26.1.
diff --git a/content/engine/release-notes/27.0.md b/content/engine/release-notes/27.0.md
index cd1c2bb64e..39cabba569 100644
--- a/content/engine/release-notes/27.0.md
+++ b/content/engine/release-notes/27.0.md
@@ -4,7 +4,6 @@ description: Learn about the new features, bug fixes, and breaking changes for D
keywords: docker, docker engine, ce, whats new, release notes
toc_min: 1
toc_max: 2
-skip_read_time: true
---
This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 27.0.
diff --git a/content/engine/release-notes/27.1.md b/content/engine/release-notes/27.1.md
index 2635374543..cfd3896928 100644
--- a/content/engine/release-notes/27.1.md
+++ b/content/engine/release-notes/27.1.md
@@ -4,7 +4,6 @@ description: Learn about the new features, bug fixes, and breaking changes for D
keywords: docker, docker engine, ce, whats new, release notes
toc_min: 1
toc_max: 2
-skip_read_time: true
tags:
- Release notes
aliases:
diff --git a/content/glossary.md b/content/glossary.md
index d492c3bb9a..5b51b274c8 100644
--- a/content/glossary.md
+++ b/content/glossary.md
@@ -4,7 +4,6 @@ description: Glossary of terms used around Docker
keywords: glossary, docker, terms, definitions
layout: glossary
notoc: true
-skip_feedback: true
aliases:
- /engine/reference/glossary/
- /reference/glossary/
diff --git a/content/manuals.md b/content/manuals.md
index fa6ddeece1..39009c1230 100644
--- a/content/manuals.md
+++ b/content/manuals.md
@@ -3,7 +3,6 @@ title: Manuals
description: Learn how to install, set up, configure, and use Docker products with this collection of user guides
keywords: docker, docs, manuals, products, user guides, how-to
notoc: true
-skip_read_time: true
development:
- title: Docker Desktop
description: Your command center for container development.
diff --git a/content/security/for-admins/provisioning/scim.md b/content/security/for-admins/provisioning/scim.md
index a33f71e522..49e1ace729 100644
--- a/content/security/for-admins/provisioning/scim.md
+++ b/content/security/for-admins/provisioning/scim.md
@@ -2,15 +2,8 @@
keywords: SCIM, SSO, user provisioning, de-provisioning, role mapping, assign users
title: SCIM provisioning
description: Learn how System for Cross-domain Identity Management works and how to set it up.
-
aliases:
-- /security/for-admins/scim/
-
-direct_from:
-- /docker-hub/company-scim/
-- /docker-hub/scim/
-- /admin/company/settings/scim/
-- /admin/organization/security-settings/scim/
+ - /security/for-admins/scim/
---
This section is for administrators who want to enable System for Cross-domain Identity Management (SCIM) 2.0 for their business. It is available for Docker Business customers.