forked from HarvardRC/tre
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
74 lines (68 loc) · 1.88 KB
/
mkdocs.yml
File metadata and controls
74 lines (68 loc) · 1.88 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
site_name: Harvard Research Computing Trusted Research Environment
site_url: https://foromeplatform.github.io/tre/
repo_url: https://github.com/ForomePlatform/tre
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.tabs # top-level tabs
- navigation.sections # grouped left sidebar per tab
- navigation.expand # auto-expand current section
- navigation.top # sticky header + back-to-top
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
palette:
- scheme: default
primary: custom
accent: custom
- scheme: slate
primary: custom
accent: custom
icon:
logo: material/library
repo: fontawesome/brands/github
extra_css:
- assets/harvard.css
nav:
- Overview: index.md
# - Background:
# - Data Preparation for Pattern recognition: assets/slides/background/index.html
- Trust:
- Data Provenance and Compliance: trust/index.md
- Research:
- Tools and Lifecycle: research/index.md
- Environment:
- Deployment Blueprint: environment/deployment-blueprint.md
- Reference Case:
- Project Overview: reference-case/project-overview.md
- Team: team/index.md
plugins:
- search
- autorefs
- glightbox
- minify:
minify_html: true
# - revealjs:
# transition: slide # or fade, convex, concave, none https://revealjs.com/transitions/
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details # enables ??? collapsible blocks
- pymdownx.superfences # code fences inside details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ForomePlatform/tre
name: GitHub repo