[jp-sync] Sync JP Angular docs: Avatar topic moved to layouts/ (PR #450) - #496
Open
github-actions[bot] wants to merge 1 commit into
Open
[jp-sync] Sync JP Angular docs: Avatar topic moved to layouts/ (PR #450)#496github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit 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>
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.