Move some MkDocs responsibilities around (#5542)

## Summary

Note that I've also changed from `mkdocs serve` to `mkdocs serve -f
mkdocs.generated.yml` to be clearer that this is a generated file.
This commit is contained in:
Charlie Marsh
2023-07-05 18:06:01 -04:00
committed by GitHub
parent cdb9fda3b8
commit ea270da289
8 changed files with 19 additions and 25 deletions

View File

@@ -23,7 +23,7 @@ theme:
toggle:
icon: material/weather-night
name: Switch to light mode
custom_dir: .overrides
custom_dir: docs/.overrides
repo_url: https://github.com/astral-sh/ruff
repo_name: ruff
site_author: charliermarsh
@@ -50,3 +50,6 @@ plugins:
- search
extra_css:
- stylesheets/extra.css
extra:
analytics:
provider: fathom