forked from madeinoz67/maker-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
83 lines (73 loc) · 1.75 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
81
82
83
# project information
site_name: "Maker Hub"
site_author: "Stephen Eaton"
site_description: "Parts, Project builds and more for Makers"
# Page Tree
nav:
- Home: index.md
- Development:
- dev/getting_started.md
- dev/documentation.md
- dev/makefile.md
- dev/python.md
- dev/docker.md
- dev/contributing.md
- Contributors: authors.md
- Change Log: changelog.md
- License: license.md
- Help Wanted: helpwanted.md
# Configuration
theme:
name: material
features:
- navigation.tabs
- navigation.indexes
- navigation.expand
- header.autohide
# Repository
repo_name: "madeinoz67/maker-hub"
repo_url: "https://github.com/madeinoz67/maker-hub"
edit_uri: ""
# plugins
plugins:
- search
- mermaid2
# extensions
markdown_extensions:
- abbr
- attr_list
- admonition
- footnotes
- meta
- pymdownx.details
- pymdownx.snippets
- pymdownx.smartsymbols
- pymdownx.caret
- pymdownx.mark
- pymdownx.tabbed
- pymdownx.tilde
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.keys
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji # noqa
emoji_generator: !!python/name:materialx.emoji.to_svg # noqa
# Copyright
copyright: Copyright © 2021 Stephen Eaton
# footer customisation
extra:
social:
- icon: fontawesome/brands/github
link: "https://github.com/madeinoz67"
- icon: fontawesome/brands/gitlab
link: "https://gitlab.com/madeinoz67"
- icon: fontawesome/brands/twitter
link: "https://twitter.com/madeinoz"