-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmkdocs.yml
32 lines (28 loc) · 806 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
site_name: Pydantic PyCharm Plugin
site_description: A JetBrains PyCharm plugin for pydantic.
theme:
name: 'material'
palette:
primary: 'light blue'
accent: 'light blue'
analytics:
gtag: 275257853
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: 🔗
repo_name: koxudaxi/pydantic-pycharm-plugin
repo_url: https://github.com/koxudaxi/pydantic-pycharm-plugin
site_url: https://koxudaxi.github.io/pydantic-pycharm-plugin
nav:
- Overview: index.md
- Install: install.md
- Usage:
- Type checker for pydantic: type-checker-for-pydantic.md
- Mypy compatible: mypy-compatible.md
- Ignore __init__ arguments: ignore-init-arguments.md
- Development: development.md
- Changelog: CHANGELOG.md
plugins:
- search