chor(*): Mcp documentation database update#1686
Conversation
|
|
||
| ```html | ||
| <div class="my-app"> | ||
| <button igxButton="contained">Button</button> |
There was a problem hiding this comment.
Where did that come from? Cuz it's a bit wrong, the should pretty much always be content inside the button
| ### Required | ||
|
|
||
| You can use the [`required`](https://www.infragistics.com/products/ignite-ui-web-components/docs/typescript/latest/classes/igccheckboxcomponent.html#required) property to mark the checkbox as required. | ||
| You can use the [`required`](https://www.infragistics.com/products/ignite-ui-web-components/docs/typescript/latest/classes/igccheckboxbasecomponent.html#required) property to mark the checkbox as required. |
There was a problem hiding this comment.
Eh, I assume this comes from the docs too?
There was a problem hiding this comment.
Yes, it comes from how xplat is building api reference links
There was a problem hiding this comment.
Except that link is wrong https://www.infragistics.com/products/ignite-ui-web-components/docs/typescript/latest/classes/igccheckboxbasecomponent.html#required and that wasn't the only one
There was a problem hiding this comment.
PS: @kdinev was making a note we shouldn't even need those links since there's API docs bundled in the MCP too. Supposedly the agent should be able to refer to those, but I still don't like the content containing broken links.
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