mirror of https://github.com/docker/docs.git
chore: remove unused front matter params
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
35f8044ec1
commit
bb3d7ee1e4
|
@ -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. |
|
||||
| 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 `<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. |
|
||||
| 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. |
|
||||
|
||||
Here's an example of a valid (but contrived) page metadata. The order of
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue