-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (40 loc) · 989 Bytes
/
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: documented
repo_url: https://github.com/anatoly-scherbakov/documented
repo_name: documented
copyright: Copyright © 2023 <a href="https://yeti.sh">Anatoly Scherbakov</a>
markdown_extensions:
- md_in_html
- admonition
- codehilite
- attr_list
- pymdownx.tabbed
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- awesome-pages
- mkdocstrings:
handlers:
python:
options: {}
- macros:
on_error_fail: true
modules:
- macros
theme:
name: material
logo: images/quotes.svg
features:
- navigation.sections
- content.code.annotate
extra_css:
- css/custom.css