-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (60 loc) · 1.57 KB
/
mkdocs.yml
File metadata and controls
61 lines (60 loc) · 1.57 KB
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
site_name: Awesome AppArmor
site_url: https://moisesmsf.github.io/awesome-apparmor
site_description: A curated list of awesome things related to AppArmor
site_author: moisesmsf
repo_url: https://github.com/moisesmsf/awesome-apparmor
repo_name: moisesmsf/awesome-apparmor
edit_uri: edit/main/docs/
theme:
logo: assets/apparmor-icon.png
favicon: assets/favicon.ico
name: material
icon:
repo: fontawesome/brands/github
features:
- content.code.copy
- content.code.select
- navigation.instant
- navigation.tracking
- navigation.footer
- navigation.top
- toc.integrate
- search.sugest
- search.highlight
- search.share
- content.action.edit
- content.action.view
palette:
# Palette toggle for light mode
- scheme: slate
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: default
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search:
lang: en
- privacy
- social
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/moisesmsf
name: moisesmsf on Github
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/moisesmsf
name: moisesmsf on Linkedin
- icon: fontawesome/brands/telegram
link: https://t.me/moisesmsf
name: moisesmsf on Linkedin
- icon: fontawesome/solid/paper-plane
link: mailto:moisesmsf@proton.me
name: moisesmsf's email
markdown_extensions:
- abbr
- toc:
permalink: "#"