Skip to content

Commit 257100a

Browse files
committed
Add docker link
1 parent 871aaec commit 257100a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

config/_default/menus.en.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,24 @@ name = "GitHub"
1111
url = "https://github.com/leenooks/phpldapadmin"
1212
weight = 2
1313

14+
[[main]]
15+
name = "Docker"
16+
url = "https://hub.docker.com/r/phpldapadmin/phpldapadmin"
17+
weight = 3
18+
1419
[[main]]
1520
name = "Wiki"
1621
url = "https://github.com/leenooks/phpldapadmin/wiki"
17-
weight = 3
22+
weight = 4
1823

1924
[[main]]
2025
name = "Help"
2126
url = "https://github.com/leenooks/phpldapadmin/discussions"
22-
weight = 5
27+
weight = 6
2328

2429
[[main]]
2530
name = "Demo"
26-
weight = 4
31+
weight = 5
2732

2833
[[main]]
2934
parent = "Demo"

0 commit comments

Comments
 (0)