-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
44 lines (44 loc) · 1.08 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
site_name: "Faction Docs"
site_url: "https://docs.factionsecurity.com"
theme:
palette:
scheme: slate
primary: white
logo: /img/favicon.png
name: material
custom_dir: custom_theme/
features:
- content.code.copy
- navigation.footer
- navigation.indexes
- navigation.expand
repo_url: https://github.com/factionsecurity/faction
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
extra:
analytics:
provider: google
property: G-LQPM8RS39Z
social:
- icon: fontawesome/brands/mastodon
link: https://infosec.exchange/@null0perat0r
- icon: fontawesome/brands/twitter
link: https://twitter.com/null0perar0r
- icon: fontawesome/brands/github
link: https://github.com/summitt
plugins:
- blog:
blog_toc: true
- search
- mkdocs-nav-weight
- tags:
tags_file: tags.md