Skip to content

may26 housekeeping#24936

Merged
dvdksn merged 8 commits intodocker:mainfrom
dvdksn:may26-housekeeping
May 1, 2026
Merged

may26 housekeeping#24936
dvdksn merged 8 commits intodocker:mainfrom
dvdksn:may26-housekeeping

Conversation

@dvdksn
Copy link
Copy Markdown
Contributor

@dvdksn dvdksn commented May 1, 2026

  • chore: upgrade pagefind and unhide search in safari
  • chore: upgrade hugo to v0.161.1
  • chore: refactor deprecated site.Data -> hugo.Data
  • chore: languages.en.languageName was deprecated in favor of .label
  • chore: .Site.LanguageCode was deprecated in favor of .Language.Locale
  • chore: remove duplicate redirects
  • chore: remove unused templates
  • chore: fail on hugo warns and remove redundant validation

dvdksn added 8 commits May 1, 2026 09:08
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented May 1, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 3a85e74
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69f465becdbea60007a7abfe
😎 Deploy Preview https://deploy-preview-24936--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Comment thread Dockerfile
FROM build-base AS path-warnings
RUN hugo --printPathWarnings > ./path-warnings.txt
RUN <<EOT
DUPLICATE_TARGETS=$(grep "Duplicate target paths" ./path-warnings.txt)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are duplicates still detected elsewhere?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, running --printPathWarnings automatically on build now - with error on warning.

Copy link
Copy Markdown
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, left one question

@dvdksn dvdksn merged commit 274681c into docker:main May 1, 2026
25 checks passed
@dvdksn dvdksn deleted the may26-housekeeping branch May 1, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants