-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
55 lines (55 loc) · 1.25 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
site_name: Fairdata Metax Documentation
site_url: https://metaxv3.fd-dev.csc.fi/docs
theme:
name: "material"
features:
- content.tabs.link
- toc.integrate
- navigation.tabs
- navigation.tabs.sticky
logo: tree_nega_cropped.svg
favicon: favicon.png
palette:
primary: custom
accent: custom
extra_css: [extra.css]
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
watch:
- src/apps
- tests/
plugins:
- search
- mkdocstrings:
default_handler: python
- literate-nav:
nav_file: SUMMARY.md
- section-index
markdown_extensions:
- def_list
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: '#'
- footnotes
- md_in_html
- tables