Skip to content

fix: add Makefile local setup commands - #4454

Open
pratik-naik003 wants to merge 1 commit into
kubeflow:masterfrom
pratik-naik003:fix/docs-makefile-local-setup
Open

fix: add Makefile local setup commands#4454
pratik-naik003 wants to merge 1 commit into
kubeflow:masterfrom
pratik-naik003:fix/docs-makefile-local-setup

Conversation

@pratik-naik003

Copy link
Copy Markdown

Description of Changes

This PR adds a root Makefile with simple local development commands for the website:

  • make setup to initialize the Docsy submodule and install Node dependencies
  • make serve to start the local Hugo server
  • make build to build the site

It also updates the README local setup instructions to use these make commands instead of the longer manual sequence.

This improves the contributor experience and makes the local setup flow easier to follow.

Related Issues

Closes: #4453

Checklist

@google-oss-prow

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign juliusvonkohout for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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

@google-oss-prow

Copy link
Copy Markdown

Hi @pratik-naik003. Thanks for your PR.

I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@github-actions

Copy link
Copy Markdown

🚫 This command cannot be processed. Only organization members or owners can use the commands.

@Arhell Arhell left a comment

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.

/ok-to-test

@pratik-naik003

Copy link
Copy Markdown
Author

/assign @pratik-naik003

Signed-off-by: pratik naik <naikp0241@gmail.com>
@pratik-naik003
pratik-naik003 force-pushed the fix/docs-makefile-local-setup branch from cfb364f to 9c60bd9 Compare August 25, 2026 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: add Makefile-based local setup commands for the website

2 participants