You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR fixes a markdown syntax error in the English README and adds the DeepWiki badge to the Korean README for consistency across both documentation files.
Fixes markdown formatting issue in section heading
Ensures both language versions have consistent badge display
Improves documentation accessibility by adding DeepWiki link to Korean version
Changes
README.md: Removed trailing asterisks (**) from "Problems with Traditional Overlay Management" section heading
README-ko_kr.md: Added DeepWiki badge [](https://deepwiki.com/toss/overlay-kit) to header section to match English version
Motivation and Context
The English README had a markdown syntax error where the section heading "Problems with Traditional Overlay Management" had trailing asterisks that broke the proper heading format.
Additionally, the Korean README was missing the DeepWiki badge that exists in the English version, creating inconsistency between the two documentation files.
These changes ensure:
Proper markdown rendering of section headings
Consistent badge display across both language versions
Korean-speaking users can also access DeepWiki documentation
How Has This Been Tested?
Verified markdown syntax renders correctly by previewing the README files
Confirmed DeepWiki badge link works and points to the correct repository
Checked that both README files now have matching badge sections in their headers
Screenshots (if appropriate):
Edit markdown syntax
Before
After
Add Deepwiki link
Before
After
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to change)
Documentation update
Checklist
I have performed a self-review of my own code.
My code is commented, particularly in hard-to-understand areas.
I have made corresponding changes to the documentation.
My changes generate no new warnings.
I have added tests that prove my fix is effective or that my feature works.
New and existing unit tests pass locally with my changes.
Any dependent changes have been merged and published in downstream modules.
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.85%. Comparing base (6a96688) to head (b1ea5fb). ⚠️ Report is 2 commits behind head on main.
❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
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
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.
Description
This PR fixes a markdown syntax error in the English README and adds the DeepWiki badge to the Korean README for consistency across both documentation files.
Changes
**) from "Problems with Traditional Overlay Management" section heading[](https://deepwiki.com/toss/overlay-kit)to header section to match English versionMotivation and Context
The English README had a markdown syntax error where the section heading "Problems with Traditional Overlay Management" had trailing asterisks that broke the proper heading format.
Additionally, the Korean README was missing the DeepWiki badge that exists in the English version, creating inconsistency between the two documentation files.
These changes ensure:
How Has This Been Tested?
Screenshots (if appropriate):
Edit markdown syntax
Add Deepwiki link
Types of changes
Checklist