-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
44 lines (40 loc) · 1.05 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: doc-builder Documentation
# mkdocs.yml
site_url: https://thehive-project.github.io/thehive4py
theme:
name: "material"
logo: 'images/thehive.png'
palette:
primary: 'blue'
accent: blue
plugins:
- search
- git-revision-date-localized:
type: datetime
- awesome-pages
extra_css:
- custom.css
extra:
social:
- icon: fontawesome/solid/house
link: "https://www.strangebee.com"
- icon: fontawesome/brands/wordpress
link: "https://blog.strangebee.com"
- icon: fontawesome/brands/twitter
link: "https://twitter.com/TheHive_Project"
- icon: fontawesome/brands/github
link: "https://github.com/TheHive-Project"
- icon: fontawesome/brands/discord
link: "https://chat.strangebee.com"
repo_name: "TheHive-Project/TheHive4py"
repo_url: "https://github.com/TheHive-Project/doc-builder"
markdown_extensions:
- toc:
permalink: "#"
- codehilite
- admonition
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true