mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 05:15: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
|
||||||
perf.data.old
|
perf.data.old
|
||||||
profile.json
|
profile.json
|
||||||
|
|
||||||
|
# MkDocs
|
||||||
|
/site
|
||||||
|
|
|
@ -89,6 +89,7 @@ nav:
|
||||||
- Configuration:
|
- Configuration:
|
||||||
- Configuration files: configuration/files.md
|
- Configuration files: configuration/files.md
|
||||||
- Environment variables: configuration/environment.md
|
- Environment variables: configuration/environment.md
|
||||||
|
- Settings: settings.md
|
||||||
- Integration guides:
|
- Integration guides:
|
||||||
- Using in Docker: guides/docker.md
|
- Using in Docker: guides/docker.md
|
||||||
- Using in GitHub Actions: guides/github.md
|
- Using in GitHub Actions: guides/github.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue