docs: consolidate duplicate documentation and relocate root-level files#544
Merged
Merged
Conversation
- Remove duplicate CHANGELOG.md from root (merged into docs/CHANGELOG.md) - Delete STRUCTURE.md (content covered by docs/PROJECT_STRUCTURE.md) - Move BASELINE.md to docs/performance/BASELINE.md - Move MIGRATION.md to docs/advanced/MIGRATION.md - Move UDP_SUPPORT.md to docs/guides/UDP_SUPPORT.md - Update all internal cross-references to reflect new file locations - Add new documentation sections to docs/README.md This improves repository organization by keeping only README.md and README.kr.md at root level, following ecosystem documentation standards. Closes #543
25 tasks
Contributor
Performance ComparisonBase Branch ResultsNo base results PR Branch ResultsNo PR results |
kcenon
added a commit
that referenced
this pull request
Apr 13, 2026
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
docs/subdirectoriesWhat Changed
Files Removed from Root
CHANGELOG.mddocs/CHANGELOG.mdCHANGELOG_KO.mddocs/CHANGELOG.kr.mdSTRUCTURE.mddocs/PROJECT_STRUCTURE.md)Files Relocated
BASELINE.mddocs/performance/BASELINE.mdBASELINE_KO.mddocs/performance/BASELINE.kr.mdMIGRATION.mddocs/advanced/MIGRATION.mdUDP_SUPPORT.mddocs/guides/UDP_SUPPORT.mdUpdated Cross-References
README.kr.md- Updated BASELINE.md linksdocs/CHANGELOG.md- Updated MIGRATION.md linksdocs/CHANGELOG.kr.md- Updated MIGRATION.md linksdocs/ARCHITECTURE.md- Updated BASELINE.md linksdocs/BENCHMARKS.md- Updated BASELINE.md linksdocs/README.md- Added new documentation sectionsdocs/guides/BUILD.md- Updated CHANGELOG.md linksdocs/guides/BUILD.kr.md- Updated CHANGELOG.md linksdocs/guides/LOAD_TEST_GUIDE.md- Updated BASELINE.md linksintegration_tests/README.md- Updated BASELINE.md linksintegration_tests/README_KO.md- Updated BASELINE.md linksFinal Repository Structure
After this change, only
README.mdandREADME.kr.mdremain at root level.All other documentation is organized in
docs/subdirectories:docs/performance/- Performance metrics and baselinesdocs/advanced/- Migration guides and advanced topicsdocs/guides/- User guides and protocol documentationTest Plan
Closes #543