Skip to content

Commit 93786d0

Browse files
committed
Sync with Kendo UI Professional
1 parent 4c1e065 commit 93786d0

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

docs/_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ navigation:
201201
"controls/sortable/integration":
202202
title: "Integration"
203203
position: 6
204+
"ai-assistant":
205+
title: "AI Coding Assistant"
206+
position: 5
204207
"framework":
205208
title: "Shared Utilities"
206209
position: 5

docs/ai-assistant/mcp-server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The generic settings of the Kendo UI for jQuery MCP server are:
3535
You also need to add your [Telerik licence key]({% slug using-license-file %}) as an `env` parameter in the `mcp.json` file. There are two options:
3636

3737
* (recommended) Use a `TELERIK_LICENSE_PATH` argument and point to the location of your Telerik license file.
38-
* Use a `TELERIK_LICENSE` argument and paste your Telerik license key. Make sure to [update the license key]({% slug using-license-file#installing-or-updating-the-license-key %}) when necessary.
38+
* Use a `TELERIK_LICENSE` argument and paste your Telerik license key. Make sure to [update the license key]({% slug using-license-file %}#installing-or-updating-the-license-key) when necessary.
3939

4040
### VSCode
4141

@@ -132,13 +132,13 @@ The following list describes how your prompts may look like:
132132

133133
## Usage Limits
134134

135-
A Telerik [Subscription license](https://www.telerik.com/purchase/faq/licensing-purchasing) is recommended in order to use the Kendo UI for jQuery AI Coding Assistant without restrictions. Perpetual license holders and trial users can make a [limited number of requests per year]({% slug ai_coding_assistant_overview#usage-limits %}).
135+
A Telerik [Subscription license](https://www.telerik.com/purchase/faq/licensing-purchasing) is recommended in order to use the Kendo UI for jQuery AI Coding Assistant without restrictions. Perpetual license holders and trial users can make a [limited number of requests per year]({% slug ai_coding_assistant_overview %}#usage-limits).
136136

137137
## Connect to Local AI Model
138138

139139
You can use the Kendo UI for jQuery MCP server with local large language models (LLM). For example, run your local model through [Ollama](https://ollama.com) and use a third-party package such as [MCP-LLM Bridge](https://github.com/patruff/ollama-mcp-bridge) to connect the model to the Kendo UI for jQuery MCP server. This will allow you to use the Kendo UI for jQuery AI Coding Assistant without a cloud-based AI model.
140140

141141
## See Also
142142

143-
* [Kendo UI for jQuery AI Coding Assistant Intended Use]({% slug ai_coding_assistant_overview#intended-use %})
144-
* [Kendo UI for jQuery AI Coding Assistant Recommendations]({% slug ai_coding_assistant_overview#recommendations %})
143+
* [Kendo UI for jQuery AI Coding Assistant Intended Use]({% slug ai_coding_assistant_overview %}#intended-use)
144+
* [Kendo UI for jQuery AI Coding Assistant Recommendations]({% slug ai_coding_assistant_overview %}#recommendations)

docs/api/javascript/dataviz/ui/diagram.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3242,7 +3242,7 @@ Adjust or configure the color of the stroke or outline for connection end caps,
32423242
endCap: {
32433243
type: "ArrowEnd",
32443244
stroke: {
3245-
color: "#333"
3245+
color: "#333",
32463246
width: 2
32473247
}
32483248
}
@@ -4224,11 +4224,6 @@ Customize or configure the outline color, border color, or stroke tint of select
42244224
}
42254225
}]
42264226
});
4227-
</script>
4228-
}
4229-
}
4230-
}]
4231-
});
42324227
</script>
42334228

42344229
### connections.selection.handles.stroke `Object`

0 commit comments

Comments
 (0)