From 545bbf92863f4109070ebeb922c837b430441b76 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 15 Jul 2024 22:46:21 -0400 Subject: [PATCH] Add `settings.md` to docs (#5091) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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) --- .gitignore | 3 +++ mkdocs.template.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1a106a64e912..2d881927aeeb 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ flamegraph.svg perf.data perf.data.old profile.json + +# MkDocs +/site diff --git a/mkdocs.template.yml b/mkdocs.template.yml index bfb74ec9d6f8..17267d133932 100644 --- a/mkdocs.template.yml +++ b/mkdocs.template.yml @@ -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