Skip to content

Conversation

@arman-boyakhchyan
Copy link
Contributor

No description provided.

Copy link

Copilot AI left a 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" />
Copy link

Copilot AI Dec 12, 2025

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").

Suggested change
<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" />

Copilot uses AI. Check for mistakes.
Copilot AI review requested due to automatic review settings December 17, 2025 11:29
Copy link

Copilot AI left a 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.

Copy link

Copilot AI left a 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/)

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

@arman-boyakhchyan arman-boyakhchyan merged commit c0dace1 into DevExpress:25_2 Dec 29, 2025
6 checks passed
@arman-boyakhchyan arman-boyakhchyan deleted the ai-integration-common-guide-25-2 branch December 29, 2025 17:58
arman-boyakhchyan added a commit to arman-boyakhchyan/devextreme-documentation that referenced this pull request Dec 29, 2025
@@ -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
Copy link
Contributor

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.

Suggested change
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.

Copy link
Contributor Author

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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants