-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
105 lines (93 loc) · 2.54 KB
/
mkdocs.yml
File metadata and controls
105 lines (93 loc) · 2.54 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
site_name: The BioCypher Ecosystem
site_url: https://biocypher.org
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- search.suggest
- search.highlight
- content.code.copy
- navigation.footer
- content.action.edit
- toc.integrate
palette:
- scheme: default
primary: blue grey
accent: light blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue grey
accent: light blue
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- About:
- "": index.md
- Philosophy: philosophy.md
- Timeline and Publications: project.md
- Sponsors: sponsors.md
- Community:
- User workshop 2026: community/2026-workshop.md
- Join Us: community/index.md
- Where to Start: community/contribute.md
- Contribute to the Documentation: community/contribute-docs.md
- Contribute to the Code Base: community/contribute-codebase.md
- BioCypher: "!include ./biocypher/mkdocs.nav.yml"
- BioChatter: "!include ./biochatter/mkdocs.nav.yml"
- Biotope: "!include ./biotope/mkdocs.nav.yml"
plugins:
- search
- include-markdown
- mkdocstrings:
handlers:
python:
paths: [., biocypher, biochatter, biotope]
- monorepo
- table-reader
- mkdocs-jupyter
- social
- redirects:
redirect_maps: {} # Can be configured as needed
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- neoteroi.timeline
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
toc_depth: 3
title: On this page
extra:
social:
- icon: simple/zulip
link: https://biocypher.zulipchat.com/
- icon: material/contacts
link: https://saezlab.org/
- icon: material/lightbulb
link: https://slolab.ai/
# version:
# provider: mike
extra_css:
- assets/css/css-v1.1.0.css
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- scripts/tablesort.js
copyright: © Copyright 2021-2025, BioCypher developers.