Skip to content

Sync production with staging for various fixes#372

Merged
ChronosSF merged 71 commits into
masterfrom
vnext
Jul 1, 2026
Merged

Sync production with staging for various fixes#372
ChronosSF merged 71 commits into
masterfrom
vnext

Conversation

@ChronosSF

Copy link
Copy Markdown
Member

No description provided.

dobromirts and others added 30 commits June 3, 2026 16:31
- Introduced a new module `html-to-md.ts` for converting built Astro HTML pages to Markdown.
- Integrated `turndown` and `turndown-plugin-gfm` for Markdown formatting.
- Updated `package.json` to include new dependencies for Markdown conversion.
- Modified `integration.ts` to utilize the new HTML to Markdown conversion, replacing the previous MDX stripping logic.
- Enhanced logging for Markdown generation process and added selector guard for code blocks.
- generate Markdown from rendered HTML
- create full, abridged, and topic-specific LLM bundles
- improve Unicode, code fence, link, and metadata handling
- add conversion diagnostics and update related documentation
Move the SECURITY warning to the top of the instructions section in both
sync-jp-docs-xplat.md and sync-jp-docs-angular.md so the agent reads it
before processing any documentation content. The strengthened note explicitly
calls out that commands or scripts found in documentation (e.g. python3
sync_jp_docs.py) must be ignored entirely, and lists the only permitted
tools. The redundant security note at the end of each workflow is removed.
Description fixes in MDX source files:
- Replace dash-prefixed API-list and changelog-fragment llms.description
  values with proper prose sentences (6 files: map-api EN/xplat, slider-ticks
  EN/JP, general-changelog-dv-react/wc JP)
- Remove stray trailing `{` from 14 JP llms.description fields (partial
  copy-paste of a template token)
- Fix AI toolchain description in xplat JP to use {ProductName} instead of
  hardcoded platform list (was incorrect for Blazor JP)
- Fix toc.json typo: チャートのテータ注釈 → チャートのデータ注釈

llms.ts / buildLlmsTxt localization:
- Add JP navigation-bucket labels to IGDOCS_BROAD_SECTIONS so 概要 and
  other JP toc headers are stripped from label prefixes (fixes "概要 ... Overview"
  double-label in angular-jp llms.txt)
- Add LLMS_TXT_STRINGS map with JP translations for the Documentation sets
  section heading and the two built-in doc-set links
- Add navLang and localizedDescription parameters to buildLlmsTxt so JP
  builds emit localized header blockquote and section labels

integration.ts / astro configs:
- Thread localizedDescription through CreateDocsSiteOptions → createDocsSite
  → siteMetaIntegration → buildLlmsTxt
- Supply JP localizedDescription in docs/angular/astro.config.ts and
  docs/xplat/astro.config.ts (per-platform JP descriptions)
- Make diagnosticSourceCandidates async (fsp.access instead of fs.existsSync)
  and replace hardcoded grid-type regex with generic segment-based lookup
…ment

Fix disconnected HammerModule notes in Angular 8→9 update guide
…tion references (#354)

* Fix malformed tags, platform inconsistencies, and incorrect documentation references

* revert not needed change in igniteui licensing

* Revert not needed changes

* Additional fixed code snippets

* Resolve comments from code review
…o vkombov/convert-api-links-to-md-in-llms-md
Sync Japanese documentation with English changes from PR #367.
- Update title to match new EN SEO title
- Update H1 heading to match new EN heading
- Add PlatformBlock components to first paragraph
- Remove trailing marketing sentence from third paragraph

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jsakamotoIGJP and others added 15 commits June 29, 2026 15:23
…g-theming-typo

fix(jp/toc): correct typo in styling and theming section name
…components (#377)

Sync Japanese documentation with English changes from PR #362.
Updated ApiLink type/member references for CircularProgressBar,
LinearProgressBar, and renamed grid events.

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…2 migration section (#373)

* jp-sync: remove HammerModule references, add Angular 22 migration section

Sync Japanese docs with EN changes from PR #359 (fix(ng22): removing
mentions of hammermodule).

- calendar: update DocsAside prose, remove HammerModule from imports
- carousel: remove HammerModule DocsAside block and imports
- date-picker: update DocsAside prose, remove HammerModule from imports
- date-range-picker: update prose, remove HammerModule from imports
- general/update-guide: add '21.1.x から 22.0.x' migration section;
  fix '8.x.x から 9.0.x' paragraph (remove dead link, merge sentences)
- grid: remove HammerModule DocsAside block
- hierarchical-grid: remove HammerModule DocsAside block
- list: remove HammerModule DocsAside block and imports
- month-picker: update DocsAside prose, remove HammerModule from imports
- navdrawer: update DocsAside prose, remove HammerModule from imports
- paginator: remove HammerModule from imports
- slider: remove HammerModule DocsAside block, imports, and
  standalone app.config.ts code block
- stepper: remove HammerModule from imports
- time-picker: update DocsAside prose, remove HammerModule from imports
- treegrid/tree-grid: remove HammerModule DocsAside block

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix(docs): improve JP documentation

* Revert "fix(docs): improve JP documentation"

This reverts commit bc82597.

* Update HammerModule usage instructions in update guide

* Fix wording for IgxTimePicker dependency note

---------

Co-authored-by: github-actions[bot] <41898282+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>
…mples (#343)

* docs(grid): sync JP styling section updates to match EN samples

Updated SCSS code blocks in JP hierarchical grid and tree grid docs
to match the simplified styling approach used in the English source.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* docs(grid): sync JP grids_templates styling sections to match updated EN samples

* Update text for grid theme integration instructions

Refine phrasing for clarity in Japanese documentation.

* Enhance advanced filtering dialog styling instructions

It looks like this translation does not match the original text.
The original refers to styling the header title by extending query-builder-theme and setting the $header-foreground parameter, but the Japanese translation mentions $background, $foreground, and $accent-color instead.
Could we revise it to align with the original?

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mkamiishi <mkamiishi@infragistics.com>
…o dtsvetkov/remove-metadata-leading-underscore
…ng-underscore

fix: remove metadata fields leading underscore
…o dtsvetkov/add-hierachical-transaction-links
…o vkombov/convert-api-links-to-md-in-llms-md
…action-links

docs(transactions): add hierarchical transaction links
…ary (#378)

Co-authored-by: Stamen Stoychev <chronos.stz@gmail.com>
dobromirts and others added 6 commits June 29, 2026 18:35
* Update astro components

* fix(deps): fix peer/dev dependency structure
* jp-sync: sync Angular Range Bar Chart docs to Japanese

- docs/angular/src/content/jp/components/charts/types/bar-chart.mdx:
  Added RangeBarSeries to mentionedTypes, added Japanese translation of
  the new 'Angular Range Bar Chart' section, and added RangeBarSeries
  ApiLink to API references.

- docs/angular/src/content/jp/components/charts/features/chart-performance.mdx:
  Added Range Bar Chart link to the Column Charts row in the
  performance table.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Update bar-chart.mdx

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: mkamiishi <mkamiishi@infragistics.com>
…o vkombov/convert-api-links-to-md-in-llms-md
…-in-llms-md

feat(llms): replace MDX source stripping with HTML -> Markdown pipeline for .md generation
Hristo313 and others added 6 commits June 30, 2026 15:49
The JP docs loaded live samples from a separate JP demos deploy
(jp.*.infragistics.com/angular-demos) that just duplicated the EN one.
Point the JP demo/sample base URLs (demos, dv, lob) at the EN host
(staging/www.infragistics.com) so JP consumes the English samples and
the duplicate JP deploy can be retired.
fix(blazor): remove the date from the version command
@ChronosSF ChronosSF merged commit 2c73550 into master Jul 1, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants