uv/docs/concepts/projects
InSync b046e7f3be
Add missing comma in projects/dependencies.md (#14613)
## Summary

Diff:

```diff
 [dependency-groups]
 dev = [
-  {include-group = "lint"}
+  {include-group = "lint"},
   {include-group = "test"}
 ]
```

## Test Plan

None.
2025-07-14 14:06:05 -05:00
..
build.md Explain build frontend vs. build backend (#11094) 2025-01-30 19:48:47 +00:00
config.md Fix and improve docs (#13620) 2025-06-10 13:15:38 -05:00
dependencies.md Add missing comma in projects/dependencies.md (#14613) 2025-07-14 14:06:05 -05:00
index.md Reorganize the project concept documentation (#9121) 2024-11-19 13:52:12 -06:00
init.md Build backend: Make preview default and add configuration docs (#12804) 2025-05-05 13:52:31 +00:00
layout.md Bump version to 0.6.15 (#13034) 2025-04-22 00:03:33 +00:00
run.md Use "terminal driver" instead of "shell" in SIGINT docs (#13787) 2025-06-03 22:07:03 +00:00
sync.md Fix and improve docs (#13620) 2025-06-10 13:15:38 -05:00
workspaces.md document the way member sources shadow workspace sources 2025-06-18 15:31:23 -07:00