mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
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
2 changed files with 4 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue