-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
49 lines (43 loc) · 904 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
45
46
47
48
49
---
site_name: django-logpipe
theme:
name: material
icon:
repo: fontawesome/brands/git-alt
features:
- search.suggest
- search.highlight
- navigation.footer
repo_name: django-logpipe
repo_url: https://gitlab.com/thelabnyc/django-logpipe
edit_uri: -/edit/master/docs/
docs_dir: docs/
site_dir: build/mkdocs/
extra_css:
- custom-styles.css
markdown_extensions:
- toc:
permalink: True
# - extra
- abbr
# - attr_list
- def_list
# - fenced_code
- footnotes
- md_in_html
# - tables
- codehilite
- smarty
- admonition
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.arithmatex:
generic: true
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- mkautodoc
use_directory_urls: false