Skip to content

docs(deployment): remove duplicate Development/Testing/Troubleshooting sections from DEPLOYMENT.md#219

Open
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/fix-deploy-doc-duplication-20260626
Open

docs(deployment): remove duplicate Development/Testing/Troubleshooting sections from DEPLOYMENT.md#219
andrerfneves wants to merge 1 commit into
mainfrom
maintenance/fix-deploy-doc-duplication-20260626

Conversation

@andrerfneves

Copy link
Copy Markdown
Owner

Summary

Removes duplicate Development, Testing, and Troubleshooting sections from DEPLOYMENT.md that overlapped with content already in README.md. Adds a cross-reference to the README for dev/test/troubleshooting instructions. Keeps the Build for Production section since it's directly relevant to deployment workflows.

Why

Having the same information in two files creates documentation drift risk — when someone updates the build command, test command, or Node.js version requirement in the README, they'd need to remember to also update DEPLOYMENT.md. Removing these duplicate sections eliminates the drift surface while keeping deployment-relevant content.

Sections removed

  • Development (Local Development + Storybook) — npm install, npm run dev, npm run storybook — all already documented in the README
  • Testingnpm test with Vitest — already documented in the README
  • Troubleshooting — Node.js version, Storybook cache, test failures — already documented in the README

Sections retained

  • Build for Productionnpm run build and build output explanation — kept because building is a prerequisite for deployment

Changes

  • DEPLOYMENT.md: Removed 3 duplicate sections (57 lines), added cross-reference to README

Test Plan

  • All 52 existing tests pass
  • Production build succeeds
  • No behavior change — documentation-only change

…rom DEPLOYMENT.md

The Development, Testing, and Troubleshooting sections in DEPLOYMENT.md
duplicated content already present in README.md, creating documentation
drift risk. Removed these sections and added a cross-reference to the
README for development, testing, and troubleshooting instructions.

Kept the Build for Production section since it's directly relevant to
deployment workflows.
@vercel

vercel Bot commented Jun 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lightning-decoder Ready Ready Preview, Comment Jun 26, 2026 12:06pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant