From b9d2d6fd7566cffb9f00449b059cf8a89c37f573 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:45:03 +0200 Subject: [PATCH 1/3] chore: remove unused scss stylesheet Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- assets/scss/api-reference.scss | 64 ---------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 assets/scss/api-reference.scss diff --git a/assets/scss/api-reference.scss b/assets/scss/api-reference.scss deleted file mode 100644 index e50483d3b2..0000000000 --- a/assets/scss/api-reference.scss +++ /dev/null @@ -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; - } -} - From 35f8044ec1f669a39ca49e104e840563a01601e2 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:45:14 +0200 Subject: [PATCH 2/3] chore: removed unused images Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- static/assets/images/rocket.svg | 1 - static/assets/images/search.png | Bin 1196 -> 0 bytes 2 files changed, 1 deletion(-) delete mode 100644 static/assets/images/rocket.svg delete mode 100644 static/assets/images/search.png diff --git a/static/assets/images/rocket.svg b/static/assets/images/rocket.svg deleted file mode 100644 index c11ed0eb20..0000000000 --- a/static/assets/images/rocket.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/static/assets/images/search.png b/static/assets/images/search.png deleted file mode 100644 index a588fd030da0aca2e0199799fb0259e102f449a1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1196 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|$r9IylHmNblJdl&R0hYC{G?O` z&)mfH)S%SFl*+=BsWuD@%o>>?5hW46K32*3xq68pHF_1f1wh>l3^w)^1&PVosU-?Y zsp*+{wo31J?^jaDOtDo8H}y5}EpSfF$n>ZxN)4{^3rViZPPR-@vbR&PsjvbXkegbP zs8ErclUHn2VXFi-*9yo63F|8hm3bwJ6}oxF$}kgLQj3#|G7CyF^YauyCMG83 zmzLNn0bL65LT&-v*t}wBFaZNhzap_f-%!s0dQ-5t1*+E>r(S)aWAs7Mixk~3Az&H;G2w|9$bl#S)I4CC zF9Ig+IKRd!1_nkcPZ!6Kid#v4{{OdUHf0c&if8E1Zur3>u%GEsyTcx_j#|!HEJcDM z*-Rg&{@-!1L?O*BsJ|(Zhf!f4-_;M&9nYBxl?23@K60uYp2Z;^YOczb~EVXe5%gF`nr%13Iy6NzTr6c_TxALkf?kUU-49pDc Date: Tue, 20 Aug 2024 16:49:24 +0200 Subject: [PATCH 3/3] 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.