Enhance Makefile for Cilium website development and Docker workflow#772
Merged
xmulligan merged 3 commits intocilium:mainfrom Sep 22, 2025
Merged
Enhance Makefile for Cilium website development and Docker workflow#772xmulligan merged 3 commits intocilium:mainfrom
xmulligan merged 3 commits intocilium:mainfrom
Conversation
Signed-off-by: GitHub Action <action@github.com>
👷 Deploy Preview for cilium processing.
|
✅ Deploy Preview for cilium ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
@yashisrani You should add a corresponding note in the README on how to use the makefile. |
Signed-off-by: GitHub Action <action@github.com>
Contributor
|
in the getting started section of README, add a note that says something along the lines of: "There's a makefile with all the dev commands, you can set the project using |
Contributor
Author
|
@paularah Do you want me to also remove the raw npm commands (to avoid duplication), or should we keep both for flexibility? |
Contributor
|
Keep both. I'll add a small sidenote for the dev commands. |
Signed-off-by: Yash Israni <yashisrani52@gmail.com>
paularah
approved these changes
Sep 18, 2025
Contributor
|
Thanks for the PR! |
paularah
approved these changes
Sep 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix: #773
Description:
This PR improves the Makefile for the Cilium website by:
These changes simplify contributor setup, reduce CPU load during development, and standardize Docker workflows.
How to use: