-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
73 lines (68 loc) · 1.59 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
site_name: NotionSci
repo_url: https://github.com/EgorDm/notionsci
edit_uri: ""
theme:
name: material
navigation_depth: 4
features:
- content.code.annotate
- content.tabs.link
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
icon:
repo: fontawesome/brands/github
font:
text: Tahoma
code: Source Code Pro
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: purple
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: purple
accent: deep purple
toggle:
icon: material/lightbulb
name: Switch to light mode
plugins:
- search
- gen-files:
scripts:
- docs/generate.py
- mkdocstrings
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.snippets:
check_paths: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/EgorDm/notionsci
nav:
- Home:
- Overview: index.md
- Usage:
- Notion: notion.md
- Zotero: zotero.md
- Configuration: configuration.md
- Development:
- Contributing: contributing.md
- License: license.md
- Reference:
- Sync: reference/sync.md
- Connections:
- reference/connections/notion.md
- reference/connections/notion_unofficial.md
- reference/connections/zotero.md