forked from h2oai/nitro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
80 lines (80 loc) · 1.91 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
site_name: H2O Nitro
site_description: The quickest way to build web apps in Python
site_author: Prithvi Prabhu
repo_name: h2oai/nitro
repo_url: https://github.com/h2oai/nitro
copyright: "Copyright © 2022 <a href='https://h2o.ai'>H2O.ai, Inc</a>. Licensed under <a href='https://www.apache.org/licenses/LICENSE-2.0'>Apache-2.0</a>."
theme:
name: material
icon:
logo: material/rocket-launch-outline
features:
- header.autohide
- navigation.sections
- navigation.indexes
- navigation.top
palette:
- scheme: default
primary: black
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: black
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/h2oai/nitro
- icon: fontawesome/brands/python
link: https://pypi.org/project/h2o-nitro/
- icon: fontawesome/brands/twitter
link: https://twitter.com/h2o_nitro
markdown_extensions:
- admonition
- def_list
- footnotes
- tables
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Introduction: 'index.md'
- 'install.md'
# Begin generated
- Guide:
- 'basics.md'
- 'markdown.md'
- 'layout.md'
- 'forms.md'
- 'textbox.md'
- 'spinbox.md'
- 'pickers.md'
- 'options.md'
- 'buttons.md'
- 'radio-buttons.md'
- 'dropdown.md'
- 'dropdown-list.md'
- 'checklist.md'
- 'slider.md'
- 'range-slider.md'
- 'time-picker.md'
- 'date-picker.md'
- 'calendar.md'
- 'week-picker.md'
- 'month-picker.md'
- 'tag-picker.md'
- 'color-picker.md'
- 'color-palette.md'
- 'rating.md'
# End generated
- Meta:
- 'change-log.md'