Initial commit

This commit is contained in:
2023-03-09 12:14:37 +01:00
committed by Daniil Fajnberg
commit e90652ced5
14 changed files with 452 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
copyright: "© 2023 Daniil Fajnberg"
site_name: "marshmallow-generic"
site_description: "Generic schema with full typing support and minimal boilerplate"
site_url: "http://daniil-berg.github.io/marshmallow-generic"
repo_name: "daniil-berg/marshmallow-generic"
repo_url: "https://github.com/daniil-berg/marshmallow-generic"
theme:
language: en
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
accent: red
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: red
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- css/extra.css
plugins:
- search
- mkdocstrings
markdown_extensions:
- admonition
- codehilite
- extra
- pymdownx.superfences
nav:
- Home: index.md