-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
33 lines (30 loc) · 901 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
site_name: EagleRepair
copyright: Copyright © 2022 Martin Odermatt, Diego Marcilio, Carlo A. Furia
repo_url: https://github.com/marodev/EagleRepair
site_url: https://marodev.github.io/EagleRepair
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/marodev/EagleRepair
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/marodev
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js
- javascripts/config.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- pymdownx.details
theme:
name: material
features:
- navigation.top
icon:
repo: fontawesome/brands/github
nav:
- EagleRepair: index.md
- rules.md
- contributing.md