-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
80 lines (79 loc) · 2.56 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
75
76
77
78
79
80
site_name: BioMedGPS Data
site_description: "A repo for building a customized knowledge graph, you can use it to train knowledge graph embedding models for drug repurposing and disease mechanism research."
site_url: https://open-prophetdb.github.io/biomedgps-data/
site_author: "Jingcheng Yang"
announce: "OpenProphetDB"
announce_text: 'We are looking for partners who are highly motivated on drug repurposing to join the <a href="https://www.prophetdb.org">OpenProphetDB community</a>. Please contact us if you are interested.'
docs_dir: docs/
repo_name: "BioMedGPS Data"
repo_url: "https://github.com/open-prophetdb/biomedgps-data"
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
plugins:
- search
- git-revision-date
extra_css:
- assets/stylesheets/extra.css
extra:
homepage: https://open-prophetdb.github.io/biomedgps-data/
social:
- icon: fontawesome/brands/github
link: https://github.com/open-prophetdb/biomedgps-data
name: BioMedGPS Data
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
# If you want to add more docs, just add them to the list below, update the path_name_map variable in gen_docsite.py for adding a new index for your doc file
nav:
- Introduction: index.md
- Installation: installation_index.md
- Using Knowledge Graph: graph_data_index.md
- Building Knowledge Graph: graph_data_kg.md
- Analyzing Knowledge Graph: graph_analysis_index.md
- Generating Initial Embeddings: embeddings_index.md
# - Train KGE Model:
# - Training: wandb_index.md
# - Generate Initial Embedding [Optional]: embeddings_index.md
# - Embedding Analysis: embedding_analysis_index.md
# - Benchmark: benchmarks_index.md
# - Prediction: prediction_index.md
- FAQs: faqs.md