Skip to content

Commit a71a751

Browse files
authored
Merge pull request #264 from cmu-delphi/sgratzl/menuchanges
feat: adapt menu changes
2 parents 95d72a6 + 453538a commit a71a751

File tree

7 files changed

+17
-12
lines changed

7 files changed

+17
-12
lines changed

config.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,14 @@ relativeURLs = false
4343
weight = 1
4444
[[menu.main]]
4545
parent = "covidcast"
46-
name = "Region Summary"
46+
name = "Explore a Location"
4747
url = "/covidcast/summary"
4848
weight = 2
49+
[[menu.main]]
50+
parent = "covidcast"
51+
name = "Explore an Indicator"
52+
url = "/covidcast/indicator"
53+
weight = 3
4954
[[menu.main]]
5055
parent = "covidcast"
5156
name = "Classic Map"
@@ -122,4 +127,4 @@ relativeURLs = false
122127
feedbackDelayMin = 45 # in sec
123128
feedbackDelayMax = 180 # in sec
124129
feedbackDuration = 60 # show it for 60sec
125-
highlightLinks = "/covidcast/,/covidcast/summary,/signals-dashboard/,/forecast-eval/"
130+
highlightLinks = "/covidcast/,/covidcast/summary,/covidcast/indicator,/signals-dashboard/,/forecast-eval/"

content/covidcast/classic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Classic COVIDcast
3-
linkTitle: Classic COVIDcast
2+
title: COVIDcast | Classic Map
3+
linkTitle: Classic Map
44
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
55
layout: covidcast_app
66
app_mode: classic

content/covidcast/indicator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: COVIDcast Indicator Detail
3-
linkTitle: Indicator Detail
2+
title: COVIDcast | Explore an Indicator
3+
linkTitle: Explore an Indicator
44
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
55
layout: covidcast_app
66
app_mode: indicator

content/covidcast/summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Location Summary
3-
linkTitle: Location Summary
2+
title: COVIDcast | Explore a Location
3+
linkTitle: Explore a Location
44
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
55
layout: covidcast_app
66
app_mode: summary

content/covidcast/survey-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: COVIDcast Survey Results
2+
title: COVIDcast | Survey Results
33
linkTitle: Survey Results
44
description: |
55
In collaboration with Facebook Data for Good, along with a consortium of universities and public health officials, the Delphi Group at Carnegie Mellon University conducts research surveys to monitor the spread and impact of the COVID-19 pandemic in the United States. This survey is advertised through Facebook. It has run continuously since early April 2020.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"highlight.js": "^10.6.0",
88
"katex": "^0.12.0",
99
"uikit": "^3.6.17",
10-
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast#d47dfb763206b5019310dc4f1b96ec233cb222f7"
10+
"www-covidcast": "https://github.com/cmu-delphi/www-covidcast#aa2251480a008cc47db281e0ec17c5b7454ec66a"
1111
},
1212
"devDependencies": {
1313
"bestzip": "^2.1.7",

0 commit comments

Comments
 (0)