Skip to content

Commit e44a982

Browse files
committed
website: redirect to /docs/community
Signed-off-by: Ruihua Wen <[email protected]>
1 parent 774f168 commit e44a982

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

website/data/helpfullinks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
label: Get started with Lima
99
- header: Contributions welcome
1010
icon: fa-brands fa-github
11-
link: /community
11+
link: /docs/community
1212
label: Join the Lima community

website/hugo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ enable = false
185185
name = "GitHub"
186186
url = "https://github.com/lima-vm/lima"
187187
pre = '<i class="fab fa-github"></i>'
188+
[[menus.main]]
189+
name = "Community"
190+
url = "/docs/community"
188191

189192
[module]
190193
# uncomment line below for temporary local development of module

website/netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ GO_VERSION = "1.23.0"
1010

1111
[context.production]
1212
command = "make -C .. docsy && npm run build:production"
13+
14+
[[redirects]]
15+
from = "/community"
16+
to = "/docs/community"
17+
status = 301
18+
force = true

0 commit comments

Comments
 (0)