[jp-sync] Sync JP badge docs: add outlined section, update dot badge#407
Open
github-actions[bot] wants to merge 1 commit into
Open
[jp-sync] Sync JP badge docs: add outlined section, update dot badge#407github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- Add new '### アウトライン バッジ' section with outlined attribute usage, code example, sample, and border-color customization note - Update Dot Badge section to use ApiLink for 'dot' property and add code example - Update DocsAside text: background color precedence over custom colors - Reorder <hr/> to appear before '## API リファレンス' heading - Sync code block indentation from 4-space to 2-space throughout Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Original author: Adrian Petrov (adrianptrv@github) (PR #349 merged by Simeon Simeonoff (sim.simeonoff@gmail.com))
Summary
Syncs
docs/angular/src/content/jp/components/badge.mdxwith changes from PR #349 ("docs(badge): add/improve "outline" sections").Files processed
docs/angular/src/content/en/components/badge.mdxdocs/angular/src/content/jp/components/badge.mdxChanges applied
New section added —
### アウトライン バッジ(Outlined Badge): describes theoutlinedattribute, includes HTML code example,<Sample>component, and a note about customizing the border color via$border-color.Dot Badge section updated — replaced backtick
`dot`with<ApiLink type="Badge" member="dot" label="dot" />and added a code block showing<igx-badge dot></igx-badge>before the sample.DocsAside text updated — "その型により、特定の背景の色が適用されます。" → "各タイプは特定の背景色を適用し、カスタム背景色よりも優先されます。" (Each type applies a specific background color, which takes precedence over any custom background color.)
<hr/>/## API リファレンスreordered —<hr/>now precedes the heading, matching the EN structure.Code block indentation synced — multiple code blocks updated from 4-space to 2-space indentation throughout the file.