-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmkdocs.yml
99 lines (98 loc) · 2.69 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
site_name: RaspAP Documentation
site_url: ""
repo_url: https://github.com/RaspAP/raspap-webgui
repo_name: RaspAP/raspap-webgui
edit_uri: /RaspAP/raspap-docs/edit/master/docs
theme:
name: material
logo: images/favicon-32x32.png
icon:
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/flame-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- header.autohide
- navigation.instant
- navigation.tracking
- navigation.footer
- content.action.edit
- content.action.view
- search.suggest
- search.highlight
- search.share
- navigation.top
- content.code.copy
- content.tabs.link
markdown_extensions:
- admonition
- attr_list
- md_in_html
- footnotes
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.smartsymbols
- pymdownx.keys
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
- git-revision-date-localized
- git-committers:
repository: RaspAP/raspap-docs
extra_css:
- stylesheets/extra.css
extra:
analytics:
provider: google
property: G-8JKSE6SEPQ
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/rasp_ap
- icon: fontawesome/brands/github
link: https://github.com/RaspAP/
- icon: fontawesome/brands/reddit-alien
link: https://reddit.com/r/RaspAP
copyright: Copyright © 2013 - 2024 <a href="https://github.com/RaspAP">RaspAP</a>