forked from ramnes/notion-sdk-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
57 lines (50 loc) · 1.11 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
site_name: notion-sdk-py
repo_url: https://github.com/ramnes/notion-sdk-py
edit_uri: ""
extra_css: [extra.css]
theme:
name: material
navigation_depth: 4
features:
- naviagation.sections
- navigation.indexes
icon:
repo: fontawesome/brands/github
font:
text: Tahoma
code: Source Code Pro
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
accent: orange
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: orange
accent: deep orange
toggle:
icon: material/lightbulb
name: Switch to light mode
plugins:
- search
- gen-files:
scripts:
- docs/generate.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings
- coverage
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.snippets:
check_paths: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ramnes/notion-sdk-py