fix: Lastest release link in website
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>pull/6409/head
parent
d3785e529f
commit
9c0562cb94
2
Makefile
2
Makefile
|
@ -344,7 +344,7 @@ serve-docs: build-image-hugo
|
|||
-v "$$(pwd)/site:/srv/hugo" \
|
||||
-it -p 1313:1313 \
|
||||
$(HUGO_IMAGE) \
|
||||
hugo server --bind=0.0.0.0 --enableGitInfo=false
|
||||
server --bind=0.0.0.0 --enableGitInfo=false
|
||||
# gen-docs generates a new versioned docs directory under site/content/docs.
|
||||
# Please read the documentation in the script for instructions on how to use it.
|
||||
gen-docs:
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
FROM ubuntu:20.04
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y hugo
|
||||
FROM klakegg/hugo:0.73.0-ext-ubuntu
|
||||
|
||||
WORKDIR /srv/hugo
|
||||
|
||||
EXPOSE 1313
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ hero:
|
|||
content: Velero is an open source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and persistent volumes.
|
||||
cta_link1:
|
||||
text: Latest Release Information
|
||||
url: /blog/velero-1.6-bring-all-your-credentials/
|
||||
url: /blog/Velero-1.11/
|
||||
cta_link2:
|
||||
text: Download Velero
|
||||
url: https://github.com/vmware-tanzu/velero/releases/latest
|
||||
|
|
Loading…
Reference in New Issue