Skip to content

Commit 630b3dc

Browse files
authored
Merge pull request #783 from telerik/dkrastev/m-ai-assistant
Reorder main tree, minor update in AI Overview
2 parents 4c82fc1 + 5b56ff6 commit 630b3dc

File tree

5 files changed

+37
-32
lines changed

5 files changed

+37
-32
lines changed

_config.yml

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,69 +5,76 @@ site_name: WinForms
55
exclude: [README.md,Gemfile,Gemfile.lock]
66
exclude_navigation: [knowledge-base/*]
77

8+
Introduction
9+
Getting started
10+
Licensing
11+
Ai Coding
812
navigation:
913
## List your directory names and order here, like this:
1014
winformslab:
1115
title: "WinForms Labs"
1216
position: 0
13-
licensing:
14-
title: Licensing
15-
position: 1
17+
## Introduction - Postion 1 - article
1618
getting-started:
1719
title: Getting Started
18-
position: 2
20+
position: 2
21+
licensing:
22+
title: Licensing
23+
position: 3
24+
ai-coding-assistant:
25+
title: AI Coding Assistant
26+
position: 4
1927
installation-and-upgrades:
2028
title: Installation and Upgrades
21-
position: 3
29+
position: 5
2230
visual-studio-integration:
2331
title: Visual Studio Integration
24-
position: 4
32+
position: 6
2533
visual-studio-integration/visual-studio-extensions:
2634
title: Visual Studio Extensions
2735
position: 4
2836
core:
2937
title: .NET Support
30-
position: 5
38+
position: 7
3139
winforms-converter:
3240
title: WinForms application modernization wizard
33-
position: 6
41+
position: 8
3442
winforms-converter/supported-controls:
3543
title: Supported Controls
3644
position: 3
3745
controls:
3846
title: "Controls"
39-
position: 7
47+
position: 9
4048
telerik-presentation-framework:
4149
title: Telerik Presentation Framework
42-
position: 8
50+
position: 10
4351
styling-and-appearance:
4452
title: Styling and Appearance
45-
position: 9
46-
ai-coding-assistant:
47-
title: AI Coding Assistant
48-
position: 10
53+
position: 11
4954
tools:
5055
title: Tools
51-
position: 11
56+
position: 12
57+
5258
integration-with-other-telerik-products:
5359
title: Integration with Other Telerik Products
54-
position: 12
60+
position: 13
5561
testing:
5662
title: Testing
57-
position: 13
63+
position: 14
5864
deployment-and-distribution:
5965
title: Deployment and Distribution
60-
position: 14
66+
position: 15
6167
security:
6268
title: Security
63-
position: 15
69+
position: 16
70+
## Section 508 Compliance Position 17 - article
6471
analytics:
6572
title: Analytics
66-
position: 17
73+
position: 18
6774
cloud-integration:
6875
title: Cloud Integration
69-
position: 18
70-
76+
position: 19
77+
## Developer Focused Examples Position 20 - article
7178
cloud-integration/aws:
7279
title: Amanzon Web Services (AWS)
7380
position: 3
@@ -87,12 +94,10 @@ navigation:
8794
title: Google Cloud
8895
position: 2
8996

90-
91-
92-
9397
"knowledge-base":
9498
title: "Knowledge Base"
95-
position: 20
99+
position: 21
100+
96101
controls/barcode:
97102
title: Barcode (obsolete)
98103
position: 55

ai-coding-assistant/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,18 @@ The Telerik WinForms AI Coding Assistant allows the following maximum number of
104104

105105
The Telerik WinForms AI Coding Assistant operates under strict privacy guidelines:
106106

107-
Data Access:
107+
#### Data Access:
108108

109109
* No access to your workspace and application code.
110110
* Exception: when using the Telerik MCP server (or any other MCP server), the LLM generates parameters for the MCP server request, which may include parts of your application code.
111111

112-
Data Usage:
112+
#### Data Usage:
113113

114114
* Your prompts are not used to train Telerik AI models.
115115
* Does not generate or access AI responses.
116116
* Provides enhanced context to improve responses from your chosen AI model (GPT, Gemini, Claude, etc.).
117117

118-
Data Storage:
118+
#### Data Storage:
119119

120120
* Prompts and context are anonymized and stored only for statistical analysis and troubleshooting.
121121
* No association between prompts and your Telerik user account.

developer-focused-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Additional examples built on top the Telerik UI for WinForms contro
55
slug: winforms/developer-focused-examples
66
tags: developer, sdk, examples
77
published: True
8-
position: 19
8+
position: 20
99
---
1010

1111
# Developer Focused Examples

introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Telerik UI for WinForms includes over 160 UI controls that you can
55
slug: winforms/overview
66
tags: overview
77
published: True
8-
position: 0
8+
position: 1
99
previous_url: overview, RadControlsForWinForms
1010
---
1111

section-508-compliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Section 508 Compliance
55
slug: winforms/section-508-compliance
66
tags: section,508,compliance
77
published: True
8-
position: 16
8+
position: 17
99
---
1010

1111
# Section 508 Compliance

0 commit comments

Comments
 (0)