Skip to content

Commit d0c6283

Browse files
authored
Merge pull request #342 from cmu-delphi/sgratzl/dashboard-prep
add Dashboard Builder page
2 parents f78801a + 87939f9 commit d0c6283

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-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 = "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+
---

0 commit comments

Comments
 (0)