[feat] added next.js documentation -sample guide based on the next.js documentation#24402
[feat] added next.js documentation -sample guide based on the next.js documentation#24402kristiyan-velkov wants to merge 3 commits intodocker:mainfrom
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/review |
There was a problem hiding this comment.
Assessment: 🟡 NEEDS ATTENTION
This PR adds a comprehensive Next.js language-specific guide to Docker documentation. The content is technically accurate and well-structured, but contains several style guide violations that should be addressed before merging.
Summary:
- ✅ All front matter is complete (title, description, keywords)
- ✅ Code examples appear correct
- ✅ No security issues detected
⚠️ 4 style guide violations (hedge words and line length)
Issues found:
- 3 instances of prohibited hedge words ("simplifies", "seamlessly", "efficiently")
- 2 instances of prose lines exceeding 80 characters
These are documentation quality issues that affect readability and consistency with Docker's style guide.
brandonh6k
left a comment
There was a problem hiding this comment.
Yeah, looks good. ![]()
And I understand on the pinning - I can see both sides of the argument. Honestly, I don't know that there's a "right" answer here - it all comes down to a matter of taste and exposure, so either way is correct, depending on your risk tolerance and use case.
Description
Adds a Next.js language-specific guide under
content/guides/nextjs/:docker init, multi-stage Dockerfile, standalone/export, production imageUses sample app: kristiyan-velkov/docker-nextjs-sample.
Related issues or tickets
None
Reviews