We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ded006 commit 830bf07Copy full SHA for 830bf07
config.toml
@@ -56,6 +56,11 @@ relativeURLs = false
56
name = "Classic Map"
57
url = "/covidcast/classic"
58
weight = 4
59
+[[menu.main]]
60
+ parent = "covidcast"
61
+ name = "Forecast Evaluator"
62
+ url = "/forecast-eval/"
63
+ weight = 40
64
[[menu.main]]
65
parent = "covidcast"
66
name = "Surveys"
@@ -83,15 +88,10 @@ relativeURLs = false
83
88
weight = 90
84
89
85
90
identifier = "flu"
86
- name = "Tools and Resources"
91
+ name = "Flu and Other Diseases"
87
92
pre = "solid/virus"
93
url = "/flu"
94
weight = 3
-[[menu.main]]
- parent = "flu"
- name = "Forecast Evaluator"
- url = "/forecast-eval/"
- weight = 20
95
96
identifier = "blog"
97
name = "Blog"
0 commit comments