Skip to content

Commit aa8bf9e

Browse files
Docs
1 parent 1a21df3 commit aa8bf9e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pydantic-Django
22

3-
**Documentation**:
3+
**Documentation**: https://jordaneremieff.github.io/pydantic-django/
44

55
[Pydantic](https://pydantic-docs.helpmanual.io/) model support for [Django](https://www.djangoproject.com/) ORM.
66

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pydantic-Django
22

3-
**Documentation**:
3+
**Documentation**: https://jordaneremieff.github.io/pydantic-django/
44

55
[Pydantic](https://pydantic-docs.helpmanual.io/) model support for [Django](https://www.djangoproject.com/) ORM.
66

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ theme:
1818
# Dark mode
1919
- media: "(prefers-color-scheme: dark)"
2020
scheme: slate
21-
primary: deeppurple
22-
accent: deeppurple
21+
primary: blue
22+
accent: blue
2323
toggle:
2424
icon: material/toggle-switch-off-outline
2525
name: Switch to light mode

0 commit comments

Comments
 (0)