forked from galaxyproject/galaxy-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
38 lines (38 loc) · 1.4 KB
/
config.json
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
{
"host": "galaxyproject.org",
"contentDir": "content",
"subsites": ["us", "eu"],
"collections": {
"Platform": "/use/"
},
"locale": "en-US",
"categories": {
"/blog": "blog",
"/events": "events",
"/news": "news",
"/careers": "careers",
"/projects/covid19": "covid19"
},
"build": {
"dirs": {
"md": "build/content-md",
"vue": "build/content-vue"
},
"copyFileExts": ["png", "jpg", "jpeg", "gif", "svg", "pdf"]
},
"redirects": {
"/admin/authentication/config/": "/authnz/config/",
"/admin/authentication/": "/authnz/",
"/events/gtn.html": "/events/gtn/",
"/admin/internals/galaxy-ops/Help Info.html": "/admin/internals/galaxy-ops/help-info/",
"/admin/internals/galaxy-ops/Python.html": "/admin/internals/galaxy-ops/python/",
"/admin/internals/galaxy-ops/C.html": "/admin/internals/galaxy-ops/c/",
"/blog/2017-10-16-UnicyclerTutorial/": "/blog/2017-10-16-unicycler-tutorial/",
"/cloudman/CustomizeGalaxyCloud.html": "/cloudman/customize-galaxy-cloud/",
"/tutorials/nt_rnaseq/": "/tutorials/nt-rnaseq/",
"/tutorials/pt_gfam/": "/tutorials/pt-gfam/",
"/tutorials/rb_rnaseq/": "/tutorials/rb-rnaseq/",
"/tutorials/var_dip/": "/tutorials/var-dip/",
"/tutorials/var_hap/": "/tutorials/var-hap/"
}
}