Skip to content

Commit 05cc2bf

Browse files
authored
Merge pull request #44 from cmu-delphi/sgratzl/restructure
restructure and relative menu links
2 parents a734a27 + 6416267 commit 05cc2bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+69
-60
lines changed

config.toml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,47 @@ relativeURLs = false
1313
identifier = "about"
1414
name = "About"
1515
url = "/about"
16-
post = "angle-down"
1716
weight = 1
1817
[[menu.main]]
19-
identifier = "team"
2018
parent = "about"
2119
name = "Team"
2220
url = "/about/team"
2321
weight = 1
2422
[[menu.main]]
23+
identifier = "covidcast"
2524
name = "COVIDcast"
2625
pre = "map"
2726
url = "/covidcast"
2827
weight = 2
2928
[[menu.main]]
29+
parent = "covidcast"
30+
name = "Surveys"
31+
url = "/covidcast/surveys"
32+
weight = 1
33+
[[menu.main]]
34+
parent = "covidcast"
35+
name = "Methods"
36+
url = "/covidcast/methodology"
37+
weight = 2
38+
[[menu.main]]
39+
parent = "covidcast"
40+
name = "Terms Of Use"
41+
url = "/covidcast/terms-of-use"
42+
weight = 3
43+
[[menu.main]]
44+
identifier = "blog"
3045
name = "Blog"
3146
pre = "blog"
3247
url = "/blog"
3348
weight = 3
3449
[[menu.main]]
50+
identifier = "github"
3551
name = "GitHub"
3652
pre = "github"
3753
url = "https://github.com/cmu-delphi/"
3854
weight = 4
3955
[[menu.main]]
56+
identifier = "api"
4057
name = "API"
4158
pre = "api"
4259
url = "https://cmu-delphi.github.io/delphi-epidata/"

content/about.md renamed to content/about/_index.md

Lines changed: 1 addition & 0 deletions

content/covidcast/_index.md

Lines changed: 6 additions & 0 deletions

0 commit comments

Comments
 (0)