forked from felix-engelmann/dranspose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (37 loc) · 880 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
site_name: dranspose
repo_url: https://github.com/felix-engelmann/dranspose
edit_uri: edit/main/docs/
theme:
name: "material"
features:
- content.action.edit
plugins:
- mkdocstrings
- search
markdown_extensions:
- admonition
- attr_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
exclude_docs: |
/seminar-2024-06-13
!/seminar-2024-06-13/main.pdf
/seminar-2023-11-30
!/seminar-2023-11-30/main.pdf
/poster-2024-01-15
!/poster-2024-01-15/main.pdf
/nobugs-2024-09-25
!/nobugs-2024-09-25/main.pdf
#nav:
# - "index.md"
# - "Reference":
# - "protocols/events.md"