Skip to content

Commit 3839fd4

Browse files
committed
feat: prepare for correlation page
1 parent 14de678 commit 3839fd4

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

config.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,16 @@ relativeURLs = false
5656
name = "Explore an Indicator"
5757
url = "/covidcast/indicator"
5858
weight = 3
59+
[[menu.main]]
60+
parent = "covidcast"
61+
name = "Explore Correlations"
62+
url = "/covidcast/correlation"
63+
weight = 4
5964
[[menu.main]]
6065
parent = "covidcast"
6166
name = "Classic Map"
6267
url = "/covidcast/classic"
63-
weight = 4
68+
weight = 30
6469
[[menu.main]]
6570
parent = "covidcast"
6671
name = "Forecast Evaluation"
@@ -132,4 +137,4 @@ relativeURLs = false
132137
feedbackDelayMin = 45 # in sec
133138
feedbackDelayMax = 180 # in sec
134139
feedbackDuration = 60 # show it for 60sec
135-
highlightLinks = "/covidcast/,/covidcast/summary,/covidcast/indicator,/covidcast/indicator-status,/forecast-eval/"
140+
highlightLinks = "/covidcast/,/covidcast/summary,/covidcast/indicator,/covidcast/indicator-status,/covidcast/correlation,/forecast-eval/"

content/covidcast/correlation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: COVIDcast | Indicator Correlation
3+
linkTitle: Indicator Correlation
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: correlation
7+
order: 4
8+
heroImage: /images/landing-page/hero-images/covidcast_v2.jpg
9+
feedback: true
10+
---

0 commit comments

Comments
 (0)