mirror of
https://github.com/astral-sh/ty.git
synced 2025-12-23 08:48:09 +00:00
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:
parent
7907f2dff2
commit
511833e5f0
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue