-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
47 lines (43 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: SimpleSelfhostAuth
theme:
name: material
features:
- content.code.annotate
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.expand
- toc.integrate
- navigation.top
- search.suggest
font: false
palette:
primary: green
accent: light blue
logo: assets/logo.png
favicon: assets/favicon.png
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.highlight
- pymdownx.highlight:
use_pygments: true
- footnotes
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/mawoka-myblock
generator: false
copyright: Copyright © <a href="https://mawoka.eu">Mawoka</a>
repo_name: mawoka-myblock/SimpleSelfhostAuth
repo_url: https://github.com/mawoka-myblock/SimpleSelfhostAuth