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.

![Screenshot 2024-07-15 at 10 38
50 PM](https://github.com/user-attachments/assets/3aabae67-4d6b-40e1-9523-2d4d1b7006b4)
This commit is contained in:
Charlie Marsh 2024-07-15 22:46:21 -04:00 committed by GitHub
parent 816d70cd23
commit 545bbf9286
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View file

@ -29,3 +29,6 @@ flamegraph.svg
perf.data perf.data
perf.data.old perf.data.old
profile.json profile.json
# MkDocs
/site

View file

@ -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