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" \
|
-v "$$(pwd)/site:/srv/hugo" \
|
||||||
-it -p 1313:1313 \
|
-it -p 1313:1313 \
|
||||||
$(HUGO_IMAGE) \
|
$(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.
|
# 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.
|
# Please read the documentation in the script for instructions on how to use it.
|
||||||
gen-docs:
|
gen-docs:
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
FROM ubuntu:20.04
|
FROM klakegg/hugo:0.73.0-ext-ubuntu
|
||||||
|
|
||||||
RUN apt update
|
|
||||||
RUN apt install -y hugo
|
|
||||||
|
|
||||||
WORKDIR /srv/hugo
|
WORKDIR /srv/hugo
|
||||||
|
|
||||||
EXPOSE 1313
|
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.
|
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:
|
cta_link1:
|
||||||
text: Latest Release Information
|
text: Latest Release Information
|
||||||
url: /blog/velero-1.6-bring-all-your-credentials/
|
url: /blog/Velero-1.11/
|
||||||
cta_link2:
|
cta_link2:
|
||||||
text: Download Velero
|
text: Download Velero
|
||||||
url: https://github.com/vmware-tanzu/velero/releases/latest
|
url: https://github.com/vmware-tanzu/velero/releases/latest
|
||||||
|
|
Loading…
Reference in New Issue