forked from tzelleke/fastapi-sqlalchemy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
34 lines (34 loc) · 795 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
33
34
site_name: FastAPI-SQLAlchemy
repo_url: https://github.com/tzelleke/fastapi-sqlalchemy
theme:
name: material
palette:
scheme: slate
primary: deep-purple
markdown_extensions:
- admonition
- attr_list
- def_list
- tables
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences: # make exceptions to highlighting of code:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
plugins:
- search:
- mkdocstrings:
- awesome-pages:
- macros:
- mermaid2:
arguments:
theme: 'dark'
extra_javascript:
- https://unpkg.com/mermaid/dist/mermaid.min.js