Skip to content

Commit

Permalink
add api docs for pydantic-core (pydantic#5695)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored May 16, 2023
1 parent 9e6fa82 commit 24acbb4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/api/pydantic_core_init.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: pydantic_core
1 change: 1 addition & 0 deletions docs/api/pydantic_core_schema.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: pydantic_core.core_schema
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ nav:
- Unions: usage/types/unions.md
- URLs: usage/types/urls.md
- UUIDs: usage/types/uuids.md
- Encoded: usage/types/encoded.md
- Custom Data Types: usage/types/custom.md
- usage/validators.md
- 'Model Config': usage/model_config.md
Expand Down Expand Up @@ -118,7 +119,8 @@ nav:
- 'pydantic.types': api/types.md
- 'pydantic.validate_call': api/validate_call.md
- 'pydantic.version': api/version.md

- 'pydantic_core.__init__': api/pydantic_core_init.md
- 'pydantic_core.core_schema': api/pydantic_core_schema.md

markdown_extensions:
- tables
Expand Down
8 changes: 4 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24acbb4

Please sign in to comment.