Skip to content
7 changes: 6 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ relativeURLs = false
name = "Explore Correlations"
url = "/covidcast/correlation"
weight = 4
[[menu.main]]
parent = "covidcast"
name = "Dashboard Builder"
url = "/covidcast/dashboard"
weight = 20
[[menu.main]]
parent = "covidcast"
name = "Classic Map"
Expand Down Expand Up @@ -148,4 +153,4 @@ relativeURLs = false
feedbackDelayMin = 45 # in sec
feedbackDelayMax = 180 # in sec
feedbackDuration = 60 # show it for 60sec
highlightLinks = "/covidcast/correlation,/covidcast/data-anomalies"
highlightLinks = "/covidcast/dashboard"
10 changes: 10 additions & 0 deletions content/covidcast/dashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: COVIDcast | Dashboard Builder
linkTitle: Dashboard Builder
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
layout: covidcast_app
app_mode: dashboard
heroImage: images/landing-page/hero-images/covidcast_v2.jpg
feedback: true
footer: false
---
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "www-main",
"version": "2.7.0",
"version": "2.8.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"highlight.js": "^11.0.1",
"katex": "^0.13.11",
"uikit": "^3.6.22",
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v2.5.0/www-covidcast-2.5.0.tgz",
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.0/www-epivis-2.0.0.tgz"
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.1/www-epivis-2.0.1.tgz"
},
"devDependencies": {
"hugo-bin": "^0.71.1",
Expand Down