Skip to content
Open
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
34 changes: 20 additions & 14 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ ignoreFiles = [
url = "/origins-and-mission/"
weight = 1
parent = "section.rvalhub"

[[menu.main]]
name = "Partner Initiatives"
url = "/partner-initiatives/"
weight = 13
parent = "section.rvalhub"

[[menu.main]]
name = "Our Team"
identifier = "section.team"
Expand All @@ -51,7 +51,7 @@ ignoreFiles = [
url = "/members-and-workstreams/"
weight = 21
parent = "section.team"

[[menu.main]]
name = "Validation"
identifier = "menu.validation"
Expand Down Expand Up @@ -95,25 +95,25 @@ ignoreFiles = [
url = "/regulations/"
weight = 1
parent = "section.why"

[[menu.main]]
name = "The {riskmetric} Package"
url = "/riskmetric/"
weight = 21
parent = "section.products"

[[menu.main]]
name = "The {riskassessment} App"
url = "/riskassessment/"
weight = 22
parent = "section.products"

[[menu.main]]
name = "The {riskscore} Package"
url = "/riskscore/"
weight = 23
parent = "section.products"

[[menu.main]]
name = "Our White Paper"
url = "/white-paper/"
Expand All @@ -131,7 +131,13 @@ ignoreFiles = [
url = "/repository/"
weight = 26
parent = "section.initiatives"


[[menu.main]]
name = "Regulatory Repository"
url = "/adoption_guide/"
weight = 27
parent = "section.products"

[[menu.main]]
identifier = "resources"
name = "Resources"
Expand All @@ -155,37 +161,37 @@ ignoreFiles = [
name = "Case Studies"
url = "/categories/case-studies/"
weight = 63

[[menu.main]]
parent = "resources"
name = "Minutes"
url = "/minutes/"
weight = 64

[[menu.main]]
parent = "resources"
name = "Glossary"
url = "/glossary/"
weight = 65

[[menu.main]]
identifier = "involved"
name = "Get Involved"
url = "/involved/"
weight = 7

[[menu.main]]
parent = "involved"
name = "Community Meetings"
url = "/community-meetings/"
weight = 71

[[menu.main]]
parent = "involved"
name = "Contribute"
url = "/contribute/"
weight = 72

[[menu.main]]
parent = "involved"
name = "Contact Us"
Expand Down
Loading