Skip to content

Commit 2b1bea0

Browse files
md file
1 parent e0b9b0a commit 2b1bea0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
This Markdown file describes a VS Code extension command called "Find Missing Documentation" (devdocs.findMissingDocs) that is part of the Dev-Docs extension. The command uses AI to analyze a project's existing documentation and codebase to identify potential gaps in documentation coverage. It then suggests titles for new documentation pages and creates GitHub issues for each suggestion.
7+
8+
Key points covered in the file include:
9+
1. An explanation of what the command does and why it's useful
10+
2. Relevant configuration options in the dev-docs.json file
11+
3. Prerequisites for using the command
12+
4. Step-by-step instructions on how to use the command
13+
5. The benefits of regularly using this feature to maintain comprehensive documentation
14+
15+
The file is structured to provide developers with a clear understanding of the command's purpose, functionality, and implementation, encouraging its use to improve project documentation.
16+
17+

0 commit comments

Comments
 (0)