File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 8
8
label : Get started with Lima
9
9
- header : Contributions welcome
10
10
icon : fa-brands fa-github
11
- link : /community
11
+ link : /docs/ community
12
12
label : Join the Lima community
Original file line number Diff line number Diff line change @@ -185,6 +185,9 @@ enable = false
185
185
name = " GitHub"
186
186
url = " https://github.com/lima-vm/lima"
187
187
pre = ' <i class="fab fa-github"></i>'
188
+ [[menus .main ]]
189
+ name = " Community"
190
+ url = " /docs/community"
188
191
189
192
[module ]
190
193
# uncomment line below for temporary local development of module
Original file line number Diff line number Diff line change @@ -10,3 +10,9 @@ GO_VERSION = "1.23.0"
10
10
11
11
[context .production ]
12
12
command = " make -C .. docsy && npm run build:production"
13
+
14
+ [[redirects ]]
15
+ from = " /community"
16
+ to = " /docs/community"
17
+ status = 301
18
+ force = true
You can’t perform that action at this time.
0 commit comments