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 b0d289d commit 05737b8Copy full SHA for 05737b8
1 file changed
config/_default/menus.toml
@@ -5,28 +5,33 @@ name = "Events"
5
hasChildren = true
6
7
[[main]]
8
+ parent = "Events"
9
+ name = "HeroCTF v7"
10
+ url = "events/heroctf-v7"
11
+ weight = 6
12
+
13
parent = "Events"
14
name = "HeroCTF v6"
15
url = "events/heroctf-v6"
- weight = 1
16
+ weight = 7
17
18
19
20
name = "HeroCTF v5"
21
url = "events/heroctf-v5"
- weight = 2
22
+ weight = 8
23
24
25
26
name = "HeroCTF v4"
27
url = "events/heroctf-v4"
- weight = 3
28
+ weight = 9
29
30
31
32
name = "HeroCTF v3"
33
url = "events/heroctf-v3"
- weight = 4
34
+ weight = 10
35
36
37
name = "About"
0 commit comments