Conversation
# Conflicts: # en/components/navdrawer.md # jp/components/navdrawer.md
…xplat-docs-to-angular-docs-EN_2026.2.25.1 Changes from igniteui-xplat-docs-to-angular-docs-EN for en
…-angular-docs-JP+KR_2026.2.25.1
…xplat-docs-to-angular-docs-JP+KR_2026.2.25.1 Changes from igniteui-xplat-docs-to-angular-docs-JP+KR for jp
feat(*): adding clarification about the automatic update migration
fix(dialog): adding missing import for code snippet
…snippet Syncs jp/components/dialog.md with en/components/dialog.md (PR #6135). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Fix incorrect imports
Update standalone api links
…040266c29b3c93dd [jp-sync] fix(jp/dialog): sync missing import for code snippet
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
fix(*): removing all references to raised buttons
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…er-docs fix(date-range-picker): clarify two-input structure and picker toggle usage
refactor(grids): cleanup search snippets
docs(navigation-drawer): remove nav tag since it is added from the component itself
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Increasing the height of the sample so that it doesn't look cropped
…d_yarn-8d4971d3be (#6448) chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…xplat-docs-to-angular-docs-EN_2026.4.1.3 Changes from igniteui-xplat-docs-to-angular-docs-EN for en
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation across multiple locales (EN/JP/KR) to reflect new/updated Ignite UI for Angular entry points, adds new AI-related topics (Agent Skills, Theming MCP), and applies cross-platform formatting cleanups (e.g., admonition syntax, code-view formatting).
Changes:
- Update many docs to use new import paths / directive collections and refresh GitHub source links.
- Add/expand AI docs (Agent Skills, Theming MCP) and DV “What’s New” / changelog entries.
- Apply formatting and markup cleanups (admonitions, code-view tags, nav drawer samples, etc.).
Reviewed changes
Copilot reviewed 141 out of 142 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| kr/components/navdrawer.md | Formatting updates to nav drawer template examples (removes <nav> wrapper). |
| kr/components/grids_templates/search.md | Updates search result count API usage to matchCount and reformats snippets. |
| kr/components/exporter-csv.md | Adjusts embedded demo height and tag formatting. |
| jp/components/treegrid/tree-grid.md | Updates IGX_TREE_GRID_DIRECTIVES source link path. |
| jp/components/tree.md | Updates IGX_TREE_DIRECTIVES source link path. |
| jp/components/tooltip.md | Updates tooltip import paths to igniteui-angular/directives. |
| jp/components/time-picker.md | Updates IGX_TIME_PICKER_DIRECTIVES source link path. |
| jp/components/tabs.md | Updates IGX_TABS_DIRECTIVES source link path. |
| jp/components/tabbar.md | Updates IGX_BOTTOM_NAV_DIRECTIVES source link path. |
| jp/components/style-guide.md | Adds new JP style guide page demonstrating markdown/HTML patterns. |
| jp/components/stepper.md | Updates IGX_STEPPER_DIRECTIVES source link path. |
| jp/components/splitter.md | Updates IGX_SPLITTER_DIRECTIVES source link path. |
| jp/components/slider/slider.md | Updates IGX_SLIDER_DIRECTIVES source link path. |
| jp/components/simple-combo.md | Updates directive link + adds selectionChanged event documentation and sample. |
| jp/components/select.md | Updates IGX_SELECT_DIRECTIVES source link path. |
| jp/components/ripple.md | Removes redundant/incorrect button import; keeps directives entry point. |
| jp/components/radio-button.md | Updates IGX_RADIO_GROUP_DIRECTIVES source link path. |
| jp/components/query-builder.md | Updates IGX_QUERY_BUILDER_DIRECTIVES source link path. |
| jp/components/pivotgrid/pivot-grid.md | Updates IGX_PIVOT_GRID_DIRECTIVES source link path. |
| jp/components/paginator.md | Updates IGX_PAGINATOR_DIRECTIVES source link path. |
| jp/components/navdrawer.md | Updates directive link path + removes <nav> wrappers in samples; minor list formatting. |
| jp/components/navbar.md | Updates IGX_NAVBAR_DIRECTIVES source link path. |
| jp/components/month-picker.md | Updates IGX_CALENDAR_DIRECTIVES source link path. |
| jp/components/list.md | Updates IGX_LIST_DIRECTIVES source link path. |
| jp/components/linear-progress.md | Updates IGX_LINEAR_PROGRESS_BAR_DIRECTIVES source link path. |
| jp/components/label-input.md | Updates IGX_INPUT_GROUP_DIRECTIVES source link path. |
| jp/components/input-group.md | Updates IGX_INPUT_GROUP_DIRECTIVES source link path. |
| jp/components/hierarchicalgrid/hierarchical-grid.md | Updates IGX_HIERARCHICAL_GRID_DIRECTIVES source link path. |
| jp/components/grids_templates/summaries.md | Splits imports across core and grids/core. |
| jp/components/grids_templates/sorting.md | Changes SortingDirection import to igniteui-angular/core. |
| jp/components/grids_templates/search.md | Updates result count API usage to matchCount and reformats snippets. |
| jp/components/grids_templates/filtering.md | Changes filtering-related imports to igniteui-angular/core. |
| jp/components/grids_templates/column-hiding.md | Updates narrative + swaps module imports to component/directive imports in snippets. |
| jp/components/grids_templates/cascading-combos.md | Updates selection event args type to IComboSelectionChangingEventArgs. |
| jp/components/grid/grid.md | Updates IGX_GRID_DIRECTIVES source link path. |
| jp/components/general/update-guide.md | Updates combo README link path. |
| jp/components/general/how-to/how-to-use-standalone-components.md | Refreshes the utility directives table links to new repo paths. |
| jp/components/general/code-splitting-and-multiple-entry-points.md | Simplifies imports; updates button directive import to directives. |
| jp/components/general-whats-new-dv.md | Adds new JP DV “What’s New” page. |
| jp/components/general-changelog-dv.md | Adds DV changelog entry for 21.0.1 and expands 21.0.0 notes. |
| jp/components/exporter-csv.md | Adjusts embedded demo height and tag formatting. |
| jp/components/expansion-panel.md | Updates IGX_EXPANSION_PANEL_DIRECTIVES source link path. |
| jp/components/drop-down.md | Updates IGX_DROP_DOWN_DIRECTIVES source link path. |
| jp/components/drag-drop.md | Updates IGX_DRAG_DROP_DIRECTIVES source link path. |
| jp/components/dialog.md | Updates IGX_DIALOG_DIRECTIVES source link path; adds animations import snippet. |
| jp/components/date-range-picker.md | Updates IGX_DATE_RANGE_PICKER_DIRECTIVES source link path. |
| jp/components/date-picker.md | Updates IGX_DATE_PICKER_DIRECTIVES source link path. |
| jp/components/combo.md | Updates directive link; updates event args type; adds selectionChanged event docs and samples. |
| jp/components/circular-progress.md | Updates IGX_CIRCULAR_PROGRESS_BAR_DIRECTIVES source link path. |
| jp/components/chip.md | Updates IGX_CHIPS_DIRECTIVES source link path. |
| jp/components/charts/types/data-pie-chart.md | Improves “Others” section wording and adds styling details for Others slice. |
| jp/components/carousel.md | Updates IGX_CAROUSEL_DIRECTIVES source link path. |
| jp/components/card.md | Updates IGX_CARD_DIRECTIVES source link path. |
| jp/components/calendar.md | Updates IGX_CALENDAR_DIRECTIVES source link path. |
| jp/components/button.md | Updates button module/directive imports to igniteui-angular/directives. |
| jp/components/button-group.md | Updates IGX_BUTTON_GROUP_DIRECTIVES source link path. |
| jp/components/banner.md | Updates IGX_BANNER_DIRECTIVES source link path. |
| jp/components/action-strip.md | Updates directive link; updates button directive import to directives. |
| jp/components/accordion.md | Updates IGX_ACCORDION_DIRECTIVES source link path. |
| en/components/zoomslider-overview.md | Removes xplat HTML comment markers around sections. |
| en/components/treegrid/tree-grid.md | Updates IGX_TREE_GRID_DIRECTIVES source link path. |
| en/components/tree.md | Updates IGX_TREE_DIRECTIVES source link path. |
| en/components/tooltip.md | Updates tooltip imports to igniteui-angular/directives. |
| en/components/time-picker.md | Updates IGX_TIME_PICKER_DIRECTIVES source link path. |
| en/components/tabs.md | Updates IGX_TABS_DIRECTIVES source link path. |
| en/components/tabbar.md | Updates IGX_BOTTOM_NAV_DIRECTIVES source link path. |
| en/components/stepper.md | Updates IGX_STEPPER_DIRECTIVES source link path. |
| en/components/spreadsheet-overview.md | Fixes DocFX admonition marker syntax ([!Note]). |
| en/components/spreadsheet-chart-adapter.md | Fixes DocFX admonition marker syntax ([!Note]). |
| en/components/splitter.md | Updates IGX_SPLITTER_DIRECTIVES source link path. |
| en/components/slider/slider.md | Updates IGX_SLIDER_DIRECTIVES source link path. |
| en/components/simple-combo.md | Updates directive link + adds selectionChanged event documentation and sample. |
| en/components/select.md | Updates IGX_SELECT_DIRECTIVES source link path. |
| en/components/ripple.md | Removes redundant/incorrect button import; keeps directives entry point. |
| en/components/radio-button.md | Updates IGX_RADIO_GROUP_DIRECTIVES source link path. |
| en/components/radial-gauge.md | Removes xplat HTML comment markers around sections. |
| en/components/query-builder.md | Updates IGX_QUERY_BUILDER_DIRECTIVES source link path. |
| en/components/pivotGrid/pivot-grid.md | Updates IGX_PIVOT_GRID_DIRECTIVES source link path. |
| en/components/paginator.md | Updates IGX_PAGINATOR_DIRECTIVES source link path. |
| en/components/navdrawer.md | Updates directive link path + removes <nav> wrappers in samples. |
| en/components/navbar.md | Updates IGX_NAVBAR_DIRECTIVES source link path. |
| en/components/month-picker.md | Updates IGX_CALENDAR_DIRECTIVES source link path. |
| en/components/menus/toolbar.md | Removes xplat HTML comment markers around sections. |
| en/components/list.md | Updates IGX_LIST_DIRECTIVES source link path. |
| en/components/linear-progress.md | Updates IGX_LINEAR_PROGRESS_BAR_DIRECTIVES source link path. |
| en/components/linear-gauge.md | Removes xplat HTML comment markers around sections. |
| en/components/label-input.md | Updates IGX_INPUT_GROUP_DIRECTIVES source link path. |
| en/components/interactivity/accessibility-compliance.md | Fixes DocFX admonition marker syntax ([!WARNING]). |
| en/components/inputs/color-editor.md | Removes xplat HTML comment markers around sections. |
| en/components/input-group.md | Updates IGX_INPUT_GROUP_DIRECTIVES source link path. |
| en/components/hierarchicalgrid/hierarchical-grid.md | Updates IGX_HIERARCHICAL_GRID_DIRECTIVES source link path. |
| en/components/grids_templates/summaries.md | Splits imports across core and grids/core. |
| en/components/grids_templates/sorting.md | Changes SortingDirection import to igniteui-angular/core. |
| en/components/grids_templates/search.md | Updates result count API usage to matchCount and reformats snippets. |
| en/components/grids_templates/filtering.md | Changes filtering-related imports to igniteui-angular/core. |
| en/components/grids_templates/column-hiding.md | Updates narrative + swaps module imports to component/directive imports in snippets. |
| en/components/grids_templates/cascading-combos.md | Updates selection event args type to IComboSelectionChangingEventArgs. |
| en/components/grid/grid.md | Updates IGX_GRID_DIRECTIVES source link path. |
| en/components/geo-map.md | Removes xplat HTML comment markers around sections. |
| en/components/geo-map-binding-multiple-shapes.md | Removes xplat HTML comment markers around sections. |
| en/components/general/update-guide.md | Updates combo README link path. |
| en/components/general/how-to/how-to-use-standalone-components.md | Refreshes the utility directives table links to new repo paths. |
| en/components/general/code-splitting-and-multiple-entry-points.md | Simplifies imports; updates button directive import to directives. |
| en/components/general-changelog-dv.md | Fixes DocFX admonition marker syntax ([!Note]). |
| en/components/exporter-csv.md | Adjusts embedded demo height and tag formatting. |
| en/components/expansion-panel.md | Updates IGX_EXPANSION_PANEL_DIRECTIVES source link path. |
| en/components/excel-library.md | Removes xplat HTML comment markers around sections. |
| en/components/excel-library-working-with-charts.md | Fixes DocFX admonition marker syntax ([!Note]). |
| en/components/excel-library-using-worksheets.md | Removes xplat HTML comment markers around sections. |
| en/components/excel-library-using-cells.md | Removes xplat HTML comment markers around sections. |
| en/components/drop-down.md | Updates IGX_DROP_DOWN_DIRECTIVES source link path. |
| en/components/drag-drop.md | Updates IGX_DRAG_DROP_DIRECTIVES source link path. |
| en/components/dialog.md | Updates IGX_DIALOG_DIRECTIVES source link path; adds animations import snippet. |
| en/components/date-range-picker.md | Updates directive link path; expands two-input configuration docs and examples. |
| en/components/date-picker.md | Updates IGX_DATE_PICKER_DIRECTIVES source link path. |
| en/components/dashboard-tile.md | Removes xplat HTML comment markers around sections. |
| en/components/combo.md | Updates directive link; updates event args type; adds selectionChanged event docs and samples. |
| en/components/circular-progress.md | Updates IGX_CIRCULAR_PROGRESS_BAR_DIRECTIVES source link path. |
| en/components/chip.md | Updates IGX_CHIPS_DIRECTIVES source link path. |
| en/components/charts/types/data-pie-chart.md | Adds documentation for styling the “Others” slice. |
| en/components/charts/features/chart-user-annotations.md | Fixes DocFX admonition marker syntax ([!Note]). |
| en/components/charts/features/chart-titles.md | Adds new chart-titles topic stub (currently TODO-only). |
| en/components/charts/features/chart-performance.md | Fixes DocFX admonition marker syntax ([!Note]). |
| en/components/charts/features/chart-navigation.md | Fixes DocFX admonition marker syntax ([!Note]). |
| en/components/charts/features/chart-data-annotations.md | Fixes DocFX admonition marker syntax ([!Note]). |
| en/components/charts/features/chart-data-aggregations.md | Fixes DocFX admonition marker syntax ([!Note]). |
| en/components/charts/features/chart-axis-layouts.md | Fixes DocFX admonition marker syntax ([!Note]). |
| en/components/charts/features/chart-axis-gridlines.md | Fixes DocFX admonition marker syntax ([!Note]). |
| en/components/charts/chart-overview.md | Removes/neutralizes xplat HTML comment markers near Angular-only content. |
| en/components/carousel.md | Updates IGX_CAROUSEL_DIRECTIVES source link path. |
| en/components/card.md | Updates IGX_CARD_DIRECTIVES source link path. |
| en/components/calendar.md | Updates IGX_CALENDAR_DIRECTIVES source link path. |
| en/components/button.md | Updates button module/directive imports to igniteui-angular/directives. |
| en/components/button-group.md | Updates IGX_BUTTON_GROUP_DIRECTIVES source link path. |
| en/components/bullet-graph.md | Removes xplat HTML comment markers around sections. |
| en/components/banner.md | Updates IGX_BANNER_DIRECTIVES source link path. |
| en/components/ai/theming-mcp.md | Updates metadata/content for Theming MCP topic; adjusts links and resources. |
| en/components/ai/skills.md | Refactors/expands Agent Skills topic with discovery locations and install options. |
| en/components/action-strip.md | Updates directive link; updates button directive import to directives. |
| en/components/accordion.md | Updates IGX_ACCORDION_DIRECTIVES source link path. |
| cspell.json | Adds new dictionary words (junie, xplat). |
| .github/workflows/sync-jp-docs.md | Updates JP-doc sync agent instructions with TOC filtering step and rules. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <div class="resultsText"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchCount > 0"> | ||
| {{ @@igObjectRef.lastSearchInfo.activeMatchIndex + 1 }} of {{ @@igObjectRef.lastSearchInfo.matchCount }} results | ||
| </span> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchInfoCache.length == 0"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchCount == 0"> | ||
| No results |
There was a problem hiding this comment.
lastSearchInfo is used without guarding for it being defined. In Angular templates, @@igObjectRef.lastSearchInfo.matchCount will throw if lastSearchInfo is undefined (e.g., before the first find). Please restore the outer *ngIf="@@igObjectRef.lastSearchInfo" guard, or use safe navigation (lastSearchInfo?.matchCount, lastSearchInfo?.activeMatchIndex) in the conditions and interpolations.
| <igx-suffix *ngIf="searchText.length > 0"> | ||
| <div class="resultsText" *ngIf="@@igObjectRef.lastSearchInfo"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchInfoCache.length > 0"> | ||
| {{ @@igObjectRef.lastSearchInfo.activeMatchIndex + 1 }} of {{ @@igObjectRef.lastSearchInfo.matchInfoCache.length }} results | ||
| <div class="resultsText"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchCount > 0"> | ||
| {{ @@igObjectRef.lastSearchInfo.activeMatchIndex + 1 }} of {{ @@igObjectRef.lastSearchInfo.matchCount }} results | ||
| </span> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchInfoCache.length == 0"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchCount == 0"> | ||
| No results | ||
| </span> |
There was a problem hiding this comment.
Same issue as above: @@igObjectRef.lastSearchInfo is dereferenced inside the suffix without a guard, which can throw before any search has run. Please add an *ngIf guard or use ?. safe navigation in the conditions/interpolations.
| <div class="resultsText"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchCount > 0"> | ||
| {{ @@igObjectRef.lastSearchInfo.activeMatchIndex + 1 }} of {{ @@igObjectRef.lastSearchInfo.matchCount }} results | ||
| </span> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchInfoCache.length == 0"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchCount == 0"> | ||
| No results |
There was a problem hiding this comment.
lastSearchInfo is dereferenced without checking it exists. @@igObjectRef.lastSearchInfo.matchCount can throw in the template before the first search. Please restore the *ngIf="@@igObjectRef.lastSearchInfo" wrapper or use safe navigation (?.) in the conditions and interpolations.
| <igx-suffix *ngIf="searchText.length > 0"> | ||
| <div class="resultsText" *ngIf="@@igObjectRef.lastSearchInfo"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchInfoCache.length > 0"> | ||
| {{ @@igObjectRef.lastSearchInfo.activeMatchIndex + 1 }} of {{ @@igObjectRef.lastSearchInfo.matchInfoCache.length }} results | ||
| <div class="resultsText"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchCount > 0"> | ||
| {{ @@igObjectRef.lastSearchInfo.activeMatchIndex + 1 }} of {{ @@igObjectRef.lastSearchInfo.matchCount }} results | ||
| </span> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchInfoCache.length == 0"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchCount == 0"> | ||
| No results | ||
| </span> |
There was a problem hiding this comment.
@@igObjectRef.lastSearchInfo is used inside the suffix without a guard; this can throw before any search is executed. Add an *ngIf guard for lastSearchInfo or use ?. safe navigation in the *ngIf expressions and interpolations.
| <div class="resultsText"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchCount > 0"> | ||
| {{ @@igObjectRef.lastSearchInfo.activeMatchIndex + 1 }} of {{ @@igObjectRef.lastSearchInfo.matchCount }} results | ||
| </span> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchInfoCache.length == 0"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchCount == 0"> | ||
| No results | ||
| </span> |
There was a problem hiding this comment.
@@igObjectRef.lastSearchInfo is accessed without a guard. @@igObjectRef.lastSearchInfo.matchCount can throw in the template before the first find updates lastSearchInfo. Please add back the *ngIf="@@igObjectRef.lastSearchInfo" wrapper or use safe navigation (?.) in the *ngIf conditions and interpolations.
| <igx-suffix *ngIf="searchText.length > 0"> | ||
| <div class="resultsText" *ngIf="@@igObjectRef.lastSearchInfo"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchInfoCache.length > 0"> | ||
| {{ @@igObjectRef.lastSearchInfo.activeMatchIndex + 1 }} of {{ @@igObjectRef.lastSearchInfo.matchInfoCache.length }} results | ||
| <div class="resultsText"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchCount > 0"> | ||
| {{ @@igObjectRef.lastSearchInfo.activeMatchIndex + 1 }} of {{ @@igObjectRef.lastSearchInfo.matchCount }} results | ||
| </span> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchInfoCache.length == 0"> | ||
| <span *ngIf="@@igObjectRef.lastSearchInfo.matchCount == 0"> | ||
| No results | ||
| </span> |
There was a problem hiding this comment.
Same issue in the suffix example: @@igObjectRef.lastSearchInfo.matchCount is evaluated without guarding lastSearchInfo. This can throw before any search has occurred. Add an *ngIf guard or switch to lastSearchInfo?.matchCount / lastSearchInfo?.activeMatchIndex.
| grep -E 'href:' en/components/toc.yml \ | ||
| | sed "s/.*href:\s*//" \ | ||
| | tr -d "'" | tr -d '"' \ | ||
| | grep -v '^http' \ | ||
| | awk 'NF {print "en/components/" $0}'; \ | ||
| } |
There was a problem hiding this comment.
The sed expression uses \s* to match whitespace, but POSIX sed does not support \s. This will fail on many environments. Consider switching to a portable pattern like [[:space:]]* and/or using sed -E (e.g., replace \s* with [[:space:]]*).
| ```bash | ||
| ng add igniteui-angular | ||
| ``` | ||
|
|
||
| Also confirm that `core()` is called before any other theming mixin in your `styles.scss`. See [Theming with Sass](../themes/sass/index.md) for the correct file setup. | ||
| Also confirm that `core()` is called before any other theming mixin in your `styles.scss`. See [Theming with Sass](<a href="https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/sass/index">) for the correct file setup. | ||
|
|
||
| ## Additional Resources | ||
|
|
||
| Related topics: | ||
| - [Ignite UI for Angular Skills](./skills.md) |
There was a problem hiding this comment.
This Markdown link is malformed: See [Theming with Sass](<a href="…">) mixes Markdown link syntax with an HTML anchor tag and likely won’t render correctly. Use either a normal Markdown link (preferred) or a plain HTML <a> element, but not both.
| ## アラート | ||
| > | ||
| > [!WARNING] | ||
| > これはメモのテキストです。 | ||
| > 2 行にわたっています。 | ||
| > [!NOTE] | ||
| > 1 行の注記です。 | ||
| > [!IMPORTANT] | ||
| > 帽子をかぶることを忘れないでください! |
There was a problem hiding this comment.
The alert/admonition example chains multiple [!...] blocks inside a single blockquote. In DocFX/Docs Markdown, each admonition should be its own blockquote starting with > [!WARNING] / > [!NOTE], etc., otherwise later markers are rendered as plain text inside the first admonition. Please split this into separate admonition blocks so the style guide demonstrates valid syntax.
| - Bar/Column/Waterfall シリーズを角丸から四角い角に変更 | ||
| - Scatter High Density シリーズの最小値/最大値の密度 (headt) プロパティの色を変更 | ||
| - Financial/Waterfall シリーズの負の塗りつぶしビジュアルの色を変更 | ||
| - マーカーの太さを 1px から 2px に変更 |
There was a problem hiding this comment.
Typo in property name: headt is likely intended to be heat (as in heat/density for Scatter High Density). Please verify the correct API/property naming and fix the spelling to avoid confusing readers.
Sync jp/components/ai/skills.md and jp/components/ai/theming-mcp.md with the updated English source files from the latest push. Changes to jp/components/ai/skills.md: - Update frontmatter: add _license: MIT, mentionedTypes: []; update title, description, and keywords to align with EN - Translate new NOTE about evolving AI tooling landscape - Replace Method 1/2 structure with ## スキルの場所 (Skill Locations) section covering GitHub Copilot, Claude, Cursor, Gemini CLI, Antigravity, Junie, and Windsurf per-tool tables - Replace Method 2 with ## スキルのインストール (Installing Skills) using Options A (npm), B (gemini skills CLI), C (npx skills CLI), matching the EN Option A/B/C structure - Update ## その他のリソース links to match EN Changes to jp/components/ai/theming-mcp.md: - Update frontmatter: add _license: MIT, mentionedTypes: []; update title and keywords to align with EN - Update Prerequisites: remove specific version details, update install command from ng add to npm install igniteui-theming - Fix detect_platform troubleshooting typo (package.jso -> package.json) - Update Additional Resources to match EN (skills.md link + commented theming links) - Fix Palettes link to use absolute URL matching EN Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…6452) * jp-sync: update AI skills and theming-mcp docs to match EN restructure Sync jp/components/ai/skills.md and jp/components/ai/theming-mcp.md with the updated English source files from the latest push. Changes to jp/components/ai/skills.md: - Update frontmatter: add _license: MIT, mentionedTypes: []; update title, description, and keywords to align with EN - Translate new NOTE about evolving AI tooling landscape - Replace Method 1/2 structure with ## スキルの場所 (Skill Locations) section covering GitHub Copilot, Claude, Cursor, Gemini CLI, Antigravity, Junie, and Windsurf per-tool tables - Replace Method 2 with ## スキルのインストール (Installing Skills) using Options A (npm), B (gemini skills CLI), C (npx skills CLI), matching the EN Option A/B/C structure - Update ## その他のリソース links to match EN Changes to jp/components/ai/theming-mcp.md: - Update frontmatter: add _license: MIT, mentionedTypes: []; update title and keywords to align with EN - Update Prerequisites: remove specific version details, update install command from ng add to npm install igniteui-theming - Fix detect_platform troubleshooting typo (package.jso -> package.json) - Update Additional Resources to match EN (skills.md link + commented theming links) - Fix Palettes link to use absolute URL matching EN Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix formatting and improve clarity in skills.md * Fix typos in theming-mcp.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: TomoyaWashio <148823993+TomoyaWashio@users.noreply.github.com>
Closes #
Checklist:
preview\beta../relative/path.mdIgxSelectComponent,<igx-combo>code blocksfor the names of classes / tags / propertiescode blockspending-localizationlabel when the review of the PR is done