mirror of https://github.com/astral-sh/uv
Add `settings.md` to docs (#5091)
## Summary It's kinda messed up: the depths are off, and the titles are incorrectly uppercased, but I'll fix those tomorrow. 
This commit is contained in:
parent
816d70cd23
commit
545bbf9286
|
|
@ -29,3 +29,6 @@ flamegraph.svg
|
|||
perf.data
|
||||
perf.data.old
|
||||
profile.json
|
||||
|
||||
# MkDocs
|
||||
/site
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@ nav:
|
|||
- Configuration:
|
||||
- Configuration files: configuration/files.md
|
||||
- Environment variables: configuration/environment.md
|
||||
- Settings: settings.md
|
||||
- Integration guides:
|
||||
- Using in Docker: guides/docker.md
|
||||
- Using in GitHub Actions: guides/github.md
|
||||
|
|
|
|||
Loading…
Reference in New Issue