forked from mrpowers-io/quinn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
67 lines (62 loc) · 1.53 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
site_name: Quinn
site_url: "https://mrpowers.github.io/quinn/"
repo_url: "https://github.com/MrPowers/quinn"
repo_name: "MrPowers/quinn"
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tracking
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- navigation.indexes
- navigation.expand
- content.tabs.link
- content.code.copy
- content.code.select
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- section-index
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_style: sphinx
docstring_options:
show_if_no_docstring: true
show_source: true
- mkdocs-jupyter
- markdown-exec
nav:
- Home: index.md
- Usage: usage.md
- API Reference: reference/SUMMARY.md
- Examples:
- "examples/index.md"
- "notebooks/schema_as_code.ipynb"
- Learn more:
- learn_more/index.md
- learn_more/column_to_list.md
markdown_extensions:
- markdown_include.include:
base_path: docs
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg