-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (48 loc) · 1.14 KB
/
mkdocs.yml
File metadata and controls
52 lines (48 loc) · 1.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
site_name: Helico
site_description: AlphaFold3 clone for experimentation — research log and benchmarks
site_url: https://open-athena.github.io/helico/
repo_url: https://github.com/Open-Athena/helico
repo_name: Open-Athena/helico
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.top
- content.code.copy
- content.action.edit
palette:
- scheme: default
primary: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
nav:
- Home: index.md
- Experiments:
- Overview: experiments/index.md
- Benchmarks: benchmarks.md
- Releases: releases.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.emoji
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
toc_depth: 3
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Open-Athena/helico