mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-06 16:40:39 +00:00
Add a preliminary tutorial (#3281)
This commit is contained in:
parent
0ed9fccce9
commit
8066607ea3
4 changed files with 262 additions and 3 deletions
|
@ -19,6 +19,7 @@ class Section(NamedTuple):
|
|||
|
||||
SECTIONS: list[Section] = [
|
||||
Section("Overview", "index.md", generated=True),
|
||||
Section("Tutorial", "tutorial.md", generated=False),
|
||||
Section("Installation", "installation.md", generated=False),
|
||||
Section("Usage", "usage.md", generated=False),
|
||||
Section("Configuration", "configuration.md", generated=False),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue