reorganize docs into sections for easier navigation part 1
This commit is contained in:
22
mkdocs.yml
22
mkdocs.yml
@ -3,9 +3,19 @@ site_description: A simple async ORM with fastapi in mind and pydantic validatio
|
||||
nav:
|
||||
- Overview: index.md
|
||||
- Installation: install.md
|
||||
- Models: models.md
|
||||
- Fields: fields.md
|
||||
- Relations: relations.md
|
||||
- Models:
|
||||
- Definition: models/index.md
|
||||
- Methods: models/methods.md
|
||||
- Migrations: models/migrations.md
|
||||
- Internals: models/internals.md
|
||||
- Fields:
|
||||
- Fields types: fields/field-types.md
|
||||
- Common parameters: fields/common-parameters.md
|
||||
- Relations:
|
||||
- relations/index.md
|
||||
- relations/foreign-key.md
|
||||
- relations/many-to-many.md
|
||||
- relations/queryset-proxy.md
|
||||
- Queries: queries.md
|
||||
- Signals: signals.md
|
||||
- Use with Fastapi: fastapi.md
|
||||
@ -15,9 +25,9 @@ nav:
|
||||
- Release Notes: releases.md
|
||||
repo_name: collerek/ormar
|
||||
repo_url: https://github.com/collerek/ormar
|
||||
google_analytics:
|
||||
- UA-72514911-3
|
||||
- auto
|
||||
#google_analytics:
|
||||
# - UA-72514911-3
|
||||
# - auto
|
||||
theme:
|
||||
name: material
|
||||
highlightjs: true
|
||||
|
||||
Reference in New Issue
Block a user