-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
47 lines (47 loc) · 1.04 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
site_name: FruitNanny
site_url: https://fruitnanny.github.io/
repo_name: GitHub
repo_url: https://github.com/fruitnanny/fruitnanny.github.io/
edit_uri: edit/source/docs
copyright: Copyright © 2020 Lucas Kahlert # Also change in "home.html"
nav:
- index.md
- User Guide:
- user/getting-started.md
- user/network.md
- user/updates.md
- Crafting Guide:
- crafting.md
- setup.md
- Development Guide:
- development/architecture.md
- development/api.md
- development/ui.md
theme:
name: material
favicon: images/favicon.png
custom_dir: overrides
icon:
logo: material/camera-iris
features:
- tabs
palette:
primary: blue
accent: pink
extra_css:
- css/extra.css
plugins:
- git-revision-date-localized
- search
markdown_extensions:
- admonition
- codehilite
- def_list
- footnotes
- meta
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- toc:
permalink: true