Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ relativeURLs = false
name = "Export Data"
url = "/covidcast/export"
weight = 70
[[menu.main]]
parent = "covidcast"
name = "Data Anomalies"
url = "/covidcast/data-anomalies"
weight = 71
[[menu.main]]
parent = "covidcast"
name = "Release Log"
Expand Down Expand Up @@ -132,4 +137,4 @@ relativeURLs = false
feedbackDelayMin = 45 # in sec
feedbackDelayMax = 180 # in sec
feedbackDuration = 60 # show it for 60sec
highlightLinks = "/covidcast/,/covidcast/summary,/covidcast/indicator,/covidcast/indicator-status,/forecast-eval/"
highlightLinks = "/covidcast/data-anomalies"
10 changes: 10 additions & 0 deletions content/covidcast/data-anomalies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: COVIDcast | Data Anomalies
linkTitle: Data Anomalies
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
layout: covidcast_app
app_mode: data-anomalies
order: 7
heroImage: /images/landing-page/hero-images/covidcast_v2.jpg
feedback: true
---
1 change: 0 additions & 1 deletion content/covidcast/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description: Use COVIDcast data in your own analysis
layout: covidcast_app
app_mode: export
order: 6
icon: solid/download
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this change do?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it shouldn't have any effect, the line is a leftover an old version where the icons were still used

heroImage: /images/landing-page/hero-images/covidcast_v2.jpg
feedback: true
---