We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
settings.md
1 parent 816d70c commit 545bbf9Copy full SHA for 545bbf9
.gitignore
@@ -29,3 +29,6 @@ flamegraph.svg
29
perf.data
30
perf.data.old
31
profile.json
32
+
33
+# MkDocs
34
+/site
mkdocs.template.yml
@@ -89,6 +89,7 @@ nav:
89
- Configuration:
90
- Configuration files: configuration/files.md
91
- Environment variables: configuration/environment.md
92
+ - Settings: settings.md
93
- Integration guides:
94
- Using in Docker: guides/docker.md
95
- Using in GitHub Actions: guides/github.md
0 commit comments