Skip to content

Commit 1ef35f7

Browse files
alexslavrdxrobot
andauthored
DocGen 25_2 result (#8631)
Co-authored-by: DX Robot <DXGitHubRobot@devexpress.com>
1 parent d43cd23 commit 1ef35f7

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

api-reference/10 UI Components/dxColorBox/1 Configuration/fieldComponent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dxColorBox.Options.fieldComponent
3-
deprecated: Use [fieldAddons]({basewidgetpath}/Configuration/fieldAddons) instead.
3+
deprecated:
44
---
55
---
66
##### shortDescription

api-reference/10 UI Components/dxColorBox/1 Configuration/fieldRender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dxColorBox.Options.fieldRender
3-
deprecated: Use [fieldAddons]({basewidgetpath}/Configuration/fieldAddons) instead.
3+
deprecated:
44
---
55
---
66
##### shortDescription

api-reference/10 UI Components/dxDataGrid/1 Configuration/rowComponent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dxDataGrid.Options.rowComponent
3-
deprecated: Use [dataRowComponent]({basewidgetpath}/Configuration/#dataRowComponent) instead.
3+
deprecated:
44
---
55
---
66
##### shortDescription

api-reference/10 UI Components/dxDataGrid/1 Configuration/rowRender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dxDataGrid.Options.rowRender
3-
deprecated: Use [dataRowRender]({basewidgetpath}/Configuration/#dataRowRender) instead.
3+
deprecated:
44
---
55
---
66
##### shortDescription

api-reference/10 UI Components/dxDropDownBox/1 Configuration/fieldComponent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dxDropDownBox.Options.fieldComponent
3-
deprecated: Use [fieldAddons]({basewidgetpath}/Configuration/fieldAddons) instead.
3+
deprecated:
44
---
55
---
66
##### shortDescription

api-reference/10 UI Components/dxDropDownBox/1 Configuration/fieldRender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dxDropDownBox.Options.fieldRender
3-
deprecated: Use [fieldAddons]({basewidgetpath}/Configuration/fieldAddons) instead.
3+
deprecated:
44
---
55
---
66
##### shortDescription

api-reference/10 UI Components/dxSelectBox/1 Configuration/fieldComponent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dxSelectBox.Options.fieldComponent
3-
deprecated: Use [fieldAddons]({basewidgetpath}/Configuration/fieldAddons) instead.
3+
deprecated:
44
---
55
---
66
##### shortDescription

api-reference/10 UI Components/dxSelectBox/1 Configuration/fieldRender.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dxSelectBox.Options.fieldRender
3-
deprecated: Use [fieldAddons]({basewidgetpath}/Configuration/fieldAddons) instead.
3+
deprecated:
44
---
55
---
66
##### shortDescription
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
You can integrate DevExtreme Chat with various AI services:
22

3-
- [OpenAI](/Documentation/Guide/UI_Components/Chat/Integrate_with_AI_Service/#OpenAI)
4-
- [Azure OpenAI](/Documentation/Guide/UI_Components/Chat/Integrate_with_AI_Service/#Azure_OpenAI)
5-
- [Google Dialogflow](/Documentation/Guide/UI_Components/Chat/Integrate_with_AI_Service/#Google_Dialogflow)
3+
- [OpenAI](/concepts/05%20UI%20Components/Chat/15%20Integrate%20with%20AI%20Service/05%20OpenAI/00%20OpenAI.md '/Documentation/Guide/UI_Components/Chat/Integrate_with_AI_Service/#OpenAI')
4+
- [Azure OpenAI](/concepts/05%20UI%20Components/Chat/15%20Integrate%20with%20AI%20Service/07%20Azure%20OpenAI/00%20Azure%20OpenAI.md '/Documentation/Guide/UI_Components/Chat/Integrate_with_AI_Service/#Azure_OpenAI')
5+
- [Google Dialogflow](/concepts/05%20UI%20Components/Chat/15%20Integrate%20with%20AI%20Service/10%20Google%20Dialogflow/00%20Google%20Dialogflow.md '/Documentation/Guide/UI_Components/Chat/Integrate_with_AI_Service/#Google_Dialogflow')

concepts/05 UI Components/Chat/15 Integrate with AI Service/07 Azure OpenAI/05 Client Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Configure a Chat to send user messages to your backend endpoint and render respo
22

33
[important] Azure OpenAI credentials must remain on the server. Do not call Azure OpenAI directly from client code.
44

5-
Use [onMessageEntered](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#onMessageEntered) to send a message to your API and push the response to the data store:
5+
Use [onMessageEntered](/api-reference/10%20UI%20Components/dxChat/1%20Configuration/onMessageEntered.md '/Documentation/ApiReference/UI_Components/dxChat/Configuration/#onMessageEntered') to send a message to your API and push the response to the data store:
66

77
<!-- tab: TypeScript -->
88
async function onMessageEntered(e) {

0 commit comments

Comments
 (0)