mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-22 19:34:23 +00:00
Add versioning policy to documentation (#7923)
Most of the content adapted from https://github.com/astral-sh/ruff/discussions/6998
This commit is contained in:
parent
4454fbf7e5
commit
cb06b7956c
2 changed files with 62 additions and 0 deletions
|
@ -29,6 +29,7 @@ SECTIONS: list[Section] = [
|
|||
Section("Rules", "rules.md", generated=True),
|
||||
Section("Settings", "settings.md", generated=True),
|
||||
Section("Editor Integrations", "editor-integrations.md", generated=False),
|
||||
Section("Versioning", "versioning.md", generated=False),
|
||||
Section("FAQ", "faq.md", generated=False),
|
||||
Section("Contributing", "contributing.md", generated=True),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue