mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-22 19:34:23 +00:00
Add preview documentation section (#7281)
Adds a basic documentation section for preview mode based on the FAQ entry and versioning RFC.
This commit is contained in:
parent
5d4dd3e38e
commit
008da95b29
3 changed files with 50 additions and 36 deletions
|
@ -25,6 +25,7 @@ SECTIONS: list[Section] = [
|
|||
Section("Installation", "installation.md", generated=False),
|
||||
Section("Usage", "usage.md", generated=False),
|
||||
Section("Configuration", "configuration.md", generated=False),
|
||||
Section("Preview", "preview.md", generated=False),
|
||||
Section("Rules", "rules.md", generated=True),
|
||||
Section("Settings", "settings.md", generated=True),
|
||||
Section("Editor Integrations", "editor-integrations.md", generated=False),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue