[jp-sync] Sync JP Angular docs: Avatar topic moved to layouts/ (PR #450) - #496
Open
github-actions[bot] wants to merge 2 commits into
Open
[jp-sync] Sync JP Angular docs: Avatar topic moved to layouts/ (PR #450)#496github-actions[bot] wants to merge 2 commits into
github-actions[bot] wants to merge 2 commits into
Conversation
- Remove components/avatar.mdx (mirrors EN removal) - Add components/layouts/avatar.mdx (new comprehensive avatar topic, translated to Japanese) - Update components/toc.json: Avatar href changed from avatar.mdx to layouts/avatar.mdx - Update components/list.mdx: avatar links updated to layouts/avatar.mdx - Update components/stepper.mdx: avatar link updated to layouts/avatar.mdx - Update components/themes/misc/angular-material-theming.mdx: avatar link updated - Update components/themes/misc/bootstrap-theming.mdx: avatar link updated - Update components/tooltip.mdx: avatar links updated to layouts/avatar.mdx Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jsakamotoIGJP
self-requested a review
August 17, 2026 01:23
Contributor
There was a problem hiding this comment.
Done in this PR
- Refined the Japanese translation for better accuracy and consistency with existing JP topics.
- The JP images folder was missing the Avatar assets, so I copied them from the EN folder without modification. I verified this with
npm run angular:dev:jpand concluded that reusing the same images in JP causes no problem.
Blocker
@ChronosSF As the CI check also detected, the link to the Badge component on the Avatar page returns 404 Not Found. On the EN side, the Badge topic has already been revised and its URL path moved from /badge to /inputs/badge, but that change has not yet been applied to the JP side.
Please DO NOT MERGE this into vnext until the EN Badge changes are also applied to JP. In fact, the Badge and Avatar revisions need to land in vnext at the same time, because the Badge page also links to the Avatar page. The two pages reference each other using the new URL paths.
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: Ivan Minchev 61944284+IMinchev64@users.noreply.github.com
Syncs the Japanese Angular documentation with the changes introduced in PR #450 ("feat(docs): update avatar xplat topic").
Changes Synced
components/avatar.mdxcomponents/avatar.mdxcomponents/layouts/avatar.mdxcomponents/layouts/avatar.mdxcomponents/toc.jsoncomponents/toc.jsonhreffromavatar.mdx→layouts/avatar.mdxcomponents/list.mdxcomponents/list.mdxlayouts/avatar.mdxcomponents/stepper.mdxcomponents/stepper.mdxlayouts/avatar.mdxcomponents/themes/misc/angular-material-theming.mdxcomponents/themes/misc/angular-material-theming.mdx../../layouts/avatar.mdxcomponents/themes/misc/bootstrap-theming.mdxcomponents/themes/misc/bootstrap-theming.mdx../../layouts/avatar.mdxcomponents/tooltip.mdxcomponents/tooltip.mdxlayouts/avatar.mdxSummary
The Avatar component documentation was restructured: the old
components/avatar.mdxwas removed and replaced with a new comprehensivecomponents/layouts/avatar.mdxtopic that includes anatomy, variants, shape, size, do/don't guidance, properties table, styling (CSS variables, Sass theming, Tailwind), accessibility, troubleshooting, and FAQ sections. All cross-references to the Avatar topic in related JP docs (list, stepper, tooltip, theming pages, TOC) were updated accordingly.