diff --git a/Dockerfile b/Dockerfile index a881a0e37ac1..9518847b8a0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ ARG ALPINE_VERSION=3.23 ARG GO_VERSION=1.26 ARG HTMLTEST_VERSION=0.17.0 ARG VALE_VERSION=3.11.2 -ARG HUGO_VERSION=0.156.0 -ARG NODE_VERSION=22 +ARG HUGO_VERSION=0.158.0 +ARG NODE_VERSION=24 ARG PAGEFIND_VERSION=1.5.0-beta.1 # base defines the generic base stage diff --git a/content/manuals/accounts/_index.md b/content/manuals/accounts/_index.md index ad91431377eb..dbb697f25430 100644 --- a/content/manuals/accounts/_index.md +++ b/content/manuals/accounts/_index.md @@ -22,7 +22,7 @@ grid: - title: Set up two-factor authentication description: Add an extra layer of authentication to your Docker account. link: /security/2fa/ - icon: phonelink_lock + icon: mobile_lock_portrait - title: Deactivate an account description: Learn how to deactivate a Docker user account. link: /accounts/deactivate-user-account/ diff --git a/content/manuals/security/_index.md b/content/manuals/security/_index.md index dce68badb60b..efcda410e111 100644 --- a/content/manuals/security/_index.md +++ b/content/manuals/security/_index.md @@ -11,7 +11,7 @@ grid_developers: - title: Set up two-factor authentication description: Add an extra layer of authentication to your Docker account. link: /security/2fa/ - icon: phonelink_lock + icon: mobile_lock_portrait - title: Manage access tokens description: Create personal access tokens as an alternative to your password. icon: password diff --git a/docs_engineer.yml b/docs_engineer.yml index 83763ac2ff07..1d17737da912 100644 --- a/docs_engineer.yml +++ b/docs_engineer.yml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://raw.githubusercontent.com/docker/docker-agent/refs/heads/main/cagent-schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/docker/docker-agent/refs/heads/main/agent-schema.json agents: root: model: opus diff --git a/layouts/_partials/content-default.html b/layouts/_partials/content-default.html index 7d148d81449f..27f741a1ff4f 100644 --- a/layouts/_partials/content-default.html +++ b/layouts/_partials/content-default.html @@ -2,7 +2,7 @@

{{ .Title | safeHTML }}

diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index ea19cfcd958d..e57796eeaebf 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -4,7 +4,7 @@ {{- range .AlternativeOutputFormats -}} {{ end -}} -{{ partial "utils/css.html" "-" }} +{{ partialCached "utils/css.html" "-" "-" }} {{- if hugo.IsProduction -}}