File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
ARG HUGO_VERSION
2
2
FROM fluxcd/website:hugo-${HUGO_VERSION}-extended
3
- COPY --from=golang:1.19 -alpine /usr/local/go/ /usr/local/go/
3
+ COPY --from=golang:1.21 -alpine /usr/local/go/ /usr/local/go/
4
4
5
5
ENV PATH="/usr/local/go/bin:${PATH}"
6
6
Original file line number Diff line number Diff line change 2
2
community.md
3
3
contributing.md
4
4
governance.md
5
+ kubecon.md
5
6
security.md
Original file line number Diff line number Diff line change 1
1
module github.com/fluxcd/website
2
2
3
- go 1.18
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/google/docsy v0.6.0 // indirect
Original file line number Diff line number Diff line change @@ -84,10 +84,12 @@ outputFormats:
84
84
SearchIndex :
85
85
baseName : index
86
86
mediaType : application/json
87
+ isPlainText : true
88
+ notAlternative : true
87
89
88
90
outputs :
89
91
home : [HTML, SearchIndex]
90
- page : [HTML, SearchIndex ]
92
+ page : [HTML]
91
93
92
94
params :
93
95
description : Open and extensible continuous delivery solution for Kubernetes.
You can’t perform that action at this time.
0 commit comments