-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
33 lines (33 loc) · 865 Bytes
/
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
site_name: RNA-FRETools
site_url: https://rna-fretools.github.io/
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.tabs
- navigation.instant
- navigation.indexes
icon:
logo: material/dna
favicon: images/rna-fretools_logo.png
nav:
- Home: index.md
- Software: software.md
- Publications:
- MASH-FRET: publications/mash-fret.md
- FRETraj: publications/fretraj.md
- FRETlabel: publications/fretlabel.md
- Lifefit: publications/lifefit.md
- About Us: about.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
repo_url: https://github.com/RNA-FRETools/