-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
91 lines (83 loc) · 2.14 KB
/
Copy pathmkdocs.yml
File metadata and controls
91 lines (83 loc) · 2.14 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
site_name: Computational Structural Immunology Symposium
site_description: A symposium focused on the intersection of computational methods and structural immunology.
strict: false
site_url: https://csi.github.io
theme:
# https://squidfunk.github.io/mkdocs-material/
name: 'material'
custom_dir: overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
accent: indigo
# toggle:
# icon: material/weather-sunny
# name: "Switch to dark mode"
# - media: "(prefers-color-scheme: dark)"
# scheme: slate
# primary: deep orange
# accent: indigo
# toggle:
# icon: material/weather-night
# name: "Switch to light mode"
features:
- content.tabs.link
- content.code.annotate
- content.code.copy
- announce.dismiss
- navigation.tabs
- navigation.sections
- navigation.top
- search.highlight
- search.suggest
icon:
logo: 'material/library-outline'
previous: fontawesome/solid/angle-left
next: fontawesome/solid/angle-right
favicon: images/logo.png
logo: images/logo.png
extra:
version:
provider: mike
extra_css:
- css/extra.css
# https://www.mkdocs.org/user-guide/configuration/#validation
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
nav:
- About: index.md
- Schedule: schedule.md
- Participants: participants.md
- Related Announcements: announcements.md
markdown_extensions:
# https://python-markdown.github.io/extensions/
- toc:
permalink: true
- admonition
# https://facelessuser.github.io/pymdown-extensions
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
pygments_lang_class: true
- pymdownx.extra:
pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.magiclink
- pymdownx.keys
- pymdownx.snippets: # use files outside of docs folder, syntax is `--8<-- "path/to/file"`
base_path: [.]
watch:
- docs
plugins:
- mike:
alias_type: symlink
canonical_version: latest
- search