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 871aaec commit 257100aCopy full SHA for 257100a
config/_default/menus.en.toml
@@ -11,19 +11,24 @@ name = "GitHub"
11
url = "https://github.com/leenooks/phpldapadmin"
12
weight = 2
13
14
+[[main]]
15
+name = "Docker"
16
+url = "https://hub.docker.com/r/phpldapadmin/phpldapadmin"
17
+weight = 3
18
+
19
[[main]]
20
name = "Wiki"
21
url = "https://github.com/leenooks/phpldapadmin/wiki"
-weight = 3
22
+weight = 4
23
24
25
name = "Help"
26
url = "https://github.com/leenooks/phpldapadmin/discussions"
-weight = 5
27
+weight = 6
28
29
30
name = "Demo"
-weight = 4
31
+weight = 5
32
33
34
parent = "Demo"
0 commit comments