Skip to content

Commit 5306865

Browse files
committed
feat: prepare for covidcast dashboard
1 parent 1d591a8 commit 5306865

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
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 = "COVIDCast Dashboard"
72+
url = "/covidcast/dashboard"
73+
weight = 20
6974
[[menu.main]]
7075
parent = "covidcast"
7176
name = "Classic Map"
@@ -147,4 +152,4 @@ relativeURLs = false
147152
feedbackDelayMin = 45 # in sec
148153
feedbackDelayMax = 180 # in sec
149154
feedbackDuration = 60 # show it for 60sec
150-
highlightLinks = "/covidcast/correlation,/covidcast/data-anomalies"
155+
highlightLinks = "/covidcast/dashboard"

content/covidcast/dashboard.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: COVIDcast | Dashboard
3+
linkTitle: Dashboard
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+
---

0 commit comments

Comments
 (0)