mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-31 15:48:22 +00:00
Update docs to match updated logo and color palette (#5283)

## Summary
Supersedes #5277, includes redesigned dark mode.
## Test Plan
* `python scripts/generate_mkdocs.py`
* `mkdocs serve`
This commit is contained in:
parent
d407165aa7
commit
e8ebe0a425
7 changed files with 82 additions and 16 deletions
|
@ -8,8 +8,8 @@ import argparse
|
|||
from pathlib import Path
|
||||
|
||||
URL = "https://user-images.githubusercontent.com/1309177/{}.svg"
|
||||
URL_LIGHT = URL.format("212613257-5f4bca12-6d6b-4c79-9bac-51a4c6d08928")
|
||||
URL_DARK = URL.format("212613422-7faaf278-706b-4294-ad92-236ffcab3430")
|
||||
URL_LIGHT = URL.format("232603516-4fb4892d-585c-4b20-b810-3db9161831e4")
|
||||
URL_DARK = URL.format("232603514-c95e9b0f-6b31-43de-9a80-9e844173fd6a")
|
||||
|
||||
# https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#specifying-the-theme-an-image-is-shown-to
|
||||
GITHUB = f"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue