mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Add Assistant and Outline Panels to Docs (#15349)
Adds assistant and outline panel's descriptions to docs Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
parent
78a2539d59
commit
6af72ab53a
@ -1733,6 +1733,44 @@ Run the `theme selector: toggle` action in the command palette to see a current
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Assistant Panel
|
||||||
|
|
||||||
|
- Description: Customize assistant panel
|
||||||
|
- Setting: `assistant`
|
||||||
|
- Default:
|
||||||
|
|
||||||
|
```json
|
||||||
|
"assistant": {
|
||||||
|
"enabled": true,
|
||||||
|
"button": true,
|
||||||
|
"dock": "right",
|
||||||
|
"default_width": 640,
|
||||||
|
"default_height": 320,
|
||||||
|
"provider": "openai",
|
||||||
|
"version": "1",
|
||||||
|
},
|
||||||
|
```
|
||||||
|
|
||||||
|
## Outline Panel
|
||||||
|
|
||||||
|
- Description: Customize outline Panel
|
||||||
|
- Setting: `outline_panel`
|
||||||
|
- Default:
|
||||||
|
|
||||||
|
```json
|
||||||
|
"outline_panel": {
|
||||||
|
"button": true,
|
||||||
|
"default_width": 240,
|
||||||
|
"dock": "left",
|
||||||
|
"file_icons": true,
|
||||||
|
"folder_icons": true,
|
||||||
|
"git_status": true,
|
||||||
|
"indent_size": 20,
|
||||||
|
"auto_reveal_entries": true,
|
||||||
|
"auto_fold_dirs": true,
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Calls
|
## Calls
|
||||||
|
|
||||||
- Description: Customize behavior when participating in a call
|
- Description: Customize behavior when participating in a call
|
||||||
|
Loading…
Reference in New Issue
Block a user