Commit Graph

61700 Commits

Author SHA1 Message Date
David Karlsson 47487acd24 fix: render callout icons
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 14:08:48 +01:00
David Karlsson b41cdf9c02
Merge pull request #19195 from dvdksn/improve-sidebar-initial-state
site: make it faster
2024-01-25 13:07:58 +01:00
David Karlsson 0ff3eb3aab hugo: migrate font icons to svg
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 12:28:38 +01:00
David Karlsson 558fbdfabc hugo: use inline svgs for sidebar icons
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 12:28:38 +01:00
David Karlsson 1f42d72ed3 hugo: support for inline svg icons
This commit adds support for icon optimization using inline svgs,
improving site performance.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 12:28:38 +01:00
David Karlsson b6cb911afc fonts: use font-display:optional insead of swap
Having `font-display: swap` caused FOUT, swapping to `optional` improves
the experience with graceful degradation.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 08:35:41 +01:00
David Karlsson a6a5cb5ebe js: remove sidebar scrolldown effect
When accessing a page that's far down the left-hand sidebar, we have a
script that would scroll the sidebar position down so that the selected
item is visible. In some cases, this would cause some confusion and
jittery rendering on page load.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 08:35:41 +01:00
David Karlsson ff459f0dcd css: improve styles to reduce layout shifts
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 08:35:33 +01:00
Stephanie Aurelio e0f3049d5d
Billing and subscription FAQ updates (#19182)
* move faq content to main manuals

* add crosslink

* update wording

* implement feedback

* update callout
2024-01-24 13:12:59 -08:00
David Karlsson 299ffee524 hugo: improve sidebar rendering and behavior
Removes the alpine.js components for the sidebar, and uses vanilla
eventlisteners instead. Also moved off javascript for handling the
expanse/collapse display, in favor of using css only.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-24 16:34:00 +01:00
David Karlsson 0791ea5e56
Merge pull request #19198 from dvdksn/build-cloud-new-badge
build cloud new badge
2024-01-24 16:29:24 +01:00
David Karlsson 9d4269ab21
Merge pull request #19199 from dvdksn/hidden-cli-opts
hugo: do not render hidden cli options
2024-01-24 16:08:52 +01:00
David Karlsson 15485594b4 hugo: do not render hidden cli options
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-24 15:51:18 +01:00
David Karlsson 26a83789d2 build: add "new" badge for build cloud
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-24 15:30:02 +01:00
David Karlsson 6f2df42f35 hugo: fix vertical alignment for html strings
Strings containing subelements would be misaligned compared to the plain
text. Added centering w/ flexbox just to get it to look right in case
the rendered strings contained html.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-24 15:28:51 +01:00
David Karlsson 622e8d99ee
Merge pull request #19183 from dvdksn/engine-25.0.1-release
engine: 25.0.1 release notes
2024-01-24 11:45:06 +01:00
David Karlsson e49e3129e8 engine: 25.0.1 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-24 11:24:50 +01:00
David Karlsson 71fad086ac
Merge pull request #19191 from AkihiroSuda/patch-13
buildx: Kubernetes: fix an incorrect explanation about QEMU
2024-01-24 05:17:08 +01:00
Akihiro Suda 7e4856991e
buildx: Kubernetes: fix an incorrect explanation about QEMU
QEMU (user mode) performs full CPU emulation, not full system emulation
2024-01-24 13:11:12 +09:00
David Karlsson 0fb1c653c3
Merge pull request #19189 from craig-osterhout/engdocs-1956
update genai guide sample repo
2024-01-24 04:38:17 +01:00
Craig Osterhout 0f9f4c40d8
temp fix genai sample repo
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-01-23 14:40:34 -08:00
David Karlsson d176a6c330
Merge pull request #19070 from dvdksn/scout-policy-base-image-from-approved-src
scout(policy): Unapproved base images
2024-01-23 21:24:37 +01:00
Sebastiaan van Stijn ebbdd919a3
Merge pull request #19185 from dvdksn/25.0-releasenote-fixup
engine: add normalized RLIMIT_NOFILE default to v25 release note
2024-01-23 18:20:00 +01:00
Allie Sadler dcfe8baa0b
ENGDOCS-1948 (#19121)
* ENGDOCS-1948

* edits

* review edits
2024-01-23 15:53:43 +00:00
David Karlsson d4aede6c36
Merge pull request #19175 from nico1510/change-build-ga-redirect
redirect to marketing page
2024-01-23 15:24:12 +01:00
David Karlsson 388c64992a
Merge pull request #19122 from dvdksn/dbc-landing-page-banner
site: dbc landing page banner
2024-01-23 15:23:47 +01:00
Nicolas Beck 6c8006323b redirect: additional alias for dbc product page 2024-01-23 14:22:31 +01:00
David Karlsson 4ac3ef61aa engine: add normalized RLIMIT_NOFILE default to v25 release note
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-23 13:43:05 +01:00
David Karlsson f43578ef34
Merge pull request #19168 from dvdksn/engine-manuals-toc-titles
engine: small improvements to toc titles
2024-01-23 13:00:48 +01:00
David Karlsson cdfbb853a9
Merge pull request #19176 from dvdksn/moby-25-rro-changed-default
engine: clarify breaking change for recursive mounts
2024-01-23 13:00:35 +01:00
Allie Sadler 616bd1fcb7
ENGDOCS-1953 (#19174)
* ENGDOCS-1953

* Update content/desktop/install/windows-install.md
2024-01-23 09:13:37 +00:00
Guillaume Lours 29fdf37b5d
update Compose v2.24.2 release notes (#19180)
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-01-23 08:46:05 +00:00
Allie Sadler 29e1690853
ENGDOCS-1943 (#19179) 2024-01-23 08:44:03 +00:00
David Karlsson e4df074a75 site: dbc landing page banner
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-22 23:49:39 +01:00
Stephanie Aurelio 6ff52e1916
Add clarification on when to use collaborators (#19136)
* add clarification on collaborators

* move org info out of callout and update intro

* Implement feedback

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-22 12:06:56 -08:00
Stephanie Aurelio 6a05b4da98
Mini freshness update (#19162)
* tier 1 updates

* update overview and refresh quickstart steps

* update description and refresh for accuracy

* fix capitalization

* optimize image and replace low res image with console example
2024-01-22 08:11:34 -08:00
David Karlsson cf462ad11a scout: add base images from approved sources policy
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-22 16:38:15 +01:00
David Karlsson 243c337f2f engine: clarify breaking change for recursive mounts
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-22 16:10:45 +01:00
Josh 3a989745de
Fix(release-notes): Formatting missing from 2.24.1 entry (#19177) 2024-01-22 14:50:57 +00:00
David Karlsson c6dcf2fda2
Merge pull request #19173 from akerouanton/release-notes-moby-46603
Add a note about moby/moby#46603 in v25.0 release notes
2024-01-22 10:19:03 +01:00
Albin Kerouanton c1c034e767
Add a note about moby/moby#46603 in v25.0 release notes
Signed-off-by: Albin Kerouanton <albinker@gmail.com>
2024-01-22 09:34:41 +01:00
humanoid2050 a3bf171719
Update 12-interpolation.md (#19159)
Removed duplicate lines.
2024-01-22 08:30:40 +00:00
David Karlsson 01c54570b8 engine: small improvements to toc titles
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-21 12:02:20 +01:00
David Karlsson 3774cfbd60
Merge pull request #19157 from thaJeztah/update_version
update some engine 24.0 versions to 25.0
2024-01-20 07:27:32 +01:00
Sebastiaan van Stijn 2b6fafeedb update some engine 24.0 versions to 25.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-20 07:26:23 +01:00
David Karlsson ff1b10949f
Merge pull request #19160 from thaJeztah/api_version_redirects
engine: add additional redirects for deprecated API versions
2024-01-20 07:17:46 +01:00
David Karlsson d61337d26b
Merge pull request #19161 from thaJeztah/remove_1.10_migration
engine: remove docker 1.10 migration guide
2024-01-20 07:16:55 +01:00
Sebastiaan van Stijn 812fa0710b
engine: remove docker 1.10 migration guide
These docs described how to migrate the image store when upgrading to
the content-addressable image store in docker 1.10. As these docs were
added 9 Years ago, and were not included in the TOC, it's likely that
users will have migrated by now :D

- https://blog.docker.com/2016/01/docker-1-10-rc/
- a315a5acec

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-20 00:15:39 +01:00
Sebastiaan van Stijn 88fb770a7e
engine: add additional redirects for deprecated API versions
The deprecated API docs in the upstream repository contained redirects
for old URLs. As those docs will be removed in upstream, we should
inherit the redirects that will be removed.

Also adjusted the API versions that can be found in the v1.9.1 tag
in upstream (API v1.17 and before).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-19 23:54:24 +01:00
David Karlsson 8fc0e3c84a
Merge pull request #19155 from thaJeztah/devicemapper_removed
engine: remove devicemapper from storage-driver selection page
2024-01-19 23:18:58 +01:00