File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,13 @@ imaging:
4141languages :
4242 en :
4343 title : etcd
44- description : >-
45- A distributed, reliable key-value store for the most critical data of a
46- distributed system
4744 languageName : English
4845 contentDir : content/en
4946 weight : 1
47+ params :
48+ description : >-
49+ A distributed, reliable key-value store for the most critical data of a
50+ distributed system
5051
5152markup :
5253 goldmark :
Original file line number Diff line number Diff line change 1- {{ $dir := printf "/content/%s/%s%s" .Page.File .Lang .Page.File.Dir "metrics" -}}
1+ {{ $dir := printf "/content/%s/%s%s" .Page.Language .Lang .Page.File.Dir "metrics" -}}
22{{ $regexp := .Get "regexp" | default "." -}}
33
44{{ $counter := 0 -}}
Original file line number Diff line number Diff line change 1818 "devDependencies" : {
1919 "autoprefixer" : " ^10.4.20" ,
2020 "docsy" : " github:google/docsy#semver:0.10.0" ,
21- "hugo-extended" : " ^0.134.1 " ,
21+ "hugo-extended" : " 0.135.0 " ,
2222 "netlify-cli" : " ^17.35.0" ,
2323 "postcss" : " ^8.4.45" ,
2424 "postcss-cli" : " ^11.0.0"
You can’t perform that action at this time.
0 commit comments