-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (48 loc) · 960 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
50
51
52
53
54
55
---
site_name: thelab-db
theme:
name: material
icon:
repo: fontawesome/brands/git-alt
features:
- navigation.tabs
- search.suggest
- search.highlight
repo_name: thelab-db
repo_url: https://gitlab.com/thelabnyc/thelab-db/
edit_uri: -/edit/master/docs/
docs_dir: docs/
site_dir: build/mkdocs/
extra_css:
- 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
plugins:
- search
- awesome-pages
- pagenav-generator
- section-index