Skip to content

Commit adf651b

Browse files
committed
docs(features): add inline chat documentation and reorganize custom language doc
- Added new documentation for inline chat feature under `docs/features/inline-chat.md`. - Moved `custom-language.md` from `docs/customize/` to `docs/development/` and updated its parent section.
1 parent 2630d83 commit adf651b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/customize/custom-language.md renamed to docs/development/custom-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Custom Language
4-
parent: Customize Features
4+
parent: Development
55
nav_order: 11
66
permalink: /custom/language
77
---

docs/features/inline-chat.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: default
3+
title: Inline Chat
4+
parent: Basic Features
5+
nav_order: 4
6+
permalink: /features/inline-chat
7+
---
8+
9+
1. Select a code and click in editor Gutter
10+
2. Click AutoDev AI Chat
11+
12+
<img src="https://unitmesh.cc/auto-dev/inline-chat.png" alt="Inline Chat" width="600px"/>

0 commit comments

Comments
 (0)