mirror of
https://github.com/koxudaxi/datamodel-code-generator.git
synced 2024-03-18 14:54:37 +03:00
add pages configs
This commit is contained in:
21
mkdocs.yml
Normal file
21
mkdocs.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
site_name: datamodel-code-generator
|
||||
site_description: This generator creates pydantic mode from an openapi file.
|
||||
|
||||
theme:
|
||||
name: 'material'
|
||||
palette:
|
||||
primary: 'light blue'
|
||||
accent: 'light blue'
|
||||
|
||||
markdown_extensions:
|
||||
- codehilite
|
||||
|
||||
repo_name: koxudaxi/datamodel-code-generator
|
||||
repo_url: https://github.com/koxudaxi/datamodel-code-generator
|
||||
|
||||
google_analytics:
|
||||
- 'UA-142130505-1'
|
||||
- 'auto'
|
||||
|
||||
nav:
|
||||
- datamodel-code-generator: 'index.md'
|
||||
Reference in New Issue
Block a user