-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
82 lines (73 loc) · 2.56 KB
/
mkdocs.yml
File metadata and controls
82 lines (73 loc) · 2.56 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
site_name: Harvard Research Computing Trusted Research Environment
site_url: https://foromeplatform.github.io/tre/
repo_url: https://github.com/ForomePlatform/tre
edit_uri: blob/main/docs/
theme:
name: material
features:
- navigation.tabs # top horizontal tabs (1st level)
- 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 # copy button on code blocks
palette:
- scheme: default # light
primary: custom
accent: custom
- scheme: slate # optional dark mode
primary: custom
accent: custom
icon:
logo: material/library
repo: fontawesome/brands/github
extra_css:
- assets/harvard.css
nav:
- "Overview": index.md
- "Trust":
- trust/index.md
- "Data Provenance": trust/data-provenance.md
- "Reproducibility": trust/reproducibility.md
- "Security & Access": trust/security-access.md
- "Compliance": trust/compliance.md
- "Research":
- research/index.md
- "Research Lifecycle": research/research-lifecycle.md
- "Data Engineering": research/data-engineering.md
- "Analytics Toolkit": research/analytics-toolkit.md
- "Federated Access": research/federated-access.md
- "Environment":
- environment/index.md
- "Architecture": environment/architecture.md
- "Deployment Blueprint": environment/deployment-blueprint.md
- "Operations Best Practice": environment/operations-best-practice.md
- "Reference Case":
- reference-case/index.md
- "Project Overview": reference-case/project-overview.md
- "Implementation Journey": reference-case/implementation-journey.md
- "Provenance in Action": reference-case/provenance-in-action.md
- "Lessons Learned": reference-case/lessons-learned.md
- "Team":
- team/index.md
- "Harvard Research Computing": team/harvard-research-computing.md
- "Contributing Partners": team/contributing-partners.md
- "Resources":
- resources/index.md
- "Documentation": resources/documentation.md
- "Compliance Matrix": resources/compliance-matrix.md
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.tabbed:
alternate_style: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ForomePlatform/tre
name: GitHub repo