chore: update submodules/api#1750
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the igniteui-doc-mcp API reference corpus under packages/igniteui-mcp, expanding version coverage and aligning generated “latest” docs formatting for MCP/LLM consumption.
Changes:
- Added new full API reference exports for Ignite UI for Angular v9.0.x and Ignite UI for React v17.5.0 / v18.0.0.
- Updated several “latest” API reference headers for Web Components/Angular packages.
- Updated the Grid Lite “latest” reference content around CSP guidance (introducing a typo).
Reviewed changes
Copilot reviewed 18 out of 21 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/igniteui-mcp/igniteui-doc-mcp/docs/webcomponents-api/igniteui-grid-lite/latest/llms-full.txt | Updates “latest” header and CSP sections (contains “replaced be” typo). |
| packages/igniteui-mcp/igniteui-doc-mcp/docs/webcomponents-api/igniteui-dockmanager/latest/llms-full.txt | Updates “latest” header formatting. |
| packages/igniteui-mcp/igniteui-doc-mcp/docs/react-api/igniteui-react/18.0.0/llms-full.txt | Adds new React v18.0.0 API reference file (appears very minimal vs existing 19.5.1). |
| packages/igniteui-mcp/igniteui-doc-mcp/docs/react-api/igniteui-react/17.5.0/llms-full.txt | Adds new React v17.5.0 API reference file (appears very minimal vs existing 19.5.1). |
| packages/igniteui-mcp/igniteui-doc-mcp/docs/angular-api/igniteui-angular/9.0.x/llms-full.txt | Adds large Angular v9.0.x API reference file (contains repeated noop() entries). |
| packages/igniteui-mcp/igniteui-doc-mcp/docs/angular-api/igniteui-angular-layouts/latest/llms-full.txt | Updates “latest” header formatting. |
| packages/igniteui-mcp/igniteui-doc-mcp/docs/angular-api/igniteui-angular-gauges/latest/llms-full.txt | Updates “latest” header formatting. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### [noop](https://www.infragistics.com/api/angular/igniteui-angular/9.0.x/functions/noop) | ||
| `noop(): void` | ||
|
|
||
| ### [noop](https://www.infragistics.com/api/angular/igniteui-angular/9.0.x/functions/noop) | ||
| `noop(): void` |
There was a problem hiding this comment.
Fixed in commit fix: deduplicate repeated noop() entries in Angular API export pipeline.
Added a deduplicateLlmsFull() function to export-angular-api.ts that strips duplicate ### heading sections when copying the Astro-generated files, so future pipeline runs will always emit each entry once. Also removed the 9 duplicate noop() entries from the committed llms-full.txt file directly.
| # Ignite UI for React v17.5.0 — Full API Reference | ||
|
|
||
| > Complete API reference for the Ignite UI for React package (17.5.0). This file lists all public classes, interfaces, enumerations, type aliases, functions, and variables with their signatures, parameters, and descriptions. |
| # Ignite UI for React v18.0.0 — Full API Reference | ||
|
|
||
| > Complete API reference for the Ignite UI for React package (18.0.0). This file lists all public classes, interfaces, enumerations, type aliases, functions, and variables with their signatures, parameters, and descriptions. |
| @@ -0,0 +1,4632 @@ | |||
| # Ignite UI for Angular v9.0.x — Full API Reference | |||
* chore: update submodules/api * chore: revert minor changes * chore: update db * fix: deduplicate repeated noop() entries in Angular API export pipeline --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Konstantin Dinev <kdinev@bellumgens.com>
Description
Related Issue
Closes #
Type of Change
Affected Packages
igniteui-cli(packages/cli)@igniteui/cli-core(packages/core)@igniteui/angular-templates(packages/igx-templates)@igniteui/angular-schematics(packages/ng-schematics)@igniteui/mcp-server(packages/igniteui-mcp)Checklist
npm run test)npm run build)npm run lint)Additional Context