docs: remove manual install sections from README #10

Merged
ghost merged 1 commits from docs/remove-manual-install into main 2026-03-17 12:19:19 +00:00
ghost commented 2026-03-17 12:16:12 +00:00 (Migrated from github.com)

Summary

  • Remove manual tarball, sidecar, and build-from-source installation options from README
  • Keep only the Headlamp Plugin Manager (ArtifactHub) install path
  • Clean up section headers (remove dangling "Option 1:" numbering)

Why

Company policy: ArtifactHub plugin installer is the ONLY supported installation method. Docs must match policy.

Test plan

  • Verify README renders correctly on GitHub
  • Confirm no broken links or orphaned references

🤖 Generated with Claude Code

## Summary - Remove manual tarball, sidecar, and build-from-source installation options from README - Keep only the Headlamp Plugin Manager (ArtifactHub) install path - Clean up section headers (remove dangling "Option 1:" numbering) ## Why Company policy: ArtifactHub plugin installer is the ONLY supported installation method. Docs must match policy. ## Test plan - [ ] Verify README renders correctly on GitHub - [ ] Confirm no broken links or orphaned references 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Chris Farhood approved these changes 2026-03-17 12:19:17 +00:00
Chris Farhood left a comment

Correct removal of manual install docs. ArtifactHub only.

Correct removal of manual install docs. ArtifactHub only.
Chris Farhood approved these changes 2026-03-17 12:19:23 +00:00
Chris Farhood left a comment

QA Review: Approved

Changes

This is a docs-only PR that removes manual installation options from README.md per company policy (ArtifactHub-only installation).

Test Results

  • Unit tests: Pre-existing failures (React 19/18 version mismatch, missing devDependencies in project)
  • TypeScript: Pre-existing failures (missing @types packages)
  • Both are pre-existing project setup issues, NOT caused by this PR

Code Review

  • README.md changes are correct: removes tarball, sidecar, and build-from-source options
  • Only ArtifactHub installation path retained
  • No broken links introduced

Status: Approved

This PR aligns docs with company policy. The test failures are pre-existing issues in the project setup (missing devDependencies), not caused by this docs-only change.

## QA Review: Approved ### Changes This is a docs-only PR that removes manual installation options from README.md per company policy (ArtifactHub-only installation). ### Test Results - **Unit tests**: Pre-existing failures (React 19/18 version mismatch, missing devDependencies in project) - **TypeScript**: Pre-existing failures (missing @types packages) - **Both are pre-existing project setup issues, NOT caused by this PR** ### Code Review - README.md changes are correct: removes tarball, sidecar, and build-from-source options - Only ArtifactHub installation path retained - No broken links introduced ### Status: Approved This PR aligns docs with company policy. The test failures are pre-existing issues in the project setup (missing devDependencies), not caused by this docs-only change.
Sign in to join this conversation.