Skip to content

Commit 1830da2

Browse files
committed
featured menu fix add identifier to menu items so name can be the same for different overview submenu items
1 parent 5ab9f3b commit 1830da2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

config/_default/menus.en.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ url = "/knowledge-platform/knowledge-base"
3838
[[main.params]]
3939
icon = "fa-hands-helping"
4040
[[main]]
41+
identifier = "knowledge_platform_overview"
4142
parent = "Knowledge platform"
4243
name = "Overview"
4344
url = "/knowledge-platform/"
@@ -72,8 +73,9 @@ hasChildren = true
7273
[[main.params]]
7374
icon = "fa-question"
7475
[[main]]
76+
identifier = "algoprudence_overview"
7577
parent = "Algoprudence"
76-
name = "Overview "
78+
name = "Overview"
7779
url = "/algoprudence/"
7880
weight = 4
7981
[[main.params]]
@@ -106,8 +108,9 @@ url = "/technical-tools/BDT"
106108
[[main.params]]
107109
icon = "fa-file"
108110
[[main]]
111+
identifier = "technical_tools_overview"
109112
parent = "Technical tools"
110-
name = "Overview "
113+
name = "Overview"
111114
url = "/technical-tools/"
112115
weight = 4
113116
[[main.params]]

0 commit comments

Comments
 (0)