-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
75 lines (73 loc) · 2.3 KB
/
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
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
# Please access https://squidfunk.github.io/mkdocs-material for more details.
site_name: OpenProphetDB
site_description: "OpenProphetDB is an open research group focused on <b>unlocking the potential of existing drugs to save patients with rare and complex diseases</b>. We explore the following topics: constructing and integrating <b>knowledge graph</b>, <b>multi-omics data</b>, and <b>deep learning models</b> to understand the molecular mechanisms of human rare and complex diseases, or to predict new indications for known drugs through drug repurposing."
site_author: "Jingcheng Yang"
announce: "OpenProphetDB"
announce_text: 'We are looking for partners who are highly motivated on drug repurposing to join the OpenProphetDB community. Please contact us if you are interested.'
docs_dir: docs/
repo_name: "OpenProphetDB"
repo_url: "https://github.com/open-prophetdb"
edit_uri: prophetdb.org/edit/main/docs/
markdown_extensions:
- meta
- abbr
- admonition
- pymdownx.details
- attr_list
- md_in_html
- footnotes
- toc:
permalink: true
- tables
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- assets/stylesheets/extra.css
plugins:
- search
- git-revision-date
extra:
homepage: https://www.prophetdb.org
social:
- icon: fontawesome/brands/github
link: https://github.com/open-prophetdb
name: OpenProphetDB
generator: false
copyright: Copyright © 2016 - 2024 OpenProphetDB
theme:
custom_dir: docs/assets/overrides
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.highlight
- search.suggest
- search.share
logo: assets/images/logo.png
icon:
repo: fontawesome/brands/github
favicon: assets/images/logo.png
palette:
- scheme: default
toggle:
icon: material/toggle-switch-outline
name: Switch to dark mode
primary: blue
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
name: "material"
# Table of contents
nav:
- Home: index.md
- Projects: projects.md
- Goals: goals.md
- 'Platform & Resources': platform.md
- Publications: publications.md
- Team: team_members.md
- 'Contact Us': contact.md