reorganize docs into sections for easier navigation part 1

This commit is contained in:
collerek
2020-12-10 18:10:08 +01:00
parent abb6ef13c5
commit 2e7cad722b
14 changed files with 1017 additions and 906 deletions

View File

@ -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