chore: remove unused front matter params

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-08-20 16:49:24 +02:00
parent 35f8044ec1
commit bb3d7ee1e4
9 changed files with 2 additions and 17 deletions

View File

@ -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 `<h1>` level header. | | title | yes | The page title. This is added to the HTML output as a `<h1>` level header. |
| description | yes | A sentence that describes the page contents. This is added to the HTML metadata. Its not rendered on the page. | | description | yes | A sentence that describes the page contents. This is added to the HTML metadata. Its not rendered on the page. |
| keywords | yes | A comma-separated list of keywords. These are added to the HTML metadata. | | 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. | | 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 `<h2>` headings as the minimum. | | 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 `<h2>` 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 `<h3>` headings. Set to the same as `toc_min` to only show `toc_min` level of headings. | | 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 `<h3>` 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 `<meta name="robots" content="noindex"/>` header is added to the page. | | sitemap | no | Exclude the page from indexing by search engines. When set to `false`, the page is excluded from `sitemap.xml`, and a `<meta name="robots" content="noindex"/>` header is added to the page. |
Here's an example of a valid (but contrived) page metadata. The order of Here's an example of a valid (but contrived) page metadata. The order of

View File

@ -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 keywords: docker, docker engine, ce, whats new, release notes
toc_min: 1 toc_min: 1
toc_max: 2 toc_max: 2
skip_read_time: true
--- ---
This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 25.0. This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 25.0.

View File

@ -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 keywords: docker, docker engine, ce, whats new, release notes
toc_min: 1 toc_min: 1
toc_max: 2 toc_max: 2
skip_read_time: true
--- ---
This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 26.0. This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 26.0.

View File

@ -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 keywords: docker, docker engine, ce, whats new, release notes
toc_min: 1 toc_min: 1
toc_max: 2 toc_max: 2
skip_read_time: true
--- ---
This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 26.1. This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 26.1.

View File

@ -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 keywords: docker, docker engine, ce, whats new, release notes
toc_min: 1 toc_min: 1
toc_max: 2 toc_max: 2
skip_read_time: true
--- ---
This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 27.0. This page describes the latest changes, additions, known issues, and fixes for Docker Engine version 27.0.

View File

@ -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 keywords: docker, docker engine, ce, whats new, release notes
toc_min: 1 toc_min: 1
toc_max: 2 toc_max: 2
skip_read_time: true
tags: tags:
- Release notes - Release notes
aliases: aliases:

View File

@ -4,7 +4,6 @@ description: Glossary of terms used around Docker
keywords: glossary, docker, terms, definitions keywords: glossary, docker, terms, definitions
layout: glossary layout: glossary
notoc: true notoc: true
skip_feedback: true
aliases: aliases:
- /engine/reference/glossary/ - /engine/reference/glossary/
- /reference/glossary/ - /reference/glossary/

View File

@ -3,7 +3,6 @@ title: Manuals
description: Learn how to install, set up, configure, and use Docker products with this collection of user guides 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 keywords: docker, docs, manuals, products, user guides, how-to
notoc: true notoc: true
skip_read_time: true
development: development:
- title: Docker Desktop - title: Docker Desktop
description: Your command center for container development. description: Your command center for container development.

View File

@ -2,15 +2,8 @@
keywords: SCIM, SSO, user provisioning, de-provisioning, role mapping, assign users keywords: SCIM, SSO, user provisioning, de-provisioning, role mapping, assign users
title: SCIM provisioning title: SCIM provisioning
description: Learn how System for Cross-domain Identity Management works and how to set it up. description: Learn how System for Cross-domain Identity Management works and how to set it up.
aliases: aliases:
- /security/for-admins/scim/ - /security/for-admins/scim/
direct_from:
- /docker-hub/company-scim/
- /docker-hub/scim/
- /admin/company/settings/scim/
- /admin/organization/security-settings/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. 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.