You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+63Lines changed: 63 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -548,6 +548,69 @@ aidocs serve
548
548
# Edit docs in your editor - changes auto-sync!
549
549
```
550
550
551
+
### `aidocs coverage`
552
+
553
+
Analyze documentation coverage for your codebase. Scans for routes, components, and models, then checks which items are mentioned in your documentation.
0 commit comments