-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
101 lines (95 loc) · 2.28 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
site_name: Dremio Arrow Flight Client
repo_url: https://github.com/jaysnm/dremio-arrow
repo_name: jaysnm/dremio-arrow
edit_uri: ""
nav:
- Home: index.md
- Installation: installation.md
- Usage:
- Overview: usage.md
- Python Example: usage-python.md
- R Example: usage-r.md
- API Reference: api.md
- Contributing: contributing.md
- Changelog: changelog.md
theme:
name: material
language: en
highlightjs: true
icon:
repo: fontawesome/brands/github
logo: material/book-open-variant
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.top
- navigation.expand
- navigation.sections
- navigation.indexes
- header.autohide
- toc.integrate
- content.code.annotate
- search.suggest
- search.highlight
- search.share
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: deep purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: lime
toggle:
icon: material/weather-night
name: Switch to light mode
font:
code: Montserrat Mono
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.critic:
mode: view
- pymdownx.tilde
- pymdownx.caret
- pymdownx.mark
- pymdownx.highlight:
anchor_linenums: true
linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- admonition
- attr_list
- md_in_html
plugins:
- include-markdown
- search:
lang: en
- mkdocstrings:
watch:
- docs
- git-revision-date-localized:
type: date
fallback_to_build_date: true
enable_creation_date: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/jaysnm/dremio-arrow
name: Github
- icon: material/email
link: "mailto:[email protected]"
copyright: Copyright © 2020 - 2022 Jason Kinyua