Skip to content

Commit 5c80b9c

Browse files
authored
Merge pull request #383 from cmu-delphi/release/v2.8.0
Release v2.8.0
2 parents ea3b690 + 8ac7a11 commit 5c80b9c

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

config.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ relativeURLs = false
6666
name = "Explore Correlations"
6767
url = "/covidcast/correlation"
6868
weight = 4
69+
[[menu.main]]
70+
parent = "covidcast"
71+
name = "Dashboard Builder"
72+
url = "/covidcast/dashboard"
73+
weight = 20
6974
[[menu.main]]
7075
parent = "covidcast"
7176
name = "Classic Map"
@@ -148,4 +153,4 @@ relativeURLs = false
148153
feedbackDelayMin = 45 # in sec
149154
feedbackDelayMax = 180 # in sec
150155
feedbackDuration = 60 # show it for 60sec
151-
highlightLinks = "/covidcast/correlation,/covidcast/data-anomalies"
156+
highlightLinks = "/covidcast/dashboard"

content/covidcast/dashboard.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: COVIDcast | Dashboard Builder
3+
linkTitle: Dashboard Builder
4+
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
5+
layout: covidcast_app
6+
app_mode: dashboard
7+
heroImage: images/landing-page/hero-images/covidcast_v2.jpg
8+
feedback: true
9+
footer: false
10+
---

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "www-main",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"private": true,
55
"dependencies": {
66
"@fortawesome/fontawesome-free": "^5.15.3",
77
"highlight.js": "^11.0.1",
88
"katex": "^0.13.11",
99
"uikit": "^3.6.22",
1010
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast/releases/download/v2.5.0/www-covidcast-2.5.0.tgz",
11-
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.0/www-epivis-2.0.0.tgz"
11+
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.1/www-epivis-2.0.1.tgz"
1212
},
1313
"devDependencies": {
1414
"hugo-bin": "^0.71.1",

0 commit comments

Comments
 (0)