mirror of
https://github.com/koxudaxi/datamodel-code-generator.git
synced 2024-03-18 14:54:37 +03:00
32 lines
785 B
YAML
32 lines
785 B
YAML
site_name: datamodel-code-generator
|
|
site_description: This code generator creates pydantic model from an openapi file and others.
|
|
|
|
theme:
|
|
name: 'material'
|
|
palette:
|
|
primary: 'light blue'
|
|
accent: 'light blue'
|
|
|
|
markdown_extensions:
|
|
- codehilite
|
|
- admonition
|
|
|
|
repo_name: koxudaxi/datamodel-code-generator
|
|
repo_url: https://github.com/koxudaxi/datamodel-code-generator
|
|
|
|
google_analytics:
|
|
- 'UA-142130505-1'
|
|
- 'auto'
|
|
|
|
nav:
|
|
- Overview: index.md
|
|
- Support data types: support-data-types.md
|
|
- Usage:
|
|
- Generate from OpenAPI: openapi.md
|
|
- Generate from JSON Schema: jsonschema.md
|
|
- Generate from JSON Data: jsondata.md
|
|
- Formatting: formatting.md
|
|
- Development-Contributing: development-contributing.md
|
|
|
|
plugins:
|
|
- search |