docs: drop snap install section and fix spacing typo - #78
Merged
Conversation
The fork no longer publishes to snap (snapcraft.yaml was removed in the prior PR). The "snap install kubepug" instructions in install.md would have fetched the stale upstream snap, not this fork — remove the section entirely. Also apply the README:96 "container. Deprecated" spacing fix to the four identical occurrences in docs/usage.md and docs/index.md for consistency on the rendered docs site. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates the documentation by removing the Snap installation instructions from docs/install.md and correcting minor spacing issues in the PodSecurityPolicy deprecation messages within docs/index.md and docs/usage.md. I have no feedback to provide.
blue4209211
enabled auto-merge (squash)
May 19, 2026 20:11
mayankpande88
approved these changes
May 20, 2026
4 tasks
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.
Summary
## Snapinstall section fromdocs/install.md. The fork no longer publishes to snap (snapcraft.yaml was removed in fix: clean up stale repo links and typo for OSS release #77), sosudo snap install kubepugwould have pulled the stale upstream snap.container. Deprecatedspacing fix from fix: clean up stale repo links and typo for OSS release #77 (README:96) to the four identical occurrences indocs/usage.md(3×) anddocs/index.md(1×) — they render alongside the README on the mkdocs site.Test plan
grep -rn "container.Deprecated" docs/ README.mdreturns nothinggrep -n "## Snap" docs/install.mdreturns nothing🤖 Generated with Claude Code