Skip to content

Commit 494d7ea

Browse files
chore(doc): auto generate docs
1 parent 1344c99 commit 494d7ea

1 file changed

Lines changed: 20 additions & 25 deletions

File tree

doc/CopilotChat.txt

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,32 @@
33
==============================================================================
44
Table of Contents *CopilotChat-table-of-contents*
55

6-
1. Overview |CopilotChat-overview|
7-
2. Requirements |CopilotChat-requirements|
6+
1. Requirements |CopilotChat-requirements|
87
- Optional Dependencies |CopilotChat-optional-dependencies|
9-
3. Installation |CopilotChat-installation|
8+
2. Installation |CopilotChat-installation|
109
- lazy.nvim |CopilotChat-lazy.nvim|
1110
- vim-plug |CopilotChat-vim-plug|
1211
- Manual |CopilotChat-manual|
13-
4. Features |CopilotChat-features|
12+
3. Features |CopilotChat-features|
1413
- Commands |CopilotChat-commands|
1514
- Key Mappings |CopilotChat-key-mappings|
1615
- Prompts |CopilotChat-prompts|
1716
- Models and Agents |CopilotChat-models-and-agents|
1817
- Contexts |CopilotChat-contexts|
1918
- Selections |CopilotChat-selections|
2019
- Providers |CopilotChat-providers|
21-
5. Configuration |CopilotChat-configuration|
20+
4. Configuration |CopilotChat-configuration|
2221
- Default Configuration |CopilotChat-default-configuration|
2322
- Customizing Buffers |CopilotChat-customizing-buffers|
2423
- Customizing Highlights |CopilotChat-customizing-highlights|
25-
6. API Reference |CopilotChat-api-reference|
26-
7. Examples |CopilotChat-examples|
27-
8. Development |CopilotChat-development|
24+
5. API Reference |CopilotChat-api-reference|
25+
6. Examples |CopilotChat-examples|
26+
7. Development |CopilotChat-development|
2827
- Setup |CopilotChat-setup|
2928
- Contributing |CopilotChat-contributing|
30-
9. Contributors |CopilotChat-contributors|
31-
10. Stargazers |CopilotChat-stargazers|
32-
11. Links |CopilotChat-links|
33-
34-
35-
==============================================================================
36-
1. Overview *CopilotChat-overview*
29+
8. Contributors |CopilotChat-contributors|
30+
9. Stargazers |CopilotChat-stargazers|
31+
10. Links |CopilotChat-links|
3732

3833
CopilotChat.nvim is a Neovim plugin that brings GitHub Copilot Chat
3934
capabilities directly into your editor. It provides:
@@ -49,7 +44,7 @@ capabilities directly into your editor. It provides:
4944

5045

5146
==============================================================================
52-
2. Requirements *CopilotChat-requirements*
47+
1. Requirements *CopilotChat-requirements*
5348

5449
- Neovim 0.10.0+ <https://neovim.io/> - Older versions are not officially supported
5550
- curl <https://curl.se/> - Version 8.0.0+ recommended for best compatibility
@@ -75,7 +70,7 @@ OPTIONAL DEPENDENCIES *CopilotChat-optional-dependencies*
7570

7671

7772
==============================================================================
78-
3. Installation *CopilotChat-installation*
73+
2. Installation *CopilotChat-installation*
7974

8075

8176
LAZY.NVIM *CopilotChat-lazy.nvim*
@@ -147,7 +142,7 @@ See @deathbeam <https://github.com/deathbeam> for configuration
147142

148143

149144
==============================================================================
150-
4. Features *CopilotChat-features*
145+
3. Features *CopilotChat-features*
151146

152147

153148
COMMANDS *CopilotChat-commands*
@@ -480,7 +475,7 @@ page
480475

481476

482477
==============================================================================
483-
5. Configuration *CopilotChat-configuration*
478+
4. Configuration *CopilotChat-configuration*
484479

485480

486481
DEFAULT CONFIGURATION *CopilotChat-default-configuration*
@@ -697,7 +692,7 @@ Types of copilot highlights:
697692

698693

699694
==============================================================================
700-
6. API Reference *CopilotChat-api-reference*
695+
5. API Reference *CopilotChat-api-reference*
701696

702697
>lua
703698
local chat = require("CopilotChat")
@@ -747,14 +742,14 @@ Types of copilot highlights:
747742

748743

749744
==============================================================================
750-
7. Examples *CopilotChat-examples*
745+
6. Examples *CopilotChat-examples*
751746

752747
For examples, see the examples wiki page
753748
<https://github.com/CopilotC-Nvim/CopilotChat.nvim/wiki/Examples-and-Tips>.
754749

755750

756751
==============================================================================
757-
8. Development *CopilotChat-development*
752+
7. Development *CopilotChat-development*
758753

759754

760755
SETUP *CopilotChat-setup*
@@ -794,7 +789,7 @@ See CONTRIBUTING.md </CONTRIBUTING.md> for detailed guidelines.
794789

795790

796791
==============================================================================
797-
9. Contributors *CopilotChat-contributors*
792+
8. Contributors *CopilotChat-contributors*
798793

799794
Thanks goes to these wonderful people (emoji key
800795
<https://allcontributors.org/docs/en/emoji-key>):
@@ -805,12 +800,12 @@ Contributions of any kind are welcome!
805800

806801

807802
==============================================================================
808-
10. Stargazers *CopilotChat-stargazers*
803+
9. Stargazers *CopilotChat-stargazers*
809804

810805
<https://starchart.cc/CopilotC-Nvim/CopilotChat.nvim>
811806

812807
==============================================================================
813-
11. Links *CopilotChat-links*
808+
10. Links *CopilotChat-links*
814809

815810
1. *@jellydn*:
816811
2. *@deathbeam*:

0 commit comments

Comments
 (0)