Skip to content

fix: use docsy dependency without hugo-extended#49610

Merged
k8s-ci-robot merged 1 commit intokubernetes:mainfrom
SayakMukhopadhyay:container-build-fix
Feb 1, 2025
Merged

fix: use docsy dependency without hugo-extended#49610
k8s-ci-robot merged 1 commit intokubernetes:mainfrom
SayakMukhopadhyay:container-build-fix

Conversation

@SayakMukhopadhyay
Copy link
Copy Markdown
Member

Description

This PR changes the docsy dependency to the 0.6.x branch of Docsy which removed hugo-extended from its dependencies. This ensures that hugo-extended is not installed.

Issue

Closes: #49460

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 31, 2025
@k8s-ci-robot k8s-ci-robot added sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 31, 2025
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 31, 2025

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit f1e8412
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/679d1618dbb5e50008c606ee
😎 Deploy Preview https://deploy-preview-49610--kubernetes-io-main-staging.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 site configuration.

@nate-double-u
Copy link
Copy Markdown
Contributor

Testing on a macbook running sequoia by pulling a fresh copy of the repo and checking out this PR.

Local build ✅

npm install
make module-init
make serve

Container build ✅

npm install
make module-init
make container-build
make container-serve

This also solves the api-ref-generator dance issue I've been having 😊

Thanks for this @SayakMukhopadhyay!

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 31, 2025
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

LGTM label has been added.

DetailsGit tree hash: 6934a18cb1dbaba22588ab42634f6731716ab666

Copy link
Copy Markdown
Member

@Arhell Arhell left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Copy Markdown
Contributor

@sftim sftim left a comment

Choose a reason for hiding this comment

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

/approve

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sftim

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 1, 2025
@k8s-ci-robot k8s-ci-robot merged commit 907dfe9 into kubernetes:main Feb 1, 2025
@sftim
Copy link
Copy Markdown
Contributor

sftim commented Feb 2, 2025

Merged, but didn't fix #49460

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't run website in a container via make container-serve due to the image absence

5 participants