Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG ALPINE_VERSION=3.21
ARG GO_VERSION=1.25
ARG HTMLTEST_VERSION=0.17.0
ARG VALE_VERSION=3.11.2
ARG HUGO_VERSION=0.154.2
ARG HUGO_VERSION=0.156.0
ARG NODE_VERSION=22
ARG PAGEFIND_VERSION=1.5.0-beta.1

Expand Down
2 changes: 2 additions & 0 deletions content/get-started/get-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ aliases:
- /install/overview/
- /installation/
- /get-docker/
- /desktop/install/
- /desktop/setup/install/
---

Docker is an open platform for developing, shipping, and running applications.
Expand Down
3 changes: 0 additions & 3 deletions content/manuals/desktop/setup/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ build:
render: never
title: Install
weight: 10
aliases:
- /desktop/install/
- /desktop/setup/install/
---
2 changes: 1 addition & 1 deletion content/manuals/scout/explore/metrics-exporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ alongside Grafana with a pre-configured dashboard to visualize the vulnerability
3. In the Prometheus configuration file at `/prometheus/prometheus/prometheus.yml`,
replace `ORG` in the `metrics_path` property on line 6 with the namespace of your Docker organization.

```yaml {title="prometheus/prometheus.yml",hl_lines="6",linenos=1}
```yaml {title="prometheus/prometheus.yml",hl_lines="6",linenos=true}
global:
scrape_interval: 60s
scrape_timeout: 40s
Expand Down
4 changes: 2 additions & 2 deletions content/reference/api/engine/version/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ build:
sidebar:
reverse: true
cascade:
- _target:
- target:
path: /reference/api/engine/version/v1.24
layout: default
- _target:
- target:
path: /reference/api/engine/version/**
description: Reference documentation and Swagger (OpenAPI) specification for the Docker Engine API.
layout: api
Expand Down
20 changes: 10 additions & 10 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ module:
proxy: https://proxy.golang.org,direct
hugoVersion:
extended: false
min: "0.141.0"
min: "0.156.0"
mounts:
# Mount the assets directory so it doesn't get overwritten
- source: assets
Expand All @@ -297,7 +297,7 @@ module:
target: content/reference/api/engine/version-history.md
- source: docs
target: content/reference/api/engine/version
includeFiles: "*.yaml"
files: ["*.yaml"]

# BuildKit
- path: github.com/moby/buildkit
Expand All @@ -306,7 +306,7 @@ module:
target: content/reference/dockerfile.md
- source: frontend/dockerfile/docs/rules
target: content/reference/build-checks
includeFiles: "*.md"
files: ["*.md"]
- source: docs/buildkitd.toml.md
target: content/manuals/build/buildkit/toml-configuration.md
- source: docs/attestations/slsa-definitions.md
Expand All @@ -327,10 +327,10 @@ module:
mounts:
- source: docs/extend
target: content/manuals/engine/extend
excludeFiles:
- "EBS_volume.md"
- "plugins_metrics.md"
- "plugins_services.md"
files:
- "! EBS_volume.md"
- "! plugins_metrics.md"
- "! plugins_services.md"
- source: docs/deprecated.md
target: content/manuals/engine/deprecated.md
- source: docs/reference/run.md
Expand All @@ -343,18 +343,18 @@ module:
mounts:
- source: docs/reference
target: data/compose-cli
includeFiles: "*.yaml"
files: ["*.yaml"]

# Model CLI
- path: github.com/docker/model-runner/cmd/cli
mounts:
- source: docs/reference
target: data/model-cli
includeFiles: "*.yaml"
files: ["*.yaml"]

# MCP CLI
- path: github.com/docker/mcp-gateway
mounts:
- source: docs/generator/reference
target: data/mcp-cli
includeFiles: "*.yaml"
files: ["*.yaml"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 8 additions & 6 deletions layouts/index.redirects.json → layouts/home.redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@
-}}

{{- $redirects := newScratch }}
{{- range $i, $e := site.AllPages -}}
{{- if .Params.aliases -}}
{{- $target := .RelPermalink -}}
{{- range .Params.aliases -}}
{{ $redirects.SetInMap "paths" . $target }}
{{- range hugo.Sites -}}
{{- range .Pages -}}
{{- if .Params.aliases -}}
{{- $target := .RelPermalink -}}
{{- range .Params.aliases -}}
{{ $redirects.SetInMap "paths" . $target }}
{{- end -}}
{{- end -}}
{{- end -}}
{{- end -}}
{{- range $target, $aliases := site.Data.redirects -}}
{{- range $target, $aliases := hugo.Data.redirects -}}
{{- range $aliases }}
{{- $redirects.SetInMap "paths" . $target -}}
{{- end -}}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions layouts/security-announcements/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<atom:link href="{{ .Permalink }}index.xml" rel="self" type="application/rss+xml" />

{{- if eq .Type "desktop-release" -}}
{{- $releases := .Site.Data.desktop_release.releases -}}
{{- $releases := hugo.Data.desktop_release.releases -}}
{{- range $index, $release := $releases -}}
{{- if lt $index 20 -}}
<item>
Expand All @@ -31,7 +31,7 @@
{{- end -}}
{{- end -}}
{{- else if eq .Type "security-announcements" -}}
{{- $announcements := .Site.Data.security_announcements.announcements -}}
{{- $announcements := hugo.Data.security_announcements.announcements -}}
{{- range $index, $announcement := $announcements -}}
{{- if lt $index 20 -}}
<item>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish = "public"
[context.deploy-preview.environment]
NODE_VERSION = "22"
NODE_ENV = "production"
HUGO_VERSION = "0.154.2"
HUGO_VERSION = "0.156.0"
HUGO_ENABLEGITINFO = "true"
HUGO_ENVIRONMENT = "preview"
SECRETS_SCAN_OMIT_PATHS = "public/contribute/file-conventions/index.html"
Expand Down