forked from J535D165/datahugger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (38 loc) · 899 Bytes
/
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
site_name: Datahugger Documentation
repo_url: https://github.com/J535D165/datahugger
repo_name: J535D165/datahugger
nav:
- Home:
- index.md
- working.md
- reproducible.md
- Getting started:
- installation.md
- download.md
- object.md
- options.md
- Repositories:
- repositories.md
- repositories_not_supported.md
- Development:
- development.md
- FAQ:
- faq.md
theme:
name: material
features:
- content.tabs.link
- navigation.tabs
icon:
repo: fontawesome/brands/github
logo: fontawesome/solid/hand-spock
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg