-
-
Notifications
You must be signed in to change notification settings - Fork 445
/
mkdocs.yml
46 lines (42 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
45
46
site_name: EventFlow
site_url: https://geteventflow.net/
theme: material
docs_dir: Documentation
repo_name: EventFlow
repo_url: https://github.com/eventflow/EventFlow
edit_uri: edit/develop-v1/Documentation
theme:
name: material
logo: assets/logo.png
palette:
scheme: slate
primary: blue grey
icon:
repo: fontawesome/brands/github
features:
- content.action.edit
- navigation.footer
- header.autohide
plugins:
- search
- git-committers:
repository: eventflow/EventFlow
branch: develop-v1
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/rasmus
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/rasmusmikkelsen/
- icon: fontawesome/brands/discord
link: https://discord.gg/QfgNPs5WxR