-
Notifications
You must be signed in to change notification settings - Fork 1.3k
AI: Restructure & Add New Topics #8255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AI: Restructure & Add New Topics #8255
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR restructures AI-related documentation by creating a new top-level "AI Features" section and relocating the DevExpress MCP Server Configuration from Integration Guides to this new section.
- Creates a new "17 AI Features" menu section with dedicated menu rules
- Relocates MCP Server Configuration from Integration Guides to AI Features
- Removes a menu rule that had ordering inconsistencies (numbered 03 but appeared after 60)
MenuConfig.xml
Outdated
| <MenuRule Destination="15 Common Concepts/60 Shadow DOM" SourcePattern="Howto:^Common/Shadow DOM" /> | ||
|
|
||
| <MenuRule Destination="17 AI Features" SourcePattern="Howto:^90 AI Features" /> | ||
| <MenuRule Destination="17 AI Features/00 Overview of AI-Powered DevExtreme Features" SourcePattern="Howto:^90 AI Features/00 Overview" /> |
Copilot
AI
Dec 12, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The destination title "00 Overview of AI-Powered DevExtreme Features" is longer and more verbose than the typical pattern used in this file. Consider simplifying it to match existing conventions, such as "00 Overview" (similar to line 47: "15 Common Concepts/15 Data Validation/00 Overview") or just "Overview" (similar to line 58: "15 Common Concepts/40 Localization and Globalization/Overview").
| <MenuRule Destination="17 AI Features/00 Overview of AI-Powered DevExtreme Features" SourcePattern="Howto:^90 AI Features/00 Overview" /> | |
| <MenuRule Destination="17 AI Features/00 Overview" SourcePattern="Howto:^90 AI Features/00 Overview" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 6 out of 13 changed files in this pull request and generated no new comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 8 out of 11 changed files in this pull request and generated no new comments.
| - DataGrid - [AI Columns](/Documentation/Guide/UI_Components/DataGrid/Columns/Column_Types/AI_Columns/) | ||
| - Form - [Smart Paste](/Documentation/ApiReference/UI_Components/dxForm/Configuration/#aiIntegration) | ||
| - HTML Editor - [AI-Powered Text Editing](/Documentation/ApiReference/UI_Components/dxHtmlEditor/Configuration/#aiIntegration) | ||
| - TreeList - [AI Columns](/Documentation/Guide/UI_Components/TreeList/Columns/Column_Types/AI_Columns/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's place DataGrid and TreeList next to each other
here and everywhere else
concepts/90 AI Features/10 aiIntegration Setup/10 Connect to an AI Service Provider.md
Outdated
Show resolved
Hide resolved
…n AI Service Provider.md
| @@ -0,0 +1 @@ | |||
| DevExtreme ships with multiple AI-powered capabilities. You can implement any large language model (LLM) that offers REST/client APIs to activate these features, including self-hosted AI agents. No newline at end of file | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrasing in the first sentence is a little uncertain. You can almost read it like we're implementing AI-powered capabilities. But we only allow our customers to integrate that AI functionality in the right places.
In the second sentence, seems like the phrase "including self-hosted AI agents" comments on the word "features" (like "agents" are a subset of "features"). So I would change the order there.
If I changed the meaning a little too much, please let me know.
| DevExtreme ships with multiple AI-powered capabilities. You can implement any large language model (LLM) that offers REST/client APIs to activate these features, including self-hosted AI agents. | |
| You can use AI-powered capabilities with a number of DevExtreme components. To activate these AI-powered features, implement any large language model (LLM) that offers REST/client APIs. Self-hosted or remote AI agents are supported. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, your suggestion leaves far less room for misinterpretation, thank you!
| @@ -0,0 +1,11 @@ | |||
| DevExtreme ships with the following AI-powered capabilities: | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| DevExtreme ships with the following AI-powered capabilities: | |
| DevExtreme components support the following AI-powered capabilities: |
| @@ -0,0 +1,7 @@ | |||
| AI-powered DevExtreme features are illustrated and described in the following technical demos: | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| AI-powered DevExtreme features are illustrated and described in the following technical demos: | |
| AI-powered DevExtreme features are demonstrated and described in the following technical demos: |
No description provided.