-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
47 lines (40 loc) · 1014 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
35
36
37
38
39
40
41
42
43
44
45
46
47
site_name: FastAPI Storages
site_description: FastAPI Storages
site_url: https://aminalaee.dev/fastapi-storages
theme:
name: 'material'
palette:
primary: white
repo_name: aminalaee/fastapi-storages
repo_url: https://github.com/aminalaee/fastapi-storages
edit_uri: ""
nav:
- Introduction: 'index.md'
- Usage: 'usage.md'
- API Reference:
- Storages: 'api_reference/storages.md'
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.superfences
plugins:
- search
- mkdocstrings:
default_handler: python
watch:
- fastapi_storages/
extra:
analytics:
provider: google
property: G-MV427T1Z9X
social:
- icon: fontawesome/brands/github
link: https://github.com/aminalaee
- icon: fontawesome/brands/twitter
link: https://twitter.com/aminalaee
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/amin-alaee