File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
site-config/ncpi-catalog/dev Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { ANCHOR_TARGET } from "@databiosphere/findable-ui/lib/components/Links/c
2
2
import { SiteConfig } from "@databiosphere/findable-ui/lib/config/entities" ;
3
3
import * as C from "../../../app/components/index" ;
4
4
import anvilConfig from "../../anvil/dev/config" ;
5
+ import { GIT_HUB_REPO_URL } from "../../common/constants" ;
5
6
import {
6
7
NCPI_CATALOG_CATEGORY_KEY ,
7
8
NCPI_CATALOG_CATEGORY_LABEL ,
@@ -65,8 +66,13 @@ const config: SiteConfig = {
65
66
] ,
66
67
key : "ncpi-catalog" ,
67
68
} ,
69
+ dataSource : {
70
+ ...anvilConfig . dataSource ,
71
+ defaultParams : undefined ,
72
+ } ,
68
73
entities : [ platformsEntityConfig , studiesEntityConfig ] ,
69
74
explorerTitle : "NCPI Dataset Catalog" ,
75
+ gitHubUrl : GIT_HUB_REPO_URL ,
70
76
layout : {
71
77
footer : {
72
78
Branding : C . Logo ( {
@@ -77,6 +83,7 @@ const config: SiteConfig = {
77
83
target : ANCHOR_TARGET . BLANK ,
78
84
} ) ,
79
85
navLinks : [ ] ,
86
+ versionInfo : true ,
80
87
} ,
81
88
header : {
82
89
authenticationEnabled : false ,
You can’t perform that action at this time.
0 commit comments