mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-06 16:40:39 +00:00
Split up some docs sections (#3154)
This commit is contained in:
parent
21d02cd51f
commit
74e18b6cff
7 changed files with 107 additions and 97 deletions
|
@ -18,7 +18,8 @@ class Section(NamedTuple):
|
|||
|
||||
SECTIONS: list[Section] = [
|
||||
Section("Overview", "index.md", generated=True),
|
||||
Section("Installation and Usage", "installation-and-usage.md", generated=False),
|
||||
Section("Installation", "installation.md", generated=False),
|
||||
Section("Usage", "usage.md", generated=False),
|
||||
Section("Configuration", "configuration.md", generated=False),
|
||||
Section("Rules", "rules.md", generated=True),
|
||||
Section("Settings", "settings.md", generated=True),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue