-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
74 lines (68 loc) · 1.64 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
site_name: Feature Forest Documentation
site_url: https://juglab.github.io/featureforest
extra_css:
- stylesheets/extra.css
theme:
name: material
# logo: assets/logo.png
# favicon: images/favicon.png
icon:
repo: fontawesome/brands/git-alt
font:
text: Parkinsans
code: Fira Code
palette:
# Palette toggle for dark mode
- scheme: slate
primary: green
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
primary: green
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.instant
- navigation.instant.progress
- navigation.path
- navigation.top
- content.code.copy
nav:
- Welcome: index.md
- Installation: install.md
- How to use the plugin: howto.md
- Feature Extractor Widget: feature_extractor.md
- Segmentation Widget: segmentation.md
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/juglab/featureforest
repo_url: https://github.com/juglab/featureforest
repo_name: juglab/featureforest
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- admonition
- attr_list
- md_in_html
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.blocks.caption
- def_list
- sane_lists
- pymdownx.tasklist:
custom_checkbox: true