-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
58 lines (54 loc) · 1.27 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
48
49
50
51
52
53
54
55
56
57
58
site_name: iolanta-adr
site_url: https://adr.iolanta.tech
repo_url: https://github.com/iolanta-tech/iolanta-adr
repo_name: iolanta-adr
copyright: Copyright © 2023 iolanta.tech
markdown_extensions:
- admonition
- codehilite
- attr_list
- md_in_html
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- awesome-pages
- iolanta
- blogging:
dirs:
- decisions
theme:
name: card
# - mkdocstrings:
# handlers:
# python:
# import:
# - https://docs.python-requests.org/en/master/objects.inv
- macros:
on_error_fail: true
theme:
name: material
extra:
status:
accepted: The ADR is accepted.
# logo: assets/icon.png
# palette:
# primary: black
# scheme: slate
# custom_dir: templates
features:
- navigation.sections
- navigation.indexes
# - navigation.tabs
# - navigation.tabs.sticky
- content.code.annotate
extra_css:
- assets/status.css