-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (30 loc) · 759 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (30 loc) · 759 Bytes
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
site_name: CALIPER Design
site_url: https://ohsu-comp-bio.github.io/caliper-design/
theme:
name: material
features:
- navigation.indexes
- navigation.footer
- content.code.copy
plugins:
- search
- open-in-new-tab # automatically open ext links in new tab
repo_url: https://github.com/ohsu-comp-bio/caliper-design
repo_name: ohsu-comp-bio/caliper-design
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/extra.css