Skip to content

Commit 830bf07

Browse files
committed
fix: move forecast eval to covidcast menu
1 parent 8ded006 commit 830bf07

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ relativeURLs = false
5656
name = "Classic Map"
5757
url = "/covidcast/classic"
5858
weight = 4
59+
[[menu.main]]
60+
parent = "covidcast"
61+
name = "Forecast Evaluator"
62+
url = "/forecast-eval/"
63+
weight = 40
5964
[[menu.main]]
6065
parent = "covidcast"
6166
name = "Surveys"
@@ -83,15 +88,10 @@ relativeURLs = false
8388
weight = 90
8489
[[menu.main]]
8590
identifier = "flu"
86-
name = "Tools and Resources"
91+
name = "Flu and Other Diseases"
8792
pre = "solid/virus"
8893
url = "/flu"
8994
weight = 3
90-
[[menu.main]]
91-
parent = "flu"
92-
name = "Forecast Evaluator"
93-
url = "/forecast-eval/"
94-
weight = 20
9595
[[menu.main]]
9696
identifier = "blog"
9797
name = "Blog"

0 commit comments

Comments
 (0)