-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
45 lines (38 loc) · 935 Bytes
/
mkdocs.yml
File metadata and controls
45 lines (38 loc) · 935 Bytes
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
site_name: FastAPI Storages
site_description: FastAPI Storages
site_url: https://smithyhq.github.io/fastapi-storages
theme:
name: "material"
palette:
primary: white
repo_name: smithyhq/fastapi-storages
repo_url: https://github.com/smithyhq/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/smithyhq
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/amin-alaee