forked from yezz123/ormdantic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
76 lines (71 loc) · 1.86 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
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:
features:
- header.autohide
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
icon:
repo: fontawesome/brands/github-alt
logo: fontawesome/solid/database
repo_name: Yezz123/Ormdantic
repo_url: https://github.com/yezz123/ormdantic
edit_uri: ""
markdown_extensions:
- markdown_include.include:
base_path: docs
- toc:
permalink: true
- admonition
- codehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.tasklist
- pymdownx.tabbed
plugins:
- search
- mermaid2:
arguments:
theme: |
^(JSON.parse(window.localStorage.getItem('/.__palette')).index == 1) ? 'dark' : 'light'
extra_javascript:
- https://unpkg.com/mermaid/dist/mermaid.min.js
nav:
- About: index.md
- installation.md
- Usage: usage.md
- Development - Contributing: contributing.md
- Frequently Asked Questions: faq.md
- Code of Conduct: code_of_conduct.md
- License: license.md
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/yezz123
- icon: fontawesome/brands/twitter
link: https://twitter.com/THyasser1
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/yezz123
- icon: fontawesome/solid/globe
link: https://yezz.me