-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
73 lines (64 loc) · 1.22 KB
/
_config.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
repository: SuLab/DrugMechDB
output: web
topnav_title: DrugMechDB
site_title: DrugMechDB
company_name: Su Lab
host: 127.0.0.1
port: 4000
exclude:
- .idea/
- .gitignore
- vendor
feedback_subject_line: DrugMechDB
feedback_email: [email protected]
feedback_disable: true
google_analytics: G-RM54RDZ3XS
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
collections:
tooltips:
output: false
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: false
search: true
sidebar: home_sidebar
topnav: topnav
-
scope:
path: ""
type: "tooltips"
values:
layout: "page"
search: true
tooltip: true
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: false
search: true
sidebar: home_sidebar
topnav: topnav
sidebars:
- home_sidebar
- mydoc_sidebar
- product1_sidebar
- product2_sidebar
- other
description: "A database of paths that represent the mechanism of action from a drug to a disease in an indication."
# url: http://idratherbewriting.com
# baseurl: /documentation-theme-jekyll
github: [metadata]