Skip to content

Commit

Permalink
website: redirect to /docs/community
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihua Wen <[email protected]>
  • Loading branch information
SpiffyEight77 committed Nov 23, 2024
1 parent 774f168 commit e44a982
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/data/helpfullinks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
label: Get started with Lima
- header: Contributions welcome
icon: fa-brands fa-github
link: /community
link: /docs/community
label: Join the Lima community
3 changes: 3 additions & 0 deletions website/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ enable = false
name = "GitHub"
url = "https://github.com/lima-vm/lima"
pre = '<i class="fab fa-github"></i>'
[[menus.main]]
name = "Community"
url = "/docs/community"

[module]
# uncomment line below for temporary local development of module
Expand Down
6 changes: 6 additions & 0 deletions website/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ GO_VERSION = "1.23.0"

[context.production]
command = "make -C .. docsy && npm run build:production"

[[redirects]]
from = "/community"
to = "/docs/community"
status = 301
force = true

0 comments on commit e44a982

Please sign in to comment.