Skip to content

Commit

Permalink
Removed pipelines from header. #1011.
Browse files Browse the repository at this point in the history
  • Loading branch information
MillenniumFalconMechanic authored and NoopDog committed Jul 7, 2021
1 parent b18c9c9 commit 8f46ffd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 2 additions & 0 deletions set-dev-env-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ echo \"Deleting ./public/\"
rd /q /s "./public"
set "GATSBY_EXPLORE_URL=https://dev.singlecell.gi.ucsc.edu/explore/"
set "GATSBY_FILE_SUMMARY_API_URL=https://service.dev.singlecell.gi.ucsc.edu/index/summary"
set "GATSBY_PORTAL_URL=https://dev.singlecell.gi.ucsc.edu/"
set "GATSBY_TERM_FACETS_API_URL=https://service.dev.singlecell.gi.ucsc.edu/index/projects"
set "GATSBY_SYSTEM_HEALTH_CHECK_API_URL=https://service.dev.singlecell.gi.ucsc.edu/health/progress"
set "GATSBY_DEFAULT_CATALOG=dcp2"
set "GATSBY_ATLAS=hca"
set "GATSBY_ENV=LOCAL"
1 change: 1 addition & 0 deletions set-dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ echo \"Deleting ./public/\"
rm -rf ./public
export GATSBY_EXPLORE_URL="https://dev.singlecell.gi.ucsc.edu/explore/"
export GATSBY_FILE_SUMMARY_API_URL="https://service.dev.singlecell.gi.ucsc.edu/index/summary"
export GATSBY_PORTAL_URL="https://dev.singlecell.gi.ucsc.edu/"
export GATSBY_TERM_FACETS_API_URL="https://service.dev.singlecell.gi.ucsc.edu/index/projects"
export GATSBY_SYSTEM_HEALTH_CHECK_API_URL="https://service.dev.singlecell.gi.ucsc.edu/health/progress"
export GATSBY_DEFAULT_CATALOG="dcp2"
Expand Down
10 changes: 0 additions & 10 deletions src/components/header-lungmap/header-lungmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,16 +208,6 @@ export default props => {
order: 0
}
},
{
description: "Pipelines",
headerName: null,
name: "Pipelines",
path: "/pipelines",
position: {
location: "h",
order: 1
}
},
{
description: "APIs",
headerName: null,
Expand Down

0 comments on commit 8f46ffd

Please sign in to comment.