-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
81 lines (72 loc) · 1.89 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
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
# See https://squidfunk.github.io/mkdocs-material/
# https://www.mkdocs.org/user-guide/deploying-your-docs/#organization-and-user-pages
# https://github.com/mkdocs/mkdocs/wiki/MkDocs-Plugins
site_name: biocommons
use_directory_urls: true
strict: true
plugins:
- autolinks
- awesome-pages
- glightbox
- macros
- redirects:
redirect_maps:
"private/hackathon-2023.md": "hackathon-2023.md"
"code-of-conduct.md": "community/code-of-conduct.md"
"governance.md": "community/governance.md"
"files.md": "https://drive.google.com/drive/folders/1g520Cz2PBTXbLV1MxPXgY5h_EO4WHj0T"
- search
#- multirepo # https://github.com/backstage/mkdocs-monorepo-plugin
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
toc_depth: 2
permalink: "#"
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/biocommons/
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/biocommons/
- icon: fontawesome/brands/slack
link: https://biocommons.slack.com/
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/biocommons/
extra_css:
- stylesheets/extra.css
theme:
name: material
features:
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.tracking
- search.highlight
- toc.follow
- toc.integrate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: images/logo.svg
favicon: images/logo.ico