chore(docs): Correct package metadata, upgrade dependencies, and enhance npm scripts #256
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.
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 <[email protected] >"