-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
51 lines (48 loc) · 1.2 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
site_name: Mycelium Network Documentation
theme:
logo: mkdocs/images/logo.png
favicon: mkdocs/images/favicon.ico
name: material
language: en
features:
- instant
- tabs
palette:
primary: blue grey
accent: blue grey
repo_name: mycelium-network/mycelium-api
repo_url: https://github.com/mycelium-network/mycelium-api
extra:
manifest: manifest.webmanifest
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/mycelium-network
- icon: fontawesome/brands/twitter
link: https://twitter.com/MyceliumNet
markdown_extensions:
- admonition
- footnotes
- codehilite
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
plugins:
- search # necessary for search to work
- awesome-pages
- git-revision-date-localized:
type: date