zmievsa / pydantic-duality

Automatically and lazily generate three versions of your pydantic models: one with Extra.forbid, one with Extra.ignore, and one with all fields optional
https://ovsyanka83.github.io/pydantic-duality/
MIT License
31 stars 1 forks source link

Split documentation into multiple pages #5

Open zmievsa opened 1 year ago

zmievsa commented 1 year ago

Currently, all docs live on the same page which can get quite uncomfortable to use and limits us in terms of documentation's structure. Splitting it into multiple pages and adding them to sidebar might make it much nicer.