Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 89f56ab

Browse files
committed
docs(features): update navigation order and remove chat-with-code.md
The navigation order of the features in the documentation has been updated. The 'chat-with-code.md' file has been removed.
1 parent 82ec540 commit 89f56ab

File tree

5 files changed

+9
-20
lines changed

5 files changed

+9
-20
lines changed

docs/features/chat-with-code.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/features/chat.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
layout: default
33
title: Normal Chat
44
parent: Basic Features
5-
nav_order: 1
6-
permalink: /features/chat
5+
nav_order: 3
76
---
87

98
1. Click AutoDev on the left toolbar to open AutoDev.

docs/features/code-completion.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
layout: default
33
title: Code Completions
44
parent: Basic Features
5-
nav_order: 5
6-
permalink: /features/code-completion
5+
nav_order: 1
76
---
87

98
Automatically completes your code based on the position of your cursor.

docs/features/generate-document.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
layout: default
33
title: Generate Doc
44
parent: Basic Features
5-
nav_order: 6
6-
permalink: /features/gen-doc
5+
nav_order: 4
76
---
87

98
1. Select a code fragment and right-click to open the context menu.

docs/features/refactoring.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Refactoring
44
parent: Basic Features
5-
nav_order: 2
5+
nav_order: 5
66
---
77

88
In IDEA's version, we provided a refactoring feature that can help you refactor your code, see in [Refactoring](https://ide.unitmesh.cc/features/refactoring)
@@ -15,3 +15,8 @@ manual enable feature
1515
Required action: You need to `Enable rename suggestion` in the settings.
1616

1717
For more see in: RenameLookupExecutor.ts
18+
19+
## Others
20+
21+
todo
22+

0 commit comments

Comments
 (0)