File tree Expand file tree Collapse file tree
site-config/ncpi-catalog/dev Expand file tree Collapse file tree 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
22import { SiteConfig } from "@databiosphere/findable-ui/lib/config/entities" ;
33import * as C from "../../../app/components/index" ;
44import anvilConfig from "../../anvil/dev/config" ;
5+ import { GIT_HUB_REPO_URL } from "../../common/constants" ;
56import {
67 NCPI_CATALOG_CATEGORY_KEY ,
78 NCPI_CATALOG_CATEGORY_LABEL ,
@@ -65,8 +66,13 @@ const config: SiteConfig = {
6566 ] ,
6667 key : "ncpi-catalog" ,
6768 } ,
69+ dataSource : {
70+ ...anvilConfig . dataSource ,
71+ defaultParams : undefined ,
72+ } ,
6873 entities : [ platformsEntityConfig , studiesEntityConfig ] ,
6974 explorerTitle : "NCPI Dataset Catalog" ,
75+ gitHubUrl : GIT_HUB_REPO_URL ,
7076 layout : {
7177 footer : {
7278 Branding : C . Logo ( {
@@ -77,6 +83,7 @@ const config: SiteConfig = {
7783 target : ANCHOR_TARGET . BLANK ,
7884 } ) ,
7985 navLinks : [ ] ,
86+ versionInfo : true ,
8087 } ,
8188 header : {
8289 authenticationEnabled : false ,
You can’t perform that action at this time.
0 commit comments