Skip to content

Commit

Permalink
Update new demo descriptions (#28525)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova authored Dec 10, 2024
1 parent 3096fe9 commit 9ca0343
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apps/demos/Demos/Chat/AIAndChatbotIntegration/description.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This demo uses an AI service and the DevExtreme Chat component to create a chatbot UI.
This demo uses an [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) service and the DevExtreme Chat component to create a chatbot UI. You can integrate Chat with various AI services, including [OpenAI](https://openai.com/), [Google Dialogflow](https://cloud.google.com/dialogflow/docs), and [Microsoft Bot Framework](https://dev.botframework.com/).

## Handling dataSource (reloadOnChange: false)

Expand All @@ -11,7 +11,7 @@ The Chat specifies a [messageTemplate](/Documentation/ApiReference/UI_Components

## Response Format Conversion: Markdown to HTML

The AI model outputs responses in Markdown, while the Chat requires HTML output. This examples uses the [unified](https://github.com/unifiedjs) plugin library to convert response content. Review `convertToHtml` function code for implementation details.
The AI model outputs responses in Markdown, while the Chat requires HTML output. This example uses the [unified](https://github.com/unifiedjs) plugin library to convert response content. Review `convertToHtml` function code for implementation details.

## Default Caption Customization

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ The column is fixed to the right edge of the grid.

- *'sticky'*
The column sticks to left and right edges when it reaches them.
<!--split-->

To fix or unfix a column, users should right-click the column's header and select the corresponding operation in the context menu. To prevent users from fixing or unfixing a column, set its [allowFixing](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#allowFixing) property to `false`.
To fix or unfix a column, users should right-click the column's header and select the corresponding operation in the context menu. To prevent users from fixing or unfixing a column, set its [allowFixing](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#allowFixing) property to `false`.
<!--split-->
2 changes: 1 addition & 1 deletion apps/demos/Demos/Pagination/Overview/description.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DevExpress Pagination UI component allows users to navigate between pages and adjust page size at runtime. The Pagination component in this demo allows users to browse employee cards.
DevExpress Pagination UI component allows users to navigate between pages and adjust page size at runtime. In this demo, users can browse employee cards with the Pagination component.

To set up a Pagination component, specify the following options:

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/TreeList/ColumnFixing/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ The column is fixed to the right edge of the grid.

- *'sticky'*
The column sticks to left and right edges when it reaches them.
<!--split-->

To fix or unfix a column, users should right-click the column's header and select the corresponding operation in the context menu. To prevent users from fixing or unfixing a column, set its [allowFixing](/Documentation/ApiReference/UI_Components/dxTreeList/Configuration/columns/#allowFixing) property to `false`.
To fix or unfix a column, users should right-click the column's header and select the corresponding operation in the context menu. To prevent users from fixing or unfixing a column, set its [allowFixing](/Documentation/ApiReference/UI_Components/dxTreeList/Configuration/columns/#allowFixing) property to `false`.
<!--split-->

0 comments on commit 9ca0343

Please sign in to comment.