mirror of https://github.com/docker/docs.git
Merge pull request #20669 from dvdksn/prune-more-unused-stuff
cleanup: more unused cruft
This commit is contained in:
commit
ef8c734246
|
|
@ -1,64 +0,0 @@
|
|||
/**
|
||||
* Styles for the Swagger API documentation (engine/api/v1.x/index.html)
|
||||
*/
|
||||
|
||||
|
||||
/* ReDoc doesn't change outer page styles */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.menu-content {
|
||||
> div:first-child {
|
||||
background-color: #086DD7;
|
||||
height: 60px;
|
||||
text-align: left !important;
|
||||
|
||||
img {
|
||||
width: 160px !important;
|
||||
margin: 15px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
label.-depth0 span, label.-depth1 span {
|
||||
font-family: "Roboto",sans-serif !important;
|
||||
}
|
||||
|
||||
label.-depth0 {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
label.-depth1 span {
|
||||
color: #0055BD !important;
|
||||
}
|
||||
|
||||
ul + div {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
redoc {
|
||||
h1 {
|
||||
font-size: 32px !important;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
font-family: "Roboto",sans-serif !important;
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
p, a {
|
||||
font-family: "Roboto",sans-serif !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0055BD !important;
|
||||
}
|
||||
|
||||
// Disable request-type badges, see https://github.com/Rebilly/ReDoc/issues/61
|
||||
.operation-type {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -28,7 +28,6 @@ following keys are supported. The title, description, and keywords are required.
|
|||
| 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/
|
||||
---
|
||||
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_805_32020)"><path d="M17.001 42.684C18.163 35.93 20.008 33.552 23.057 33.698L25.987 36.627C26.133 39.676 23.755 41.522 17.001 42.684Z" fill="#FBB552"/><path d="M20.986 32.047C28.271 17.605 36.604 12.851 46.93 12.749C47.032 23.075 42.584 31.407 27.504 38.564L20.986 32.047Z" fill="#086DD7"/><path d="M34.362 25.322C35.7 26.66 37.869 26.66 39.207 25.322C40.545 23.984 40.545 21.815 39.207 20.477C37.869 19.139 35.7 19.139 34.362 20.477C33.024 21.815 33.024 23.984 34.362 25.322Z" fill="white"/><path d="M34.929 39.617L35.358 33.751L27.854 38.499L26.313 42.02C26.086 42.539 26.592 43.076 27.123 42.881L34.509 40.173C34.746 40.086 34.91 39.868 34.929 39.617Z" fill="#086DD7"/><path d="M19.963 24.651L25.829 24.222L21.081 31.726L17.56 33.267C17.041 33.493 16.504 32.988 16.699 32.456L19.407 25.071C19.494 24.834 19.711 24.669 19.963 24.651Z" fill="#086DD7"/><path d="M13.533 40.991L9.08 45.445" stroke="#8BC7F5" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.874 45.013L8.409 51.478" stroke="#8BC7F5" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.896 46.354L14.443 50.808" stroke="#8BC7F5" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_805_32020"><path width="60" height="36" fill="white" transform="translate(6 6)" d="M0 0H75V45H0V0z"/></clipPath></defs></svg>
|
||||
|
Before Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue