Add a "Guides" section to the documentation (#1925)

... and move Installation, Type checking, and Editor integrations there.

These pages are more "Guide" style than "Concepts"
This commit is contained in:
Zanie Blue 2025-12-16 08:05:02 -06:00 committed by GitHub
parent 7907f2dff2
commit 511833e5f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,16 +82,17 @@ extra:
link: https://x.com/astral_sh
nav:
- Introduction: index.md
- Concepts:
- Guides:
- Installation: installation.md
- Type checking: type-checking.md
- Editor integration: editors.md
- Concepts:
- Configuration: configuration.md
- Module discovery: modules.md
- Python version: python-version.md
- File exclusions: exclusions.md
- Rules: rules.md
- Suppression: suppression.md
- Editors: editors.md
- Features:
- Type system: features/type-system.md
- Diagnostics: features/diagnostics.md