-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
131 lines (125 loc) · 3.17 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
site_name: Ormdantic
site_description: A fast, async, and type-safe ORM for Python 3.10+ based on SQLAlchemy and Pydantic.
site_url: https://ormdantic.yezz.me/
theme:
name: 'material'
palette:
- scheme: default
primary: amber
accent: orange
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
primary: amber
accent: orange
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
favicon: favicon.png
features:
- search.suggest
- search.highlight
- content.tabs.link
- navigation.indexes
- content.tooltips
- navigation.path
- content.code.annotate
- content.code.copy
- content.code.select
- navigation.tabs
icon:
repo: fontawesome/brands/github-alt
logo: fontawesome/solid/database
language: en
repo_name: Yezz123/Ormdantic
repo_url: https://github.com/yezz123/ormdantic
edit_uri: edit/main/docs/
plugins:
- search: null
- social:
cards_layout_options:
background_color: "#FFDE59"
- mkdocstrings:
handlers:
python:
options:
extensions:
- griffe_typingdoc
show_root_heading: true
show_if_no_docstring: true
inherited_members: true
members_order: source
separate_signature: true
unwrap_annotated: true
filters:
- '!^_'
heading_level: 3
merge_init_into_class: true
docstring_section_style: spacy
signature_crossrefs: true
allow_inspection: true
show_symbol_type_heading: true
show_symbol_type_toc: true
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- abbr
- admonition
- pymdownx.details
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_javascript:
- js/termynal.js
- js/custom.js
extra_css:
- css/termynal.css
- css/custom.css
nav:
- About: index.md
- Installation: installation.md
- Usage:
- Getting Started: usage/usage.md
- Generator: usage/generator.md
- Reference - API:
- api/reference.md
- api/ormdantic.md
- Errors:
- api/errors.md
- Generator:
- api/crud.md
- api/table.md
- api/field.md
- api/query.md
- api/serializer.md
- Development:
- Contributing: development/contributing.md
- FAQ:
- Frequently Asked Questions: faq/faq.md
- Code of Conduct: faq/code_of_conduct.md
- License: faq/license.md
- Changelog: release.md
extra:
generator: true
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/yezz123/ormdantic
- icon: fontawesome/brands/x-twitter
link: https://x.com/THyasser1
- icon: fontawesome/solid/globe
link: https://ormdantic.yezz.me