-
Notifications
You must be signed in to change notification settings - Fork 33
chore(docs): Correct package metadata, upgrade dependencies, and enhance npm scripts #256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for nephio ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @thc1006. Thanks for your PR. I'm waiting for a nephio-project member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
…mentation repository. The build is failing with Hugo v0.148.2 due to template system changes introduced in Hugo v0.146.0.
…mentation repository. The build is failing with Hugo v0.148.2 due to template system changes introduced in Hugo v0.146.0.
|
/ok-to-test |
This pull request introduces a series of improvements to the documentation repository, focusing on correcting configuration metadata, upgrading core dependencies, and enhancing the developer workflow. These changes address technical debt and align the project with modern best practices.
Key Changes:
1.
package.json
Overhaul:name
field fromnephio-rpoject-docs
tonephio-project-docs
.license
field fromAPACHE2
toCC-BY-4.0
to match the repository'sLICENSE
file.description
field with a clear and concise project summary.keywords
array.build
: For production builds (hugo --gc --minify
).serve
: For local development (hugo server -D
).lint
: For running quality checks.test
: An alias for thelint
script.2. Core Dependency Upgrades:
HUGO_VERSION
to0.148.2
andGO_VERSION
to1.24.5
innetlify.toml
andgo.mod
to leverage the latest features, performance improvements, and security patches.v0.12.0
ingo.mod
.go mod tidy
to ensure all dependencies are consistent.3. Code Cleanup:
!include
statement indiagrams/src/level3-nephio-porch-component.puml
to fix the diagram definition.These changes collectively improve the project's maintainability, security, and developer experience.
Signed-off-by: Hsiu-Chi Tsai <84045975+thc1006@users.noreply.github.com >"