Skip to content

Commit 1195de6

Browse files
committed
feat: add new menu items
1 parent 0b89111 commit 1195de6

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

config.toml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ relativeURLs = false
4343
weight = 1
4444
[[menu.main]]
4545
parent = "covidcast"
46-
name = "Location Summary"
46+
name = "Region Summary"
4747
url = "/covidcast/summary"
4848
weight = 2
4949
[[menu.main]]
5050
parent = "covidcast"
51-
name = "Classic COVIDcast"
51+
name = "Classic Map"
5252
url = "/covidcast/classic"
5353
weight = 4
5454
[[menu.main]]
@@ -78,10 +78,20 @@ relativeURLs = false
7878
weight = 90
7979
[[menu.main]]
8080
identifier = "flu"
81-
name = "Flu and Other Diseases"
81+
name = "Tools and Resources"
8282
pre = "solid/virus"
8383
url = "/flu"
8484
weight = 3
85+
[[menu.main]]
86+
parent = "flu"
87+
name = "Signals Dashboard"
88+
url = "/signals-dashboard/"
89+
weight = 10
90+
[[menu.main]]
91+
parent = "flu"
92+
name = "Forecast Evaluator"
93+
url = "/forecast-eval/"
94+
weight = 20
8595
[[menu.main]]
8696
identifier = "blog"
8797
name = "Blog"

0 commit comments

Comments
 (0)